nerdexam
AmazonAmazon

DBS-C01 · Question #113

DBS-C01 Question #113: Real Exam Question with Answer & Explanation

Sign in or unlock DBS-C01 to reveal the answer and full explanation for question #113. The question stem and answer options stay visible for context.

Submitted by stefanr· Mar 6, 2026Workload-Specific Database Design

Question

An electric utility company wants to store power plant sensor data in an Amazon DynamoDB table. The utility company has over 100 power plants and each power plant has over 200 sensors that send data every 2 seconds. The sensor data includes time with milliseconds precision, a value, and a fault attribute if the sensor is malfunctioning. Power plants are identified by a globally unique identifier. Sensors are identified by a unique identifier within each power plant. A database specialist needs to design the table to support an efficient method of finding all faulty sensors within a given power plant. Which schema should the database specialist use when creating the DynamoDB table to achieve the fastest query time when looking for faulty sensors?

Options

  • AUse the plant identifier as the partition key and the measurement time as the sort key.
  • BCreate a composite of the plant identifier and sensor identifier as the partition key.
  • CCreate a composite of the plant identifier and sensor identifier as the partition key.
  • DUse the plant identifier as the partition key and the sensor identifier as the sort key.

Unlock DBS-C01 to see the answer

You've previewed enough free DBS-C01 questions. Unlock DBS-C01 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Topics

#DynamoDB#schema design#partition key#sort key#data modeling#query patterns
Full DBS-C01 PracticeBrowse All DBS-C01 Questions