CloudGuild · Blog · Cheat sheets · Lessons · Certifications

Navigating Database Choices for Data Analytics: DEA-C01 Exam Question Breakdown

Explore a key exam question on selecting AWS database services for analytics, and learn the reasoning behind the right choice.

Choosing the right database solution can trip up many candidates. The nuances between managed services can be confusing, especially when scaling and availability are critical.

The question

A company is planning to store large amounts of structured data for analytics purposes. They need a managed database solution that can scale automatically and offer high availability. Which AWS service should they choose?

Think before you scroll

Consider the requirements: the need for automatic scaling and high availability for structured data analytics. Each option has its strengths and weaknesses. Weigh these carefully before making a choice.

The answer

The correct option is B. Amazon DynamoDB. This service is a fully managed NoSQL database that scales automatically and offers high availability, making it ideal for handling large amounts of structured data for analytics.

Why the other options lose

The concept behind it

Understanding the differences between NoSQL and relational databases is crucial. NoSQL databases like DynamoDB are designed to handle vast amounts of data with minimal management overhead. They offer automatic scaling and are well-suited for applications that require high availability and performance under load.

Exam trap to remember

Always remember: for automatic scaling and high availability in structured data scenarios, choose NoSQL solutions like DynamoDB over relational databases.

Take a free mock exam →