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 39
    Hard1 markMultiple Choice
    Domain 3.4: Reliability ImprovementReliabilityArchitecture PatternsRDSECS

    AWS SAP-C02 · Question 39 · Domain 3.4: Reliability Improvement

    A microservices architecture uses Amazon ECS and Amazon RDS. Occasionally, the RDS database experiences brief failovers or network blips, causing the ECS services to crash and restart, leading to a poor user experience. The architect wants to improve the reliability of the application so it can handle these transient database errors gracefully. Which strategies should be implemented? (Select TWO)

    Answer options:

    A.

    Implement exponential backoff and retry logic in the application code.

    B.

    Migrate the database to DynamoDB.

    C.

    Implement the Circuit Breaker pattern in the application.

    D.

    Use AWS Fault Injection Simulator to prevent database failovers.

    E.

    Configure the ECS tasks to use the awsvpc network mode.

    F.

    Deploy an Amazon ElastiCache cluster to buffer database writes.

    How to approach this question

    Look for standard software engineering patterns for resilience (Retries, Circuit Breaker).

    Full Answer

    Implement exponential backoff and retry logic in the application code. Implement the Circuit Breaker pattern.
    To handle transient errors (like brief network blips or DB failovers), applications should implement retries with exponential backoff. The Circuit Breaker pattern is also essential; it stops the application from overwhelming a struggling database and allows for graceful degradation.

    Common mistakes

    Thinking infrastructure changes (like awsvpc) solve application code resilience issues.
    Question 38All questionsQuestion 40

    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 →