
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A cloud practitioner needs to design a NoSQL database that is highly scalable, is durable, and requires minimal maintenance. Which AWS service meets these requirements?
A
Amazon RDS for MySQL
B
Microsoft SQL Server on Amazon EC2
C
Amazon DynamoDB
D
Amazon Redshift
Explanation:
Amazon DynamoDB is the correct choice because:
NoSQL Database: DynamoDB is a fully managed NoSQL database service
High Scalability: Automatically scales to handle any amount of traffic and storage requirements
Durability: Provides built-in data replication across multiple Availability Zones for high durability
Minimal Maintenance: Fully managed service - AWS handles hardware provisioning, setup, configuration, replication, software patching, and cluster scaling
Amazon RDS for MySQL: This is a relational database (SQL), not NoSQL
Microsoft SQL Server on Amazon EC2: This requires manual management and maintenance on EC2 instances
Amazon Redshift: This is a data warehousing service, not a NoSQL database
DynamoDB's serverless architecture and automatic scaling make it ideal for applications requiring high performance with minimal operational overhead.