Courseiva

SCS-C03 · topic practice

Identity and Access Management practice questions

Practise AWS Certified Security - Specialty Identity and Access Management 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: Identity and Access Management

What the exam tests

What to know about Identity and Access Management

Identity and Access Management 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 Identity and Access Management 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

Identity and Access Management questions

20 questions · select your answer, then reveal the explanation

A security engineer must provide temporary read-only access to an S3 bucket for an external auditor without creating IAM users. Which method adheres to the principle of least privilege?

Refer to the exhibit. A user with this policy cannot download files from the bucket. What is the most likely reason?

Exhibit

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": "s3:ListBucket",
      "Resource": "arn:aws:s3:::my-secure-bucket"
    },
    {
      "Effect": "Allow",
      "Action": "s3:GetObject",
      "Resource": "arn:aws:s3:::my-secure-bucket/*"
    }
  ]
}

Which THREE conditions are required for a user to assume an IAM role in another account? (Select THREE)

Which AWS feature should be used to provide temporary, limited-privilege credentials to external applications?

Refer to the exhibit. What is the effective permission for a user with this policy regarding 'production-bucket'?

Exhibit

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowAll",
      "Effect": "Allow",
      "Action": "s3:*",
      "Resource": "*"
    },
    {
      "Sid": "DenySpecific",
      "Effect": "Deny",
      "Action": "s3:DeleteBucket",
      "Resource": "arn:aws:s3:::production-bucket"
    }
  ]
}

A user needs permission to manage IAM users but should not be able to change their own permissions. How can this be achieved?

A security auditor from a third-party company needs to access your AWS account to review CloudTrail logs stored in an S3 bucket. They suggest using a cross-account IAM role. Which mechanism should you implement to specifically mitigate the 'confused deputy' security risk during this cross-account access?

A company is transitioning from a Role-Based Access Control (RBAC) model to an Attribute-Based Access Control (ABAC) model to manage their growing AWS environment. Which TWO benefits does ABAC provide over a traditional RBAC approach?

A company wants to provide its on-premises servers with access to AWS resources without using long-term IAM user access keys. The servers have existing X.509 certificates issued by an internal Certificate Authority (CA). Which AWS service or feature is the BEST solution for this requirement?

A company wants to allow project leads to create IAM roles for their team members but must ensure that these new roles cannot exceed a specific set of permissions, such as access to S3 and DynamoDB only. Which IAM feature should be used to enforce this limit?

An organization uses AWS Organizations and wants to ensure that only members of the 'Compliance' team can access S3 buckets that are tagged with 'DataClassification: Restricted'. The Compliance team members use a specific IAM role. How can this be enforced across all accounts?

A company uses a centralized identity account to manage users who assume roles in various production accounts. They want to pass the user's department name as a session tag during the 'sts:AssumeRole' call to enforce fine-grained access control in the production accounts. What must be configured to support this?

Which of the following is considered a security best practice for managing the AWS account root user?

A company is securing AWS Secrets Manager. Which THREE actions will improve the security posture of secrets management?

An enterprise wants to grant an external partner secure, programmatic access to specific Amazon S3 buckets within their AWS account without creating individual IAM users. The solution must enforce rotating temporary credentials and adhere to the principle of least privilege. Which approach should a security engineer implement?

Question 16hardmultiple choice
Read the full NAT/PAT explanation →

Refer to the exhibit. An administrator applied the given S3 bucket policy to allow secure retrieval of objects. However, users connecting through a NAT gateway with an Elastic IP inside the specified CIDR block are still receiving Access Denied errors. What is the most likely cause of this behavior?

Exhibit

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

A security engineer needs to delegate the ability to create IAM roles to a junior administrator. However, the engineer must ensure that the junior administrator cannot create roles with more permissions than they themselves possess. Which IAM feature should be used to enforce this constraint?

Refer to the exhibit. A security engineer discovers the following policy attached to an IAM role. What is the actual effect of this policy regarding access to the 'company-data' S3 bucket?

Exhibit

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": "s3:*",
      "Resource": "arn:aws:s3:::company-data/*",
      "Condition": {
        "StringNotEquals": {
          "aws:SourceVpce": "vpce-1a2b3c4d"
        }
      }
    }
  ]
}

An organization is using AWS Organizations to manage multiple accounts. The security team wants to use Service Control Policies (SCPs) to restrict certain actions. Which TWO statements accurately describe the behavior and limitations of SCPs?

An organization is migrating to AWS and needs to enforce security guardrails across multiple accounts. Which TWO actions should the security team perform to ensure compliance? (Select TWO)

Free account

Track your progress over time

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

Focused Identity and Access Management sessions

Start a Identity and Access Management only practice session

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