Which Azure service provides serverless compute options?
AAzure Functions
BAzure Storage
CAzure Virtual Machines
DAzure SQL Database
Explanation
Azure Functions allows event-driven, serverless computing, while other options are not serverless.
Q92
A company needs to monitor performance metrics of Azure resource usage. Which service should they use?
AAzure Monitor
BAzure Logic Apps
CAzure DevOps
DAzure Load Balancer
Explanation
Azure Monitor directly provides performance metrics, whereas other services serve different functions.
Q93
You are configuring a GitHub repository, and want to prevent merge conflicts. What do you enable?
ABranch Protection Rules
BForking Permissions
CPull Requests Only
DGitHub Actions
Explanation
Branch Protection Rules help prevent merge conflicts by ensuring reviews before merging, while others do not address conflicts.
Q94
Which service allows for automated workflows in Azure?
AAzure Logic Apps
BAzure Functions
CAzure App Services
DAzure API Management
Explanation
Azure Logic Apps provides workflow automation, while Azure Functions is serverless computing, App Services hosts web apps, and API Management is for APIs.
Q95
A company needs to manage user permissions for multiple Azure subscriptions efficiently. What should they implement?
AAzure AD B2C
BAzure Role-Based Access Control (RBAC)
CAzure Policy
DAzure Resource Manager
Explanation
Azure RBAC manages permissions across subscriptions, while Azure AD B2C is for customer identity and management, Azure Policy applies governance, and Resource Manager teams resources.
Q96
What happens when you exceed the storage limits of an Azure subscription?
AExcess data is deleted automatically
BNew data may not be accepted
CYou are charged extra fees
DService performance is enhanced
Explanation
When limits are exceeded, new data is not accepted; however, existing data remains intact, while extra fees don’t apply, and performance isn’t enhanced.
Q97
Which service would you use for continuous integration on GitHub?
AGitHub Actions
BAzure Logic Apps
CAzure Data Factory
DAzure Kubernetes Service
Explanation
GitHub Actions is specifically designed for CI/CD workflows, while the others serve different purposes.
Q98
A company needs to automate PR merging based on specific criteria. What should they use?
AGitHub Actions
BGitHub Insights
CGitHub Pages
DBranch Protection Rules
Explanation
GitHub Actions can automate workflows including PR merges based on criteria, while others do not serve this function.
Q99
What happens when a protected branch's status checks fail during a push?
AThe push is successful.
BThe push is blocked.
CThe branch becomes unprotected.
DThe user must update settings.
Explanation
A protected branch blocks pushes if status checks fail, ensuring code quality is maintained, while the others do not accurately describe the outcome.
Q100
Which Azure service is designed for identity management?
AAzure Active Directory
BAzure Blob Storage
CAzure Functions
DAzure DevOps
Explanation
Azure Active Directory is specifically for identity management, while the others serve different purposes.