CLF-C02 · Question #184
A company is building an application that will receive millions of database queries each second. The company needs the data store for the application to scale to meet these needs. Which AWS service wi
The correct answer is A. Amazon DynamoDB. For an application requiring a data store that can scale to receive millions of database queries each second, Amazon DynamoDB is the appropriate AWS service.
Question
A company is building an application that will receive millions of database queries each second. The company needs the data store for the application to scale to meet these needs. Which AWS service will meet this requirement?
Options
- AAmazon DynamoDB
- BAWS Cloud9
- CAmazon ElastiCache for Memcached
- DAmazon Neptune
How the community answered
(49 responses)- A94% (46)
- C2% (1)
- D4% (2)
Why each option
For an application requiring a data store that can scale to receive millions of database queries each second, Amazon DynamoDB is the appropriate AWS service.
Amazon DynamoDB is a fully managed, serverless NoSQL database that delivers single-digit millisecond performance at any scale, making it ideal for high-throughput, low-latency applications that process millions of requests per second.
AWS Cloud9 is a cloud-based integrated development environment (IDE) and not a database service.
Concept tested: High-Scale NoSQL Database
Source: https://aws.amazon.com/dynamodb/
Community Discussion
No community discussion yet for this question.