Copyright (c) 2025 MindMesh Academy. All rights reserved. This content is proprietary and may not be reproduced or distributed without permission.

4.3.5. Sample Questions - Domain 5: Incident & Event Response

Question 1:

A company uses AWS Lambda functions for processing real-time data streams. They need to implement a mechanism to automatically trigger a Lambda function whenever new data arrives in an Amazon S3 bucket. Which AWS service should be configured to achieve this event-driven invocation?

A) Amazon SQS B) Amazon SNS C) Amazon EventBridge D) S3 Event Notifications

Correct Answer: D
Explanation:

Question 2:

A DevOps team wants to automate the remediation of non-compliant AWS resources. For example, if an S3 bucket is created without encryption enabled, they want a Lambda function to automatically enable default encryption on that bucket. Which AWS service combination can be used to detect this non-compliance and trigger the automated remediation?

A) AWS CloudTrail and Amazon SNS B) AWS Config and AWS Lambda C) Amazon CloudWatch and AWS Systems Manager D) AWS Security Hub and Amazon SQS

Correct Answer: B
Explanation:

Question 3:

During an incident, a critical application running on Amazon EC2 instances experiences intermittent performance degradation. The DevOps team needs to quickly identify the root cause, which could be related to CPU utilization, network I/O, or disk activity on the instances. Which AWS service provides the most granular metrics for these operational aspects of EC2 instances?

A) AWS CloudTrail B) AWS Config C) Amazon CloudWatch D) AWS X-Ray

Correct Answer: C
Explanation:

Question 4:

A company needs to implement a robust notification system for critical alerts generated by their monitoring systems (e.g., CloudWatch Alarms). They require a service that can fan out notifications to multiple subscribers, including email, SMS, and triggering Lambda functions for custom actions. Which AWS service is best suited for this fan-out notification pattern?

A) Amazon SQS B) Amazon Kinesis C) Amazon SNS D) Amazon EventBridge

Correct Answer: C
Explanation:

Question 5:

During a production incident, the DevOps team needs to quickly access and execute pre-defined operational procedures (runbooks) to diagnose and resolve issues on their EC2 instances. They want to avoid manual SSH access and ensure that all actions are auditable and controlled. Which AWS service can be used to centralize and automate the execution of these runbooks on EC2 instances?

A) AWS CloudFormation B) AWS Systems Manager Automation C) AWS CodeDeploy D) AWS OpsWorks

Correct Answer: B
Explanation: