What happens when an expired Azure subscription is renewed?
AImmediate access restored
BNo change in resource status
CResources are deleted automatically
DSubscription must be created anew
Explanation
Renewing an expired Azure subscription restores access to resources, while the others incorrectly suggest different outcomes.
Q52
Which service provides a serverless computing environment?
AAzure Functions
BAzure Kubernetes Service
CAzure Virtual Machines
DAzure Blob Storage
Explanation
Azure Functions enables event-driven, serverless apps, while the others are not serverless.
Q53
A company needs to deploy a highly available web app across multiple regions. What service should they use?
AAzure Blob Storage
BAzure Front Door
CAzure Functions
DAzure Monitor
Explanation
Azure Front Door provides global load balancing for high availability, unlike the others which do not manage traffic distribution across regions.
Q54
What happens when you enable Soft Delete on an Azure Blob Storage container?
ABlobs are deleted immediately.
BBlobs are permanently deleted.
CDeleted blobs can be recovered.
DStorage costs are reduced.
Explanation
Soft Delete allows recovery of deleted blobs, whereas the others incorrectly describe its functions.
Q55
Which service mainly enhances CI/CD in GitHub?
AGitHub Actions
BAzure DevOps
CAzure Functions
DGitHub Pages
Explanation
GitHub Actions automates workflows and enhances CI/CD, while the others serve different purposes.
Q56
A company needs to automate their code reviews; which GitHub feature should they use?
APull Requests
BIssues
CGitHub Marketplace
DActions
Explanation
Pull Requests are specifically designed for reviewing code before merging, while other options don't directly automate reviews.
Q57
You are configuring branch protection rules; what happens if you enable required reviews?
AAll pushes are blocked
BMerge requires approval
CBranches cannot be deleted
DOnly admins can push changes
Explanation
Enabling required reviews mandates that a pull request must receive approval before merging, while others do not pertain directly to this rule.
Q58
Which Azure service provides a serverless event-driven compute platform?
AAzure Functions
BAzure VMs
CAzure App Service
DAzure Logic Apps
Explanation
Azure Functions allows event-driven execution without dedicated servers; others are not serverless models.
Q59
A company needs to store sensitive customer data and ensure it is encrypted at rest and in transit. What is the best practice?
AUse Azure Blob Storage only
BImplement Azure Disk Encryption
CUse a virtual network
DEnable SSL on applications only
Explanation
Azure Disk Encryption secures data at rest, but SSL only secures in transit, and other options do not fully meet the requirement.
Q60
What happens when you delete a branch in Azure DevOps?
AThe branch is archived permanently
BAll associated pull requests are deleted
CCommits are lost forever
DCommits remain in the history
Explanation
Deleting a branch does not impact commit history, only the pointer is removed; other options incorrectly suggest data loss.