0
0
Azurecloud~20 mins

Multi-factor authentication in Azure - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
MFA Mastery Badge
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
What is the primary purpose of Multi-factor Authentication (MFA)?

Choose the best description of why MFA is used in cloud security.

ATo require users to provide two or more verification factors to gain access, increasing security.
BTo allow users to log in without passwords by using only biometric data.
CTo enable single sign-on across multiple cloud services without additional verification.
DTo automatically reset user passwords after every login attempt.
Attempts:
2 left
💡 Hint

Think about how MFA adds layers to protect user accounts.

Architecture
intermediate
2:00remaining
Which Azure service is primarily used to enforce Multi-factor Authentication for users?

Select the Azure service that manages user identities and MFA enforcement.

AAzure Kubernetes Service
BAzure Virtual Machines
CAzure Blob Storage
DAzure Active Directory (Azure AD)
Attempts:
2 left
💡 Hint

Think about where user identities and access policies are managed in Azure.

Configuration
advanced
2:00remaining
What is the effect of enabling Conditional Access policy requiring MFA for all users in Azure AD?

Consider this policy: "Require MFA for all users when accessing cloud apps." What happens when a user tries to sign in?

AUsers only need MFA if they sign in from outside the corporate network.
BUsers must complete MFA verification every time they sign in to any cloud app.
CUsers are blocked from signing in unless they disable MFA on their account.
DUsers can sign in without MFA if they use a trusted device.
Attempts:
2 left
💡 Hint

Think about what "require MFA for all users" means without exceptions.

security
advanced
2:00remaining
Which of the following is a common security risk if MFA is not enabled in Azure AD?

Identify the risk that increases significantly without MFA protection.

AUnauthorized access through compromised passwords.
BIncreased storage costs due to data duplication.
CSlower network performance during peak hours.
DAutomatic deletion of user accounts after inactivity.
Attempts:
2 left
💡 Hint

Think about what happens if only passwords protect accounts.

service_behavior
expert
2:00remaining
What happens when a user with MFA enabled in Azure AD loses access to their authentication device?

Choose the correct behavior or recommended action in this scenario.

AAzure AD disables the user's account permanently for security reasons.
BThe user can sign in using their password only, bypassing MFA automatically.
CThe user cannot sign in until an administrator resets their MFA settings or provides a temporary access method.
DThe user is automatically enrolled in a new MFA device without admin intervention.
Attempts:
2 left
💡 Hint

Consider how MFA recovery is handled securely.