What happens when an Azure AD conditional access policy is triggered?
AUser access is always granted
BUser is blocked regardless of risk
CUser may be required to authenticate again
DPolicy has no effect on user access
Explanation
Triggered policies can require additional authentication, while the other options are incorrect actions.
Q142
Which service provides a unified security management system in Azure?
AAzure Security Center
BAzure Logic Apps
CAzure DevOps
DAzure Sentinel
Explanation
Azure Security Center provides security management; others do not serve this purpose.
Q143
A company needs to ensure their Azure Virtual Machines are not accessible from the public internet. What should they configure?
APublic IP addresses
BNetwork Security Groups
CAzure Load Balancer
DVM Scale Sets
Explanation
Network Security Groups can restrict traffic effectively; others do not enforce security in this way.
Q144
You are configuring Azure Active Directory. What will happen if you disable a user account?
AUser cannot log in or access resources
BAll user data is deleted
CUser retains access for 30 days
DAccount automatically reactivates
Explanation
Disabling an account prevents access immediately; others incorrectly state data deletion or self-recovery.
Q145
Which service primarily protects against DDoS attacks in Azure?
AAzure DDoS Protection
BAzure Firewall
CAzure Security Center
DAzure Application Gateway
Explanation
Azure DDoS Protection specifically mitigates DDoS attacks; the others have different security functions.
Q146
A company needs to ensure an alert is triggered when sensitive data is accessed. Which Azure service should they use?
AAzure Sentinel
BAzure Policy
CAzure Monitor
DAzure Security Center
Explanation
Azure Sentinel provides advanced threat detection and response capabilities, while the other services are not primarily for alerting on sensitive data access.
Q147
You are configuring Azure Key Vault for your application. What needs to be done to allow your app to retrieve secrets?
AAssign storage access permissions
BSet up a managed identity
CUse shared access signatures
DEnable public access
Explanation
A managed identity is required to securely authenticate your app to Key Vault; the other options do not grant proper access to secrets.