What happens when you delete an Azure Resource Group that contains an Azure Kubernetes Service (AKS)?
AOnly AKS is deleted
BAKS and all resources are deleted
CAlerts are sent to admin
DDeletion is not permitted
Explanation
Deleting a Resource Group removes all resources within it, including AKS.
Q112
Which service helps protect against DDoS attacks in Azure?
AAzure DDoS Protection
BAzure Firewall
CAzure Application Gateway
DAzure Traffic Manager
Explanation
Azure DDoS Protection specifically targets DDoS attacks, while others serve different purposes.
Q113
A company needs to secure API access using OAuth 2.0. What Azure service should they use?
AAzure AD B2C
BAzure API Management
CAzure App Service
DAzure Functions
Explanation
Azure API Management supports OAuth 2.0 for securing APIs, while the others do not focus on API management specifically.
Q114
You are configuring Azure Security Center. What happens when you set the security policies?
AInstantly closes all security threats
BEnforces compliance and security best practices
CRemoves all unused resources
DIncreases data storage capacity
Explanation
Setting security policies in Azure Security Center ensures compliance and mandates security best practices, not the other options.
Q115
You are configuring Azure Policy for your resources. Which effect allows you to deny the creation of resources that do not meet a specific policy definition?
ADeny
BAudit
CAppend
DDisabled
Explanation
The 'Deny' effect prevents non-compliant resources from being created, while 'Audit' only records them, 'Append' adds settings, and 'Disabled' does nothing.
Q116
A company needs to share documents securely within Azure Active Directory (Azure AD) without using third-party applications. Which Microsoft service should they use?
AOneDrive for Business
BMicrosoft Teams
CSharePoint Online
DAzure Blob Storage
Explanation
SharePoint Online facilitates secure document sharing with permissions, unlike OneDrive (personal use), Teams (collaborative chat), or Blob Storage (unstructured data).
Q117
What happens when you Azure AD-join a Windows 10 device and it tries to log in without internet access?
ALogin fails instantly
BLogin succeeds using cached credentials
CLogin is temporarily disabled
DNo access to any local resources
Explanation
Azure AD provides cached credentials for offline login, while instant failure, disabled login, and no access are incorrect for signed-in users.
Q118
Which Azure service helps automate the management of secrets?
AAzure Key Vault
BAzure DevOps
CAzure Functions
DAzure Firewall
Explanation
Azure Key Vault securely stores and manages secrets; others do not focus on secrets management.
Q119
A company needs to restrict certain users from accessing specific Azure resources. What should they implement?
AAzure Role-Based Access Control (RBAC)
BAzure Policy
CNetwork Security Groups
DAzure Firewall
Explanation
RBAC allows role-based permissions; others affect network security or compliance but not access directly.
Q120
What happens when an Azure resource has no defined Network Security Group (NSG)?
AOpen access to the internet
BAccess is denied by default
CLimited by Azure default rules
DRequires manual approval for access
Explanation
Without an NSG, default rules apply which might still allow some traffic; others are incorrect because they misinterpret default behavior.