Event-Driven Architecture with EventBridge Quiz

5 questions Pass: 70% +25 pts

Quiz covering Modernization and Enhancements

Event-Driven Architecture with EventBridge Quiz

5 questions | Pass: 70% | Earn 25 points

Questions in this quiz

A preview of the 5 questions covered. Start the quiz above to answer them, check your score, and read the explanations.

  1. 1

    Which AWS service acts as the serverless event bus that allows you to connect your applications using data from your own applications, integrated SaaS applications, and AWS services?

  2. 2

    You need to route specific events to a target based on the content of the event payload. Which component of EventBridge should you configure to achieve this?

  3. 3

    A developer wants to ensure that events sent to an EventBridge bus are not lost if the downstream target is temporarily unavailable. What is the best practice to handle this?

  4. 4

    Your team needs to replay historical events that were previously processed to test a new version of a downstream microservice. Which EventBridge feature enables this?

  5. 5

    You are integrating a third-party SaaS application with your AWS environment. The SaaS application sends events with a complex nested JSON structure, but your downstream Lambda function expects a flat, simplified JSON object. How should you implement this mapping?