Which Azure service provides centralized access management?
AAzure Active Directory
BAzure Blob Storage
CAzure SQL Database
DAzure Functions
Explanation
Azure Active Directory offers identity management, while others do not focus on access management.
Q92
A company needs to secure its Kubernetes cluster. What should they configure?
ANetwork Security Groups
BAzure Security Center
CAzure Policy
DRole-Based Access Control (RBAC)
Explanation
RBAC is crucial for managing permissions within a Kubernetes cluster, not the other options which serve different purposes.
Q93
What happens when a user with no permissions accesses an Azure resource?
AAccess granted due to default settings
BAccess denied based on RBAC
CAccess granted by Azure policies
DAccess suppressed silently
Explanation
Access is denied because of RBAC rules that restrict it, while others imply incorrect behaviors.
Q94
Which Azure service is optimized for serverless applications?
AAzure Functions
BAzure Virtual Machines
CAzure Web Apps
DAzure Kubernetes Service
Explanation
Azure Functions is designed for serverless execution, while others are for different hosting methods.
Q95
You are configuring Azure AD Conditional Access policies. What is the purpose of 'Session Controls'?
ALock devices based on user location
BControl user sessions for specific apps
CEnforce MFA on all logins
DRestrict access during specific times
Explanation
Session Controls manage session conditions for applications, unlike other options which target broader access restrictions.
Q96
What happens when you enable Azure Security Center's Just-in-Time VM access?
ALocks the VM from all network traffic
BForwards all traffic through a proxy
CAllows access only when requested
DDisables public IP address of VM
Explanation
Just-in-Time access allows for temporary access when requested, whereas other options are incorrect descriptions of its functionality.
Q97
Which Azure service provides a central place to manage policies?
AAzure Policy
BAzure Security Center
CAzure Compliance Manager
DAzure Monitor
Explanation
Azure Policy centralizes and enforces governance across Azure resources; the others serve distinct management or monitoring purposes.
Q98
A company needs to ensure that users can only access specific Azure resources based on their job roles. What is the most appropriate solution?
AAzure RBAC
BAzure AD Groups
CNetwork Security Groups
DAzure Automation
Explanation
Azure RBAC allows fine-grained access control based on roles, while the others don't specifically manage user access to resources based on roles.
Q99
You are configuring Azure Sentinel and want to aggregate logs from different services. What happens if you select 'Basic' pricing tier?
AUnlimited log collection
BLimited retention period
CHigher data ingestion fee
DNo log collection applies
Explanation
The 'Basic' tier limits the retention period, while the other options misrepresent the capacity or costs of log collection.
Q100
Which Azure service is specifically designed for secure key management?
AAzure Key Vault
BAzure Blob Storage
CAzure SQL Database
DAzure Data Factory
Explanation
Azure Key Vault securely stores and controls keys, whereas the others provide different data management functionalities.