EventBridge Patterns Quiz

5 questions Pass: 70% +25 pts

Quiz covering Application Development

EventBridge Patterns 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 is used to route events from custom applications, integrated SaaS applications, and AWS services to targets like Lambda or SQS?

  2. 2

    You need to filter events so that a specific Lambda function only triggers when an 'orderStatus' field in the JSON payload equals 'CANCELLED'. How do you achieve this?

  3. 3

    An application requires an event to be sent to multiple downstream microservices simultaneously. Which architectural pattern is best suited for this using EventBridge?

  4. 4

    When configuring an EventBridge rule, what is the purpose of the 'Input Transformer' feature?

  5. 5

    You are implementing a cross-account event routing architecture. You have an event bus in Account A and need to send events to a target in Account B. What is the mandatory configuration requirement to allow this?