CloudGuild · Blog · Cheat sheets · Lessons · Certifications

Exam Question Walkthrough: AWS Certified Data Engineer - Associate (DEA-C01)

Navigate the complexities of AWS services with this detailed exam question analysis for the DEA-C01 certification.

Choosing the right AWS service for data storage can trip candidates up. Each option caters to different needs. Knowing their strengths is crucial for success.

The question

A data engineering team needs to store semi-structured data with flexible schemas and require high availability. They want to use a managed service that can handle high throughput and scales horizontally. Which AWS service is most suitable?

Think before you scroll

Consider the requirements: semi-structured data, flexible schemas, high availability, and the need for horizontal scaling. Each option has its strengths and weaknesses based on these criteria.

The answer

The correct option is B. Amazon DynamoDB. It is a fully managed NoSQL database service designed for high availability and flexibility, making it ideal for semi-structured data.

Why the other options lose

The concept behind it

DynamoDB's strength lies in its ability to store semi-structured data with flexible schemas. It is built to scale horizontally, accommodating high throughput and ensuring high availability. Understanding the types of data each AWS service supports is essential for making informed choices.

Exam trap to remember

Remember: DynamoDB is your go-to for semi-structured data and high availability. RDS is for structured data, while S3 and ElastiCache serve different purposes altogether.

Take the free DEA-C01 mock exam

Take a free mock exam →