AWS IAM Interview Questions

AWS IAM Interview Questions

Assessment

Quiz

Other

Professional Development

Easy

Created by

GoFlyer undefined

Used 2+ times

FREE Resource

Student preview

quiz-placeholder

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is AWS IAM?

IAM (Identity and Access Management) is a web service that helps securely control access to AWS services and resources.

IAM is a service for managing EC2 instances.

IAM is a database management service.

IAM is a tool for monitoring AWS resources.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are IAM users and IAM roles? How do they differ?

IAM users are long-term identities created for individual people or applications. IAM roles are temporary identities that can be assumed by users, services, or applications and come with temporary credentials.

IAM users are temporary identities, while IAM roles are long-term identities.

IAM users and IAM roles are the same.

IAM users are for applications only, while IAM roles are for people only.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an IAM policy?

A JSON document that defines permissions (allow/deny) for actions on specific AWS resources.

A document that describes the AWS billing structure.

A policy for managing AWS costs.

A document for setting up AWS networking.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between identity-based policies and resource-based policies?

Identity-based policies are attached to users, groups, or roles. Resource-based policies are attached directly to AWS resources (e.g., S3 bucket policies).

Identity-based policies are for resources, while resource-based policies are for users.

Both are the same and can be used interchangeably.

Identity-based policies are for billing, while resource-based policies are for security.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an IAM group?

A collection of IAM users. Policies attached to the group apply to all users within it.

A group of AWS services.

A collection of AWS resources.

A group of EC2 instances.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does this IAM policy action mean: "Action": "s3:*"?

It grants permission to perform all S3 actions (like s3:GetObject, s3:PutObject, etc.).

It denies all S3 actions.

It allows only read actions on S3.

It allows only write actions on S3.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you grant read-only access to S3 buckets?

Attach a policy with s3:GetObject and s3:ListBucket actions on the desired bucket.

Attach a policy with s3:PutObject action.

Attach a policy with s3:DeleteObject action.

Attach a policy with s3:AllAccess action.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?