What happens when a user is assigned a role in Azure RBAC?
AThey receive unlimited access immediately
BTheir access is enhanced without auditing
CThey get specific permissions based on the role
DThey can bypass security policies
Explanation
In Azure RBAC, users get permissions specific to the assigned role.
Q22
Which service provides identity protection in Azure?
AAzure Active Directory
BAzure Blob Storage
CAzure Active Monitor
DAzure DevOps
Explanation
Azure Active Directory offers identity management solutions, while the others do not focus on identity protection.
Q23
A company needs to assign roles to employees for resource accesses. What is the best approach?
AUse Azure Policies
BImplement RBAC
CSet up Network Security Groups
DApply Resource Locks
Explanation
Role-Based Access Control (RBAC) efficiently manages role assignments, while the others don't focus specifically on access control.
Q24
What happens when an Azure resource is tagged with 'Environment: Production'?
AIncreased security automatically
BLimited access to only admins
CResource costs are lowered
DClassification for management purposes
Explanation
Tags are used for organizing and managing resources, while the others imply actions that tagging does not initiate.
Q25
Which Azure service primarily manages user identities?
AAzure Active Directory
BAzure Blob Storage
CAzure Virtual Machines
DAzure Functions
Explanation
Azure Active Directory is the identity management service, while others serve different purposes.
Q26
A company needs to share files securely with partners while maintaining control. Which Azure service should they use?
AAzure Storage Account
BAzure Information Protection
CAzure VPN Gateway
DAzure Monitor
Explanation
Azure Information Protection allows secure file sharing with control, unlike the others which do not focus on security issues specifically.
Q27
What happens when a resource in Azure is assigned multiple role-based access control (RBAC) roles?
AAccess is combined, maintaining least privilege
BAccess is restricted to highest role only
CAccess is denied
DAccess becomes segmented
Explanation
Access is combined, allowing permissions from all assigned roles, whereas other options misrepresent RBAC functioning.
Q28
Which Azure service helps protect applications from DDoS attacks?
AAzure DDoS Protection
BAzure Firewall
CAzure Sentinel
DAzure Application Gateway
Explanation
Azure DDoS Protection mitigates DDoS attacks, while others serve different purposes.
Q29
You are configuring Azure Policies for a large organization. What is the primary purpose of these policies?
AMonitor user activity
BEnforce governance across resources
CManage billing and costs
DDeploy applications automatically
Explanation
Azure Policies ensure compliance and governance, unlike the other options focused on different functions.
Q30
What happens when an Azure Resource Manager (ARM) resource's role is assigned to 'Reader'?
ACan modify the resource
BCan delete the resource
CCan view the resource
DCan create new resources
Explanation
The 'Reader' role allows viewing but not modification or deletion.