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
Start Mock Test Timed · Full-length · Scored

Questions 1–10 of 144

Q1

Which service can automatically scale resources in Azure DevOps?

  • A Azure Repos
  • B Azure Pipelines
  • C Azure Test Plans
  • D Azure Artifacts
Explanation Azure Pipelines can automatically scale resources for CI/CD needs, while the others do not handle resource scaling.
Q2

A company needs to manage secrets securely for their Azure DevOps applications. What should they use?

  • A Azure Blob Storage
  • B Azure Key Vault
  • C Azure SQL Database
  • D Azure Application Insights
Explanation Azure Key Vault is specifically designed for managing secrets securely, unlike the other options.
Q3

You are configuring a CI/CD pipeline to deploy to multiple environments. What is a crucial feature for this setup?

  • A Single stage deployment
  • B Environment-specific variables
  • C Static IP addresses
  • D Multi-factor authentication
Explanation Environment-specific variables are essential to manage configurations across different deployment environments effectively, unlike the other options.
Q4

Which service allows automated container scaling in Azure?

  • A Azure Kubernetes Service
  • B Azure Functions
  • C Azure Logic Apps
  • D Azure Container Instances
Explanation Azure Kubernetes Service provides automated scaling for containers; others do not specialize in this function.
Q5

A company needs to store secrets securely for use in CI/CD pipelines. Which Azure service should they use?

  • A Azure Key Vault
  • B Azure Blob Storage
  • C Azure SQL Database
  • D Azure DevTest Labs
Explanation Azure Key Vault is designed for secure secret management; the others do not focus on secrets.
Q6

What happens when a deployment fails in Azure DevOps?

  • A It automatically rolls back to the previous version.
  • B It continues to deploy the next stages.
  • C It notifies users via email only.
  • D It stops the entire pipeline execution.
Explanation A deployment failure stops the pipeline; others do not accurately describe the behavior.
Q7

Which Azure service provides Git repository hosting?

  • A Azure DevOps Repos
  • B Azure Blob Storage
  • C Azure Functions
  • D Azure Key Vault
Explanation Azure DevOps Repos is specifically designed for Git repository hosting; others serve different functions.
Q8

A company needs to integrate CI/CD into their project. What is the first step?

  • A Deploy production environment
  • B Create a build pipeline
  • C Write application code
  • D Set up monitoring
Explanation Creating a build pipeline automates the integration process, essential for CI/CD.
Q9

You are configuring Azure DevOps for multiple teams. What should you do to ensure process consistency?

  • A Use different project types per team
  • B Implement a shared process template
  • C Allow teams to customize individually
  • D Assign one team per repository
Explanation A shared process template maintains consistent workflows across teams, unlike the other options.
Q10

Which Azure service enables automated configuration management?

  • A Azure Automation
  • B Azure Backup
  • C Azure Network Security
  • D Azure Functions
Explanation Azure Automation provides features for configuration management, unlike the others.