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 Professional (SAP-C02)AWS Solutions Architect Professional SAP-C02 Practice Exam 4Question 29
    Hard1 markMultiple Choice
    Domain 2.4: Reliability RequirementsServerlessLambdaDynamoDBReliability

    AWS SAP-C02 · Question 29 · Domain 2.4: Reliability Requirements

    A retail company is designing a serverless order processing system. Orders are received via API Gateway and placed into an SQS queue. A Lambda function processes the orders and updates a DynamoDB table. During flash sales, the SQS queue receives millions of messages, causing the Lambda function to scale rapidly and exhaust the DynamoDB write capacity, leading to throttled requests and failed orders. Which combination of actions should the architect take to improve reliability? (Select TWO)

    Answer options:

    A.

    Configure a Maximum Concurrency limit on the SQS event source mapping for the Lambda function.

    B.

    Increase the visibility timeout of the SQS queue to 12 hours.

    C.

    Change the DynamoDB table to On-Demand capacity mode.

    D.

    Implement a Dead Letter Queue (DLQ) on the API Gateway.

    E.

    Use Amazon Kinesis Data Firehose instead of SQS.

    F.

    Enable DynamoDB Accelerator (DAX) for the table.

    How to approach this question

    Look for ways to throttle the compute (Lambda concurrency) and scale the database (On-Demand).

    Full Answer

    Configure a Maximum Concurrency limit on the SQS event source mapping for the Lambda function. Change the DynamoDB table to On-Demand capacity mode.
    To protect downstream resources, you can set a Maximum Concurrency limit on the Lambda event source mapping for SQS. Additionally, switching DynamoDB to On-Demand capacity mode allows it to instantly accommodate massive, unpredictable spikes in write traffic.

    Common mistakes

    Selecting DAX, which only helps with read performance, not write throttling.
    Question 28All questionsQuestion 30

    Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 4

    75 questions · hints · full answers · grading

    Sign up freeTake the exam

    More questions from this exam

    Q01A global enterprise is redesigning its network architecture across 50 AWS accounts. They require ...HardQ02A financial services company uses AWS Organizations to manage 100+ accounts. The security team ma...MediumQ03An e-commerce company requires a multi-region active-active architecture for its critical order p...MediumQ04A company is setting up a new AWS environment using AWS Control Tower. They need to ensure that a...HardQ05An enterprise has 50 AWS accounts under AWS Organizations. They want to implement a chargeback mo...Medium
    View all 75 questions →