Which service is responsible for securing APIs in Azure?
AAzure API Management
BAzure Functions
CAzure Logic Apps
DAzure Storage
Explanation
Azure API Management provides security for APIs, while others focus on specific application functionalities.
Q2
A company needs to ensure that only specific users can access a confidential dataset in Azure Blob Storage. What should they implement?
ARole-Based Access Control (RBAC)
BNetwork Security Groups (NSGs)
CAzure Load Balancer
DPublic IP Address
Explanation
RBAC effectively restricts access to resources based on user roles, while NSGs manage network traffic, and the others are unrelated.
Q3
You are configuring Conditional Access policies. What will happen if the policy is set to block access for users with risky sign-ins?
AAll users will be blocked instantaneously.
BBlocked users must verify their identity.
CAccess will be allowed for risky sign-ins.
DThe users will receive an alert only.
Explanation
Blocked users with risky sign-ins are prompted to verify identity before access is granted, while other options incorrectly misrepresent the result.
Q4
Which Azure service is used for identity governance?
AAzure AD Privileged Identity Management
BAzure Information Protection
CAzure Security Center
DAzure Front Door
Explanation
Azure AD Privileged Identity Management governs privileged access; others serve different purposes.
Q5
A company needs to implement MFA for all users. What must they configure?
What happens when a user's account is disabled in Azure AD?
AUser can still access resources
BUser's access is revoked immediately
CAccess depends on MFA status
DUser is prompted to reset password
Explanation
Disabling an account revokes all access immediately; others do not correctly describe the outcome.
Q7
Which service can be used to manage Azure Active Directory identities?
AAzure Active Directory
BAzure SQL Database
CAzure Blob Storage
DAzure App Service
Explanation
Azure Active Directory is specifically designed for identity management, the other services do not serve this purpose.
Q8
A company's Azure AD user needs to perform tasks in Azure, but should not access the subscription directly. What should you assign to the user?
AOwner role
BUser Access Administrator role
CReader role
DContributor role
Explanation
The User Access Administrator role allows managing access without providing subscription access, unlike the other roles which offer broader permissions.
Q9
You are configuring a Conditional Access policy to block sign-in attempts from specific regions. What happens if a user tries to access Azure from a blocked region?
AAccess is granted normally
BUser is logged out immediately
CAccess is denied
DRequires approval from admin
Explanation
A Conditional Access policy that blocks access from certain regions will outright deny access attempts, rather than granting or delaying access.
Q10
Which Azure service primarily manages identity synchronization with on-premises directories?
AAzure AD Connect
BAzure AD Domain Services
CAzure Active Directory
DAzure Automation
Explanation
Azure AD Connect synchronizes identities between on-premises and Azure AD, unlike the other options which serve different purposes.