Courseiva

SCS-C03 · topic practice

Security Foundations and Governance practice questions

Practise AWS Certified Security - Specialty Security Foundations and Governance 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: Security Foundations and Governance

What the exam tests

What to know about Security Foundations and Governance

Security Foundations and Governance 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 Security Foundations and Governance 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

Security Foundations and Governance questions

20 questions · select your answer, then reveal the explanation

A security engineer must ensure that all EBS volumes in an account are encrypted by default. How should they achieve this?

Which THREE of the following are true regarding the AWS Shared Responsibility Model?

An organization wants to use AWS Organizations to manage security across 50 accounts. What is the recommended strategy for delegating security tasks?

Refer to the exhibit. A developer created this policy to troubleshoot S3 issues. Why is this a major security governance violation?

Exhibit

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": "s3:*",
      "Resource": "*"
    }
  ]
}

Which TWO of the following are core components of a robust AWS Governance program?

An auditor needs to verify that the organization's S3 buckets are not publicly accessible. What is the most efficient way to achieve this at scale?

Refer to the exhibit. A developer is attempting to upload an object to the 'company-data' bucket using the AWS CLI but is receiving an 'Access Denied' error. The developer is not specifying any encryption headers in the command. Based on the provided IAM policy, what is the reason for this failure?

Exhibit

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": "s3:*",
      "Resource": "arn:aws:s3:::company-data/*"
    },
    {
      "Effect": "Deny",
      "Action": "s3:PutObject",
      "Resource": "*",
      "Condition": {
        "StringNotEquals": {
          "s3:x-amz-server-side-encryption": "AES256"
        }
      }
    }
  ]
}

A security architect is designing a multi-account security posture using AWS Security Hub. The goal is to aggregate findings from all accounts into a central security account and automate the response to high-severity findings. Which THREE steps are required to achieve this architecture?

A company needs to implement a tagging policy across its AWS Organization to ensure all Amazon EC2 instances have a 'CostCenter' tag. If the tag is missing or incorrect, the resource creation should be allowed, but the non-compliance must be visible centrally. Which solution meets these governance requirements?

Which TWO security-related checks are performed by AWS Trusted Advisor for all AWS customers, regardless of their support plan?

Refer to the exhibit. This Service Control Policy (SCP) is applied to the 'Production' Organizational Unit (OU). A developer in a member account within this OU is trying to create an Amazon CloudFront distribution, which is a global service. What will be the result of this action?

Exhibit

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "DenyAllOutsideUS",
      "Effect": "Deny",
      "Action": "*",
      "Resource": "*",
      "Condition": {
        "StringNotEquals": {
          "aws:RequestedRegion": "us-east-1"
        }
      }
    }
  ]
}

A company is using AWS Resource Access Manager (RAM) to share a Transit Gateway across multiple accounts in an AWS Organization. The security team needs to ensure that member accounts can use the Transit Gateway but cannot share it further with accounts outside of the organization. How can this be enforced?

An organization is using AWS Organizations with all features enabled. They want to prevent any account, including the management account, from being able to leave the organization. Which governance action should be taken?

A security auditor requires a centralized view of security findings across all AWS accounts in an organization. Which service should be enabled to aggregate and prioritize these findings?

An organization wants to enforce encryption at rest for all S3 buckets using AWS Organizations. Which TWO actions should the security team perform to ensure consistent governance?

Refer to the exhibit. An administrator applied this policy to a bucket, but users are still able to upload unencrypted objects. Why is this occurring?

Exhibit

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "DenyUnencryptedTraffic",
      "Effect": "Deny",
      "Action": "s3:PutObject",
      "Resource": "arn:aws:s3:::my-bucket/*",
      "Condition": {
        "StringNotEquals": {
          "s3:x-amz-server-side-encryption": "aws:kms"
        }
      }
    }
  ]
}

Which AWS service is best suited for providing a comprehensive, searchable audit trail of every API call made in an AWS account?

A company requires that all cloud resources be tagged with a 'Department' code for cost allocation and security reporting. How should they enforce this?

Which AWS IAM best practice ensures that users have only the permissions necessary to perform their specific business roles?

Refer to the exhibit. Why might a user in the 192.168.1.0/24 range still be denied access to the S3 bucket?

Exhibit

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": "s3:GetObject",
      "Resource": "arn:aws:s3:::my-bucket/*",
      "Condition": {
        "IpAddress": {
          "aws:SourceIp": "192.168.1.0/24"
        }
      }
    }
  ]
}

Free account

Track your progress over time

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

Focused Security Foundations and Governance sessions

Start a Security Foundations and Governance only practice session

Every question in these sessions is drawn from the Security Foundations and Governance 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 Security Foundations and Governance?
Security Foundations and Governance 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 Security Foundations and Governance questions in a focused session?
Yes — the session launcher on this page draws every question from the Security Foundations and Governance 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.