5.0 Incident and Event Response DOP-C02 Practice Quiz
84 exam-style questions covering 14% of the DOP-C02 exam. Instant feedback on every answer, progress tracking, no signup required.
This domain is part of the AWS Certified DevOps Engineer Professional practice test. Each question is tagged by exam objective and difficulty so you can drill exactly the areas you need.
Sample Questions
A production account emits a GuardDuty finding for credential exfiltration. The security team wants the event to start an incident workflow without polling. Which event-driven design should be used?
- A. Use an EventBridge rule that matches GuardDuty finding events and targets an incident workflow
- B. Schedule a daily script that searches for new findings
- C. Ask analysts to refresh the GuardDuty console manually
- D. Store the finding ID in a static parameter and wait for a deployment
GuardDuty findings are emitted as events, and EventBridge can route matching events directly to response automation or notification targets. This is the correct answer.
An operations team receives too many EventBridge notifications because a rule matches all AWS API calls. What should be adjusted?
- A. Narrow the event pattern to specific sources, detail types, resources, or event names
- B. Increase the number of responders on every alert
- C. Delete all event rules and rely on memory
- D. Match on random request IDs instead of event meaning
Specific event patterns reduce noise and make incident response events actionable. This is the correct answer.
A DevOps team wants to detect CloudFormation stack failures and notify the application owner. What should the event pattern match?
- A. Only successful stack creation events
- B. CloudFormation stack status change events for failed or rollback states
- C. Only monthly billing events
- D. Only S3 object lifecycle transition events
Stack status events identify failed infrastructure changes and can be routed to the correct owner for response. This is the correct answer.
A remediation target should run only for events from production accounts. What should the event-driven response include?
- A. A target that ignores event account identity
- B. Account or environment filtering in the event pattern or routing layer
- C. A response that treats all sandbox events as critical production incidents
- D. A rule that matches only the event timestamp format
Filtering by account or environment prevents nonproduction events from triggering production response workflows. This is the correct answer.
An alert message says only 'ALARM' with no service, Region, owner, or runbook. What should be improved?
- A. Remove the alarm name as well
- B. Notification context and escalation metadata
- C. Send the same empty message to more channels
- D. Add credentials to the message body
Responders need affected service, scope, severity, owner, and runbook details to take timely action. This is the correct answer.
A company wants one response workflow for EC2 instance health failures and a different workflow for unauthorized IAM changes. What is the right pattern?
- A. Send every event to one generic target with no classification
- B. Disable event matching and rely on a shared mailbox
- C. Create separate event rules that match each event type and route to different targets
- D. Use the EC2 instance name as the only event selector for IAM events
Different operational and security events need different owners, severity, and remediation paths. This is the correct answer.
A database outage affects customer checkout globally. Which incident classification is most appropriate?
- A. Low-priority ticket for the next planning meeting
- B. Silent remediation with no communication record
- C. High-severity incident with immediate escalation to service owners and leadership communications
- D. Developer-only notification with no service owner involvement
Customer-impacting global checkout failure requires urgent response, clear ownership, and coordinated communication. This is the correct answer.
A pipeline emits custom events when a release starts, succeeds, or fails. Which design makes those events useful for incident workflows?
- A. Put the entire event meaning only in a free-form message string
- B. Use a different field schema for every service release
- C. Include deployment secrets as event fields for convenience
- D. Include stable detail fields such as service, environment, version, status, and owner
Structured event detail fields allow rules, dashboards, and incident tooling to route and correlate release events. This is the correct answer.
Key Terms in This Domain
- Lambda destinations: Async invocation success/failure routing to SQS/SNS/EventBridge/Lambda
- EventBridge rules: Patterns or schedules that match events and route them to targets
- AWS Config remediation: Automatically fix non-compliant resources via SSM Automation
- Amazon EventBridge: Serverless event bus that routes, enriches, and delivers events
- EventBridge schemas: Catalog of event schemas with code-binding generation
- S3 Event Notifications: Trigger Lambda, SQS, or SNS on object create/update events
- AWS CodeDeploy: Automated application deployment to compute services
- CodeDeploy hooks: Lifecycle event hooks (BeforeInstall, AfterInstall, ValidateService, etc.)
- AWS Config: Track resource configuration changes and assess compliance
- AWS Config rules: Continuously evaluate resources against compliance rules
Link to this quiz
Studying with a group or teaching a class? Send this address or paste the link into your notes, wiki, or course page:
https://quizbuffet.com/aws-devops-engineer-professional/incident-and-event-response/
<a href="https://quizbuffet.com/aws-devops-engineer-professional/incident-and-event-response/">AWS DevOps Engineer Professional Incident and Event Response practice quiz on QuizBuffet</a>
Other DOP-C02 Domains
- 1.0 SDLC Automation
- 2.0 Configuration Management and IaC
- 3.0 Resilient Cloud Solutions
- 4.0 Monitoring and Logging
- 6.0 Security and Compliance
← Back to DOP-C02 practice test overview
Questions are written against the published DOP-C02 objectives and checked for accuracy and balance before they go live. How QuizBuffet writes and reviews its questions.