Courseiva

SCS-C03 · topic practice

Incident Response practice questions

Practise AWS Certified Security - Specialty Incident Response practice questions — original exam-style scenarios with answer choices, explanations, and analysis of common mistakes.

Courseiva uses original exam-style practice questions designed for learning and revision. The goal is to understand the concepts, recognise exam patterns, and improve through explanations — not memorise copied exam dumps.

Reviewed byJohnson Ajibi· MSc IT Security
20 questionsDomain: Incident Response

What the exam tests

What to know about Incident Response

Incident Response questions test whether you can apply the concept in context, not just recognise a definition.

How the topic appears in realistic exam-style scenarios.

Which detail in the question changes the correct answer.

How to eliminate plausible but wrong options.

How to connect the question back to the wider exam objective.

Watch out for

Common Incident Response exam traps

  • Answering from memory before reading the full scenario.
  • Missing a constraint such as cost, availability, security, scope or command context.
  • Choosing a broad answer when the question asks for the most specific fix.
  • Ignoring why the wrong options are tempting.

Practice set

Incident Response questions

20 questions · select your answer, then reveal the explanation

A security analyst suspects an EC2 instance is compromised and being used for command and control (C2) communication. Which TWO actions should be performed to preserve evidence while containing the threat?

Which THREE AWS services are critical for automating an incident response plan for detecting and containing unauthorized IAM credential usage?

An incident responder is investigating a potential data breach where an attacker accessed an S3 bucket. The responder wants to confirm the identity that performed the suspicious GetObject calls. Which log source should be reviewed first?

Following a successful incident response, the team is performing a lessons-learned activity. Which action is most important to ensure the same vulnerability is not exploited again?

Refer to the exhibit. An administrator accidentally applied this bucket policy. What is the immediate impact on the ability to manage the S3 bucket?

Exhibit

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Deny",
      "Action": "s3:DeleteBucket",
      "Resource": "arn:aws:s3:::production-data",
      "Principal": {
        "AWS": "*"
      }
    }
  ]
}

During an incident, a security responder realizes that an attacker has gained persistence by modifying an IAM role. What is the first step to remediate this threat?

An organization detects unauthorized access to their AWS account. They want to ensure they have an audit trail that cannot be tampered with by the attacker. Which configuration provides the highest level of integrity for CloudTrail logs?

An incident responder receives an alert about a potential brute-force attack on an IAM user. What is the most immediate action to contain the threat?

Which THREE actions are essential for a post-incident review (PIR) to ensure continuous improvement in an AWS environment?

Question 10mediummultiple choice
Read the full Incident Response explanation →

An organization suspects that an attacker has gained access to their environment via an overly permissive IAM role. They need to identify which resources have been accessed by this role. Which tool provides the most direct view of this activity?

A security operations team is designing an automated incident response pipeline for compromised IAM credentials. When an alert triggers, the automation must immediately revoke existing sessions and secure the affected user account. Which TWO actions should be included in the automated remediation workflow? (Choose two.)

Question 12mediummultiple choice
Read the full Incident Response explanation →

Refer to the exhibit. An organization uses this bucket policy to restrict S3 access to their internal network. During an incident, the security team notices that an IAM role with AdministratorAccess can still access the bucket from an external network. Why?

Exhibit

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Deny",
      "Action": "s3:GetObject",
      "Resource": "arn:aws:s3:::sensitive-data-bucket/*",
      "Condition": {
        "NotIpAddress": {
          "aws:SourceIp": "10.0.0.0/16"
        }
      }
    }
  ]
}

An organization experiences a ransomware attack on an EC2-based application. The incident response plan requires restoring from backups stored in an S3 bucket in a separate 'backup' AWS account. How can this be done securely while adhering to the principle of least privilege?

Question 14mediummultiple choice
Read the full Incident Response explanation →

Your organization uses AWS GuardDuty to monitor for threats. During an incident, you see a 'UnauthorizedAccess:IAMUser/InstanceCredentialExfiltration' finding. What is the most immediate action the incident response team should take?

Question 15mediummultiple choice
Read the full Incident Response explanation →

Your organization is performing post-incident analysis on a compromised EC2 instance. The security team needs to verify if the instance was part of a botnet. Which service allows you to inspect network traffic patterns for evidence of malicious communication?

An incident responder must rotate compromised access keys across 500 AWS accounts. Manually doing this is infeasible. What is the most efficient, programmatic way to automate this rotation while minimizing risk?

Question 17mediummultiple choice
Read the full Incident Response explanation →

An organization detects unauthorized access to an Amazon S3 bucket containing sensitive customer data. The Security team needs to immediately isolate the bucket while ensuring logs are preserved for forensic analysis. Which action should the team take first?

Question 18mediummultiple choice
Read the full Incident Response explanation →

Refer to the exhibit. An incident responder observes that an attacker bypassed this S3 bucket policy and accessed objects from an IP address outside the 192.0.2.0/24 range. What is the most likely reason for this access?

Exhibit

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": "s3:GetObject",
      "Resource": "arn:aws:s3:::my-secure-bucket/*",
      "Condition": {
        "IpAddress": {
          "aws:SourceIp": "192.0.2.0/24"
        }
      }
    }
  ]
}
Question 19mediummultiple choice
Read the full Incident Response explanation →

An organization experiences a ransomware attack that encrypts data across several EBS volumes. The team needs to restore operations as quickly as possible. Which strategy minimizes the impact of the incident while ensuring data integrity?

An organization wants to improve their ability to respond to security incidents. Which TWO of the following services provide centralized visibility and management for security findings?

Free account

Track your progress over time

Create a free account to save your results and see which topics improve across sessions.

Focused Incident Response sessions

Start a Incident Response only practice session

Every question in these sessions is drawn from the Incident Response domain — nothing else.

Related practice questions

Related SCS-C03 topic practice pages

Move into related areas when this topic feels solid.

Frequently asked questions

What does the SCS-C03 exam test about Incident Response?
Incident Response questions test whether you can apply the concept in context, not just recognise a definition.
How should I use these practice questions?
Select your answer before revealing the explanation. Then read why each option is right or wrong — this active recall approach builds retention far faster than re-reading notes.
Can I practise just Incident Response questions in a focused session?
Yes — the session launcher on this page draws every question from the Incident Response domain. Use a 10-question session first to gauge your baseline, then move to 20 or 30 once the weak spots are clear.
Where can I practise other SCS-C03 topics?
Use the topic links above to move to related areas, or go back to the SCS-C03 question bank to see all topics.
Are these real exam questions or dumps?
These are original practice questions written to test the same concepts the SCS-C03 exam covers. They are not copied from any real exam or dump site.