Microsoft Azure
Designing and Implementing Microsoft DevOps Solutions
AZ-400
Popular
The AZ-400 exam tests your skills in designing and implementing DevOps practices on Azure.
144 questions
0 views
Free
Questions 131–140 of 144
A company needs to grant temporary access to an external vendor for its Azure resources. What should they use?
-
A
Azure AD B2C
-
B
Azure Active Directory guest access
-
C
Managed Service Identity
-
D
Azure Policy
Explanation
Azure Active Directory guest access allows external users to access resources securely, unlike the others.
You are configuring Azure Monitor for a large production application. What happens when you set the sampling rate too high?
-
A
Increased data granularity
-
B
Reduced costs on storage
-
C
Loss of performance insights
-
D
Enhances overall application visibility
Explanation
A high sampling rate can lead to loss of performance insights by omitting crucial data points, while the others are incorrect effects.
Which service automates infrastructure provisioning in Azure?
-
A
Azure Resource Manager
-
B
Azure Functions
-
C
Azure Logic Apps
-
D
Azure Site Recovery
Explanation
Azure Resource Manager supports automated resource management, while others serve different purposes.
A company needs to build a CI/CD pipeline with source control integration. Which Azure service should they use?
-
A
Azure DevOps
-
B
Azure Static Web Apps
-
C
Azure Blob Storage
-
D
Azure Kubernetes Service
Explanation
Azure DevOps provides CI/CD capabilities, while others do not focus on DevOps workflows.
What happens when a build pipeline fails during execution due to source code issues?
-
A
The code cannot be deployed
-
B
The build is automatically retried
-
C
Notifications are sent to developers
-
D
The failure is ignored
Explanation
A failed build prevents deployment until resolved; others are incorrect as they imply different handling.
Which tool is used for Azure CI/CD?
-
A
Azure DevOps
-
B
Data Lake
-
C
Blob Storage
-
D
Azure Functions
Explanation
Azure DevOps provides CI/CD capabilities, unlike the others.
A company needs to manage secrets securely. Which Azure service should they use?
-
A
Azure Key Vault
-
B
Azure Blob Storage
-
C
Azure SQL Database
-
D
Azure App Service
Explanation
Azure Key Vault is designed for secure secret management.
What happens when you enable soft delete for Azure Storage?
-
A
Files are permanently deleted
-
B
Deleted files can be restored
-
C
Temp storage is added
-
D
Costs increase significantly
Explanation
Soft delete allows restoration of deleted files, enhancing recovery.
Which service is used for monitoring Azure resources?
-
A
Azure Monitor
-
B
Azure Scheduler
-
C
Azure Security Center
-
D
Azure DevTest Labs
Explanation
Azure Monitor is designed for resource monitoring; the others serve different purposes.
A company wants to use infrastructure as code for Azure. Which tool should they primarily use?
-
A
Terraform
-
B
Jenkins
-
C
Git
-
D
Kubernetes
Explanation
Terraform is widely used for infrastructure as code; Jenkins is for CI/CD, Git for version control, and Kubernetes for orchestration.