You are configuring Application Insights. What happens if you disable the automatic telemetry?
ANo data will be collected.
BOnly errors will be logged.
CPerformance metrics are still collected.
DAll telemetry will still be collected.
Explanation
Disabling automatic telemetry stops all data collection; other options misinterpret telemetry settings.
Q112
Which Azure service is primarily used for hosting web applications?
AAzure App Service
BAzure Functions
CAzure Batch
DAzure Virtual Machines
Explanation
Azure App Service is specifically designed for quickly building and hosting web applications, while the others serve different computing needs.
Q113
A company needs to automate their CI/CD pipeline. Which Azure DevOps service should they utilize?
AAzure Boards
BAzure Repos
CAzure Pipelines
DAzure Artifacts
Explanation
Azure Pipelines is specifically designed for automating build and release processes, while the other services support different aspects of development.
Q114
What happens when you enable soft delete on an Azure Storage account?
AIncreases storage costs
BRetains deleted blobs for recovery
CBlocks deletion of all blobs
DAutomatically restores deleted blobs
Explanation
Enabling soft delete allows you to recover deleted blobs for a specified retention period, while the others either misinterpret functionality or are incorrect.
Q115
Which service automates the build and release of applications?
AAzure DevOps Pipelines
BAzure Blob Storage
CAzure Functions
DAzure Virtual Machines
Explanation
Azure DevOps Pipelines automates CI/CD for applications, while others serve different functions.
Q116
A company needs to ensure that only specific users can access their Azure DevOps projects. What should they implement?
ARBAC and Azure AD Groups
BPublic Project Visibility
CService Hooks
DEntire Organization Access
Explanation
RBAC with Azure AD Groups manages access control effectively, unlike the other options which provide less granularity.
Q117
What happens when a repository's branch policies are configured for mandatory reviews before merging?
AMerges are required to pass tests
BNo changes can be made
COnly admins can merge changes
DAll changes must be reviewed
Explanation
Mandatory reviews enforce that all changes undergo a review process prior to being merged, enhancing code quality.
Q118
Which service is used for building CI/CD pipelines in Azure?
AAzure DevOps
BAzure Blob Storage
CAzure Functions
DAzure VMs
Explanation
Azure DevOps provides built-in CI/CD capabilities, whereas the other options do not focus on pipelines.
Q119
A company needs to manage its application secrets securely. Which Azure service should they use?
AAzure Key Vault
BAzure Blob Storage
CAzure SQL Database
DAzure Virtual Network
Explanation
Azure Key Vault is specifically designed for managing secrets securely, while the others are not suited for this purpose.
Q120
You are configuring a deployment strategy for a high-traffic web application. What happens when you use a blue-green deployment?
ADowntime occurs during switch
BTraffic is evenly distributed
COld version is left intact
DDeployment is automatically reverted
Explanation
In a blue-green deployment, the old version is preserved until the new one is verified, while the other options misunderstand the concept.