Practice EventBridge Questions Now
Start a timed practice session focusing on Amazon EventBridge topics from the SOA-C03 question bank.
Start SOA-C03 Practice Quiz →SOA-C03 EventBridge Question Bank (21 Questions)
Browse all 21 practice questions covering Amazon EventBridge for the SOA-C03 certification exam. Answers are intentionally hidden on this page so you can self-test first before checking results in quiz mode.
- Question 1Monitoring, Logging & Remediation
A company discovers that their EventBridge rules are failing to invoke a target Lambda function. The events are being published to a custom event bus, but the Lambda function is not being triggered. The Lambda function's resource-based policy only allows invocations from the default event bus. What is the root cause?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 2Monitoring, Logging & Remediation
A SysOps administrator has configured an EventBridge archive that stores events matching a specific pattern from the last 30 days. During an incident review, the team needs to replay events from a specific 2-hour window three days ago to a different target event bus used for testing. Which statement about EventBridge replay is correct?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 3Monitoring, Logging & Remediation
A company uses Amazon EventBridge to route events from multiple AWS services to various targets. A SysOps administrator notices that some events from AWS Health are not reaching the intended Lambda function target. The administrator confirms the EventBridge rule pattern is correct. What should the administrator check next?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 4Monitoring, Logging & Remediation
A company uses Amazon EventBridge to route application events to various targets. During a recent deployment, a rule was misconfigured and critical events were lost. The operations team needs the ability to replay those events for reprocessing. What should the administrator have configured BEFORE the incident?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 5Monitoring, Logging & Remediation
An administrator creates an EventBridge rule to capture EC2 instance state-change notifications and trigger a Lambda function when any instance enters the "stopped" state. The rule is not triggering. The event pattern is shown below: ```json { "source": ["aws.ec2"], "detail-type": ["EC2 Instance State-change Notification"], "detail": { "state": ["Stopped"] } } ``` What is the cause of the issue?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 6Monitoring, Logging & Remediation
An EventBridge rule must trigger only when an S3 bucket's ACL is changed to grant public access. The event pattern must match the PutBucketAcl API call and the specific request parameter. Which event pattern field structure should the administrator use?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 7Monitoring, Logging & Remediation
An administrator sets up an EventBridge rule with the following event pattern to capture IAM policy changes: ```json { "source": ["aws.iam"], "detail-type": ["AWS API Call via CloudTrail"], "detail": { "eventName": [{ "prefix": "Put" }, { "prefix": "Delete" }, { "prefix": "Attach" }, { "prefix": "Detach" }] } } ``` The rule is triggering for events such as `PutObject` from S3. What is the problem?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 8Monitoring, Logging, and Remediation
A SysOps administrator uses Amazon EventBridge to automate responses to CloudWatch alarms. An alarm triggers but the EventBridge target (Lambda) is not invoked. What should they check?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 9Monitoring, Logging & Remediation
An operations team needs CloudTrail to detect when an IAM user creates access keys for another user, specifically when `CreateAccessKey` is called by one principal for a different user. The event should trigger an EventBridge rule. How should the administrator distinguish this from a user creating keys for themselves?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 10Monitoring, Logging & Remediation
A SysOps administrator is configuring Amazon EventBridge to trigger a Lambda function whenever an IAM policy is changed. The rule has been created but the Lambda function is not being invoked. Which of the following is the MOST LIKELY cause?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 11Deployment, Provisioning & Automation
A company uses EC2 Image Builder with a pipeline triggered on a weekly schedule. The pipeline builds an AMI and distributes it to three target Regions. Last week, the AMI was built successfully but distribution to one Region failed. What is the MOST likely cause?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 12Monitoring, Logging & Remediation
A company has configured AWS Health Dashboard notifications. The operations team wants to automatically create Jira tickets when AWS posts a scheduled maintenance event affecting their EC2 instances. Which approach should the administrator implement?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 13Monitoring, Logging & Remediation
A development team wants to decouple their microservices so that a change notification from the Order Service is received only by the Inventory Service and Shipping Service, while a different notification from the Payment Service is received only by the Accounting Service. All services are in the same AWS account. Which EventBridge configuration provides this routing with the LEAST operational overhead?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 14Select All That ApplyMonitoring, Logging & Remediation
An on-call engineer receives an AWS Health notification that a hardware degradation event is scheduled for one of their EC2 instances in 14 days. They need to determine the recommended remediation action and whether any other instances in the account are also affected. Which steps should the engineer take? (Select TWO.)
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 15Monitoring, Logging & Remediation
A SysOps Administrator wants to use Amazon EventBridge to route EC2 instance state-change events to a Lambda function but needs to transform the event payload before delivery. The Lambda function expects a simplified JSON structure containing only the instance ID, state, and timestamp. Which EventBridge feature should the administrator use?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 16Monitoring, Logging & Remediation
A company uses a third-party SaaS monitoring tool that natively integrates with Amazon EventBridge as a partner event source. The SysOps Administrator wants to receive events from this SaaS tool and route critical alerts to an SNS topic while archiving all events to an S3 bucket. Which steps should the administrator take?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 17Reliability & Business Continuity
A SysOps Administrator manages an Auto Scaling group (ASG) with a target tracking scaling policy that targets 60% average CPU utilization. After a scale-out event adds instances, the ASG immediately scales in before the new instances have finished warming up, causing a flapping pattern. Which configuration should the administrator adjust?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 18Deployment, Provisioning & Automation
A SysOps Administrator needs to deploy the same CloudFormation stack across 15 accounts in an AWS Organization. The stack provisions a Config rule and an S3 bucket. The administrator wants a single deployment action that targets all accounts without logging into each one. Which approach should be used?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 19Select All That ApplySecurity & Compliance
A SysOps administrator discovers that a KMS customer-managed key used for encrypting sensitive data was scheduled for deletion with the minimum 7-day waiting period. The team needs to implement preventive measures to avoid this in the future. (Select TWO.)
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 20Monitoring, Logging & Remediation
A company recently adopted EventBridge for event-driven workflows. During a recent deployment, a critical event was published but the downstream Lambda consumer had a bug that discarded the event. The team wants the ability to replay this specific event to reprocess it. What should the administrator configure BEFORE such incidents occur?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 21Deployment, Provisioning, and Automation
A SysOps administrator uses Elastic Beanstalk and wants to customize the number of instances in the environment based on scheduled events. Which feature enables scheduled scaling?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz
Key EventBridge Concepts for SOA-C03
SOA-C03 EventBridge Exam Tips
Amazon EventBridge questions in SOA-C03 are typically scenario-based. Focus on operations, observability, incident response, and automated remediation. Priority concepts: eventbridge, event bus, event pattern, rule, schedule, cron.
What SOA-C03 Expects
- Anchor your answer in prioritize operational visibility and repeatable runbook-ready automation.
- EventBridge scenarios for SOA-C03 are frequently mapped to Domain 1 (22%), Domain 3 (22%), so read the objective carefully before picking controls or architecture.
- Expect multi-topic scenarios where EventBridge interacts with IAM, networking, storage, or observability patterns rather than appearing as an isolated question.
- When two options are both technically valid, prefer the choice that best aligns with the exam's operational scope (Associate) and vendor best practices.
High-Value EventBridge Concepts
- Know the core EventBridge building blocks cold: eventbridge, event bus, event pattern, rule.
- Review the edge-case features and limits for schedule, cron; these details are commonly used to differentiate answer choices.
- Practice service-integration reasoning: how EventBridge pairs with CloudWatch, Systems Manager, Lambda, SNS in real deployment patterns.
- For SOA-C03, explain why the chosen EventBridge design meets reliability, security, and cost expectations better than the alternatives.
Common SOA-C03 Traps
- Watch for answers that deploy quickly but are hard to monitor or recover.
- Questions in Monitoring, Logging, Analysis, Remediation, and Performance Optimization often include distractors that look correct for EventBridge but violate least-privilege, durability, or availability requirements.
- Avoid picking options purely by feature name; validate data path, failure handling, and governance impact before answering.
- If the prompt hints at automation or repeatability, eliminate manual-only operational answers first.
Fast Review Checklist
- Can you compare at least two EventBridge implementation paths and justify which one best fits the scenario?
- Can you map the chosen answer back to Monitoring, Logging, Analysis, Remediation, and Performance Optimization (22%) outcomes for SOA-C03?
- Can you explain security and access boundaries for EventBridge without relying on default-open assumptions?
- Can you describe how EventBridge integrates with CloudWatch and Systems Manager during failure, scaling, and monitoring events?