For IndividualsFor Educators
ExpertMinds LogoExpertMinds
ExpertMinds

Ace your certifications with Practice Exams and AI assistance.

  • Browse Exams
  • For Educators
  • Blog
  • Privacy Policy
  • Terms of Service
  • Cookie Policy
  • Support
  • AWS SAA Exam Prep
  • PMI PMP Exam Prep
  • CPA Exam Prep
  • GCP PCA Exam Prep

© 2026 TinyHive Labs. Company number 16262776.

    PracticeAWS Solutions Architect Associate (SAA-C03)AWS SAA-C03 Practice Exam 3Question 43
    Medium1 markMultiple Choice
    Domain 3.3: Database PerformanceDomain 3DynamoDBDAX

    AWS SAA-C03 · Question 43 · Domain 3.3: Database Performance

    An application uses Amazon DynamoDB. During peak hours, the application experiences read throttling, even though the read capacity units (RCUs) are set high. The access pattern shows that a small number of items are being read thousands of times per second. How can this be resolved MOST efficiently?

    Answer options:

    A.

    Increase the RCUs further.

    B.

    Implement Amazon DynamoDB Accelerator (DAX).

    C.

    Change the partition key.

    D.

    Use DynamoDB Global Tables.

    How to approach this question

    Identify the 'hot key' problem in DynamoDB. DAX is the native caching solution to absorb these reads.

    Full Answer

    B.Implement Amazon DynamoDB Accelerator (DAX).✓ Correct
    Implement Amazon DynamoDB Accelerator (DAX).
    The scenario describes a 'hot key' or 'hot partition' issue where a few items are heavily accessed. Amazon DynamoDB Accelerator (DAX) is an in-memory cache that delivers up to a 10x performance improvement and absorbs the read load for hot items, preventing throttling.

    Common mistakes

    Trying to solve hot keys by just increasing RCUs, which wastes money.
    Question 42All questionsQuestion 44

    Practice the full AWS SAA-C03 Practice Exam 3

    65 questions · hints · full answers · grading

    Sign up freeTake the exam

    More questions from this exam

    Q01A company stores sensitive documents in an Amazon S3 bucket. The security team requires that only...EasyQ02A large enterprise uses AWS Organizations to manage multiple accounts. The security team wants to...MediumQ03A company hosts a web application on Amazon EC2 instances behind an Application Load Balancer (AL...EasyQ04A company wants to continuously monitor its AWS accounts for malicious activity and unauthorized ...MediumQ05A company needs to encrypt data at rest in Amazon RDS and manage database credentials securely. T...Medium
    View all 65 questions →