0
0
AWScloud~20 mins

Root user vs IAM user in AWS - Practice Questions

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Root User vs IAM User Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Difference in Permissions Between Root User and IAM User

Which statement correctly describes the permission scope of the AWS root user compared to an IAM user?

ABoth root user and IAM users have the same default permissions when created.
BIAM users have full access to all AWS services by default, while the root user has limited permissions.
CThe root user has full unrestricted access to all AWS services and resources by default, while IAM users have permissions only as explicitly granted.
DThe root user can only access billing information, while IAM users manage resources.
Attempts:
2 left
💡 Hint

Think about who created the AWS account and what control they have.

security
intermediate
2:00remaining
Best Practice for Using Root User

Which of the following is the best security practice regarding the AWS root user?

AUse the root user for daily administrative tasks to simplify management.
BCreate IAM users with necessary permissions and avoid using the root user for everyday tasks.
CDisable the root user account to prevent any access.
DShare the root user credentials with all team members for easy access.
Attempts:
2 left
💡 Hint

Consider minimizing risk by limiting use of the most powerful account.

service_behavior
advanced
2:00remaining
Root User Access to Billing Information

Which user type can access the AWS billing and account settings by default?

AOnly the root user has access to billing and account settings by default.
BAll IAM users have access to billing and account settings by default.
CBoth root user and IAM users have billing access by default.
DNeither root user nor IAM users have billing access by default.
Attempts:
2 left
💡 Hint

Think about who owns the account and controls billing.

Architecture
advanced
2:00remaining
IAM User Permissions Scope

Which statement best describes how IAM user permissions are managed in AWS?

AIAM user permissions are granted through policies attached directly to the user or through groups and roles, and they are limited to what is explicitly allowed.
BIAM users automatically inherit all permissions from the root user.
CIAM users have full access to all AWS services unless explicitly denied.
DIAM user permissions cannot be changed once created.
Attempts:
2 left
💡 Hint

Consider how AWS controls access for different users.

Best Practice
expert
2:00remaining
Securing the AWS Root User Account

Which of the following actions is the most effective way to secure the AWS root user account?

AUse the root user account password for all team members to ensure quick access.
BCreate multiple root user accounts for redundancy.
CDisable MFA on the root user account to avoid login issues.
DEnable multi-factor authentication (MFA) on the root user account and store credentials securely offline.
Attempts:
2 left
💡 Hint

Think about adding extra layers of security to the most powerful account.