wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

CB-Quiz On AWS_IAM USER

Total questions: 20

Worksheet time: 15mins

Name
Class
Date
1.

Which of the following is the first step to secure the AWS root account?

a)

Attach an IAM policy to the root account

b)

Enable MFA on the root account

c)

Create an IAM user for root access

d)

Create a group for the root account

2.

What is the purpose of creating an IAM group in AWS?

a)
To set up network configurations for users.
b)
To create a backup of user data in AWS.
c)
The purpose of creating an IAM group in AWS is to manage permissions for multiple users collectively.
d)
To define billing limits for AWS services.
3.

Which of the following are valid credentials for IAM users accessing AWS programmatically?

a)
Access Key ID and Secret Access Key
b)
OAuth Token
c)
Username and Password
d)
Session Token
4.

What is the difference between IAM users categorized as "Human" and "Service"?

a)
The difference is that 'Human' users are individuals with direct access, while 'Service' users are applications or services accessing resources programmatically.
b)
Both 'Human' and 'Service' users have the same access rights.
c)
'Human' users are automated systems, while 'Service' users are individuals.
d)
'Human' users are only allowed to access public resources, while 'Service' users can access private resources.
5.

What is required when logging in to the AWS Management Console as a human IAM user?

a)

UserName, PassWord, and AccessKey

b)

UserName, PassWord, and MFA (if enabled)

c)

AccessKey and SecretKey

d)

Only the MFA code

6.

Which of the following AWS policy types is managed by AWS?

a)
User Managed Policies
b)
Inline Policies
c)
Service Control Policies
d)
AWS Managed Policies
7.

What is a key security measure recommended for both Root users and IAM users

a)

AWS CLI access

b)
Disable all user accounts
c)
Enable Multi-Factor Authentication (MFA)
d)
Allow unrestricted access to all resources
8.

Which access level allows users to create or modify resources?

a)
delete access
b)
write access
c)
execute access
d)
read access
9.

What is the primary purpose of AWS CloudTrail?

a)
To store and manage AWS resources efficiently.
b)
To provide real-time monitoring of AWS services.
c)
To enable governance, compliance, and auditing of AWS account activity.
d)
To automate the deployment of AWS applications.
10.

What AWS service can you use to query CloudTrail logs stored in an Amazon S3 bucket?

a)

Amazon Athena

b)
Amazon RDS
c)

Amazon Lamda

d)
Amazon Redshift
11.

In AWS IAM, what is the role of an inline policy?

a)
Inline policies are automatically applied to all IAM accounts in an organization.
b)
Inline policies can only be attached to AWS services, not users or roles.
c)
Inline policies are used to create global permissions for all users.
d)
The role of an inline policy in AWS IAM is to provide specific permissions directly attached to a single IAM user, group, or role.
12.

Which AWS services are part of the AWS Admin role for CRUD operations?

a)
AWS IAM
b)
Amazon S3, Amazon DynamoDB, Amazon RDS, AWS Lambda
c)
Amazon CloudFront
d)
Amazon EC2
13.

Who has full access to all resources in an AWS account by default?

a)
CloudFormation templates
b)
The root user
c)
AWS administrators
d)
IAM users
14.

Which of the following actions should the Root User avoid performing regularly?

a)
Regularly changing system configurations as a Root User.
b)
Performing software installations without verification.
c)
Using a standard user account for administrative tasks.
d)
Using the Root User account for everyday tasks.
15.

An IAM user can be granted permissions through:

a)
Policies attached to users, groups, or roles.
b)
Permissions granted through email verification.
c)
Permissions assigned only to administrators.
d)
Permissions based on user activity logs.
16.

Which type of AWS user should be created for daily operational tasks instead of using the Root User?

a)

IAM Role

b)
AWS Service Account
c)

IAM User

d)
Root User
17.

What is the key difference between the Root User and an IAM User?

a)
The Root User can only access billing information; IAM Users can access all resources.
b)
The Root User is created for each account; IAM Users are shared among multiple accounts.
c)
IAM Users have full access; the Root User has limited, permission-based access.
d)
The Root User has full access; IAM Users have limited, permission-based access.
18.

What is the best practice for creating IAM users in an AWS account?

a)
Disable MFA for all users
b)
Use simple passwords like 'password123'
c)
Create IAM users with full administrative access
d)
Create IAM users with least privilege, enable MFA, use strong passwords, and manage permissions through groups.
19.

CloudBinary's security team wants to track user activity and API usage in AWS. Which service should they use?

a)
AWS CloudWatch
b)
AWS CloudTrail
c)
AWS IAM
d)
AWS S3
20.

When creating an IAM user for CloudBinary's developers, which policy type is recommended?

a)
Managed Policy
b)
Resource-based Policy
c)
Service Control Policy
d)
Inline Policy