Courseiva
Data Store ManagementhardMultiple SelectObjective-mapped

DEA-C01 Data Store Management Practice Question

Which THREE considerations are important when designing a DynamoDB table for high-traffic gaming leaderboards? (Choose three.)

⚠ Common exam trap

Test-takers frequently confuse DynamoDB Streams with a read-acceleration feature, but Streams are strictly for change data capture and do not reduce query latency or handle high read throughput.

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

Enable DynamoDB Accelerator (DAX) for low-latency reads

DynamoDB Accelerator (DAX) provides in-memory caching for DynamoDB tables, reducing read latency from single-digit milliseconds to microseconds. For high-traffic gaming leaderboards, where millions of players query scores concurrently, DAX offloads read traffic from the main table, preventing throttling and ensuring consistent low-latency responses for the most frequently accessed data.

Answer analysis

Option-by-option breakdown

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

  • Use strongly consistent reads for all queries

    Why it's wrong here

    Strongly consistent reads are slower and reduce throughput.

  • Enable DynamoDB Accelerator (DAX) for low-latency reads

    Why this is correct

    DAX provides caching for fast reads.

  • Use Time to Live (TTL) to automatically expire old scores

    Why this is correct

    TTL removes old data to maintain performance.

  • Use DynamoDB Adaptive Capacity to handle uneven access patterns

    Why this is correct

    Adaptive capacity helps with hot partitions.

  • Enable DynamoDB Streams for real-time updates

    Why it's wrong here

    Streams are for change data capture, not directly for leaderboards.

About these practice questions

Courseiva writes every DEA-C01 question from scratch — 1,711 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This DEA-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 DEA-C01 exam.