EventBridge Rules Quiz

5 questions Pass: 70% +25 pts

Quiz covering Event-Driven Architecture

EventBridge Rules 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 component of an Amazon EventBridge rule is responsible for determining which events are sent to a target?

  2. 2

    You have an EventBridge rule configured to trigger a Lambda function when an EC2 instance state changes to 'terminated'. You notice the rule is enabled, but the Lambda function is never triggered. What is the most likely cause?

  3. 3

    When defining an EventBridge rule, what is the maximum number of targets that can be associated with a single rule?

  4. 4

    You need to process events from a third-party SaaS application (like Zendesk or Datadog) using EventBridge. Which type of event bus should you use?

  5. 5

    You are implementing an EventBridge rule to process events with the following pattern: {"detail": {"status": ["pending", "failed"]}}. However, you realize you need to match only events where the 'region' is 'us-east-1' AND the status is 'pending' OR 'failed'. How should you adjust the pattern?