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 5Question 26
    Hard1 markMultiple Choice
    Domain 2.4: ReliabilityArchitectureEvent-DrivenEventBridgeSQS

    AWS SAP-C02 · Question 26 · Domain 2.4: Reliability

    A retail company is building a new event-driven architecture. When a customer places an order, multiple downstream services (Inventory, Billing, Shipping, and Analytics) need to process the order. The Analytics service only needs to process orders over $1000. If the Billing service is temporarily down, the order messages must not be lost and should be retried. Which combination of services and configurations provides the MOST decoupled and resilient architecture? (Select TWO)

    Answer options:

    A.

    Use Amazon EventBridge as the central event bus to route order events to the downstream services.

    B.

    Configure an Amazon SQS queue as the target for the Billing service and set up a Dead Letter Queue (DLQ) for failed messages.

    C.

    Use Amazon Kinesis Data Streams to broadcast the order events to all downstream services.

    D.

    Use AWS Step Functions to orchestrate the order processing synchronously across all services.

    E.

    Configure Amazon SNS to send events directly to the Billing service's HTTP endpoint.

    F.

    Use Amazon MQ to create a monolithic message broker to handle all routing and filtering.

    How to approach this question

    Select the event router that supports filtering, and the buffering service that ensures message durability.

    Full Answer

    Use Amazon EventBridge as the central event bus to route order events to the downstream services., Configure an Amazon SQS queue as the target for the Billing service and set up a Dead Letter Queue (DLQ) for failed messages.
    Amazon EventBridge is a serverless event bus that makes it easy to connect applications. It supports content-based filtering rules, allowing you to easily route only high-value orders to the Analytics service. To ensure messages are not lost if a downstream service (Billing) is down, you route the EventBridge event to an Amazon SQS queue. SQS buffers the messages until the Billing service comes back online.

    Common mistakes

    Choosing Step Functions, which is for orchestration (stateful), not pure event choreography (stateless/decoupled).
    Question 25All questionsQuestion 27

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

    75 questions · hints · full answers · grading

    Sign up freeTake the exam

    More questions from this exam

    Q01A global enterprise is redesigning its AWS network architecture across 50 AWS accounts and 3 AWS ...HardQ02A company uses AWS Organizations to manage multiple accounts. The security team mandates that no ...MediumQ03A financial institution requires a disaster recovery strategy for its critical trading applicatio...HardQ04An enterprise is setting up a new multi-account AWS environment using AWS Control Tower. They nee...MediumQ05A company has a complex AWS environment with hundreds of linked accounts under AWS Organizations....Hard
    View all 75 questions →