Question 1,007 of 1,730
Workload-Specific Database DesignmediumMultiple ChoiceObjective-mapped

Quick Answer

Amazon Redshift is the correct choice because it is a fully managed, petabyte-scale data warehouse specifically built for complex analytical queries involving massive aggregations across multiple dimensions. Its columnar storage and massively parallel processing (MPP) architecture allow it to scan billions of rows efficiently, while the ability to perform bulk daily updates via COPY commands or INSERT operations aligns perfectly with the described workload. On the AWS Certified Database Specialty DBS-C01 exam, this scenario tests your ability to distinguish between transactional databases like Amazon RDS or Aurora and analytical data warehouses; a common trap is choosing a transactional service for analytical workloads, which would fail under heavy aggregation. Remember that Redshift is optimized for online analytical processing (OLAP), not online transaction processing (OLTP). A useful memory tip: think of Redshift as the “red shift” in astronomy—it’s built to look at vast, distant data sets all at once, not tiny, fast-moving transactions.

DBS-C01 Workload-Specific Database Design Practice Question

This DBS-C01 practice question tests your understanding of workload-specific database design. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

A company runs an analytics platform that queries billions of rows of sales data. Queries are complex and involve aggregations across multiple dimensions. The data is updated in bulk daily. Which service should be used as the primary data store?

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "primary"

    Why it matters: Asks for the main purpose or function, not a secondary benefit. Eliminate answers that describe side-effects or partial functions.

Question 1mediummultiple choice
Full question →

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Amazon Redshift

Amazon Redshift is the correct choice because it is a fully managed, petabyte-scale data warehouse optimized for complex analytical queries involving aggregations across multiple dimensions. Its columnar storage, massively parallel processing (MPP) architecture, and ability to handle bulk daily updates via COPY commands or INSERT operations make it ideal for querying billions of rows of sales data.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Amazon Redshift

    Why this is correct

    Redshift is purpose-built for large-scale data warehousing and analytical queries.

    Clue confirmation

    The clue word "primary" in the question point toward this answer.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Amazon DynamoDB

    Why it's wrong here

    DynamoDB is not designed for complex aggregations.

  • Amazon Athena

    Why it's wrong here

    Athena is a query service, not a primary data store.

  • Amazon RDS for MySQL

    Why it's wrong here

    RDS is not optimized for analytical queries on billions of rows.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates often confuse Amazon Athena as a primary data store because it can query data in S3, but it is a serverless query engine, not a data store, and lacks the performance optimizations for complex aggregations on billions of rows that a dedicated data warehouse like Redshift provides.

Detailed technical explanation

How to think about this question

Under the hood, Redshift distributes data across compute nodes using distribution styles (KEY, ALL, EVEN) and sorts data using sort keys (compound or interleaved) to minimize I/O during aggregations. The MPP architecture allows parallel execution of queries across nodes, and columnar compression reduces storage and speeds up scans. In a real-world scenario, a company ingesting 100 GB of daily sales data would use Redshift Spectrum to query data directly in S3 for historical analysis, while Redshift’s local storage handles frequently accessed data, enabling sub-second response times for complex GROUP BY queries across millions of rows.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A media company stores terabytes of video archives that are accessed once a year for audit purposes. Moving these objects to a cold storage tier (Azure Archive, S3 Glacier, or Google Nearline) costs a fraction of hot storage. Questions like this test whether you understand storage tiers, access frequency tradeoffs, and retrieval latency requirements.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related DBS-C01 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free DBS-C01 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this DBS-C01 question test?

Workload-Specific Database Design — This question tests Workload-Specific Database Design — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Amazon Redshift — Amazon Redshift is the correct choice because it is a fully managed, petabyte-scale data warehouse optimized for complex analytical queries involving aggregations across multiple dimensions. Its columnar storage, massively parallel processing (MPP) architecture, and ability to handle bulk daily updates via COPY commands or INSERT operations make it ideal for querying billions of rows of sales data.

What should I do if I get this DBS-C01 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Are there clue words in this question I should notice?

Yes — watch for: "primary". Asks for the main purpose or function, not a secondary benefit. Eliminate answers that describe side-effects or partial functions.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 24, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This DBS-C01 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the DBS-C01 exam.