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 31–40 of 144

Q31

Which service can automatically update Azure App Services?

  • A Azure Automation
  • B Azure Monitor
  • C Azure Traffic Manager
  • D Azure DevOps Pipelines
Explanation Azure DevOps Pipelines can deploy updates automatically, while the others are for monitoring or traffic routing.
Q32

A company needs to manage code changes in a secure environment; what should they implement?

  • A Azure Test Plans
  • B Infrastructure as Code
  • C Azure Key Vault
  • D GitHub Actions
Explanation Azure Key Vault secures sensitive data, while the others are for testing, deployment, or CI/CD.
Q33

What happens when an Azure Pipeline fails during the build stage?

  • A The entire process halts.
  • B The code is automatically deployed.
  • C Notifications are sent but builds proceed.
  • D All previous builds are deleted.
Explanation A build failure causes the pipeline to stop, while the other options are incorrect regarding how Azure Pipelines work.
Q34

Which service is primarily used for deploying containers in Azure?

  • A Azure Kubernetes Service
  • B Azure Blob Storage
  • C Azure Virtual Machines
  • D Azure App Service
Explanation Azure Kubernetes Service is specifically designed for container orchestration, while other options serve different purposes, such as storage or virtual hosting.
Q35

A company needs to implement CI/CD for its application. What should they prioritize in their DevOps pipeline?

  • A Version control management
  • B Manual deployment
  • C Single-stage builds
  • D Static analysis as the only test
Explanation Version control management is crucial for tracking changes in a CI/CD pipeline, while the other options compromise automation and quality assurance.
Q36

You are configuring Azure Policy for a subscription. What happens when a non-compliant resource is created?

  • A Resource automatically deletes
  • B User receives notification only
  • C Non-compliant resource is denied
  • D Policy only applies to existing resources
Explanation Azure Policy denies the creation of resources that do not comply with defined policies, while the other options incorrectly describe the behavior of Azure Policies.
Q37

Which service is used to manage Azure DevOps projects?

  • A Azure Boards
  • B Azure Networking
  • C Azure Storage
  • D Azure SQL Database
Explanation Azure Boards is specifically designed for managing DevOps projects, while the others serve different purposes.
Q38

A company needs to store sensitive application configuration data in Azure. Which solution is most appropriate?

  • A Azure Blob Storage
  • B Azure App Configuration
  • C Azure Key Vault
  • D Azure Event Hubs
Explanation Azure Key Vault is specifically designed for securely storing sensitive information, unlike the other options.
Q39

You are configuring CI/CD pipelines in Azure DevOps. What happens if you define a pipeline with no triggers?

  • A It never runs automatically
  • B It runs every hour
  • C It only runs on demand
  • D It runs for every commit
Explanation Without triggers, the pipeline must be manually triggered, unlike automatically managed schedules or while merging code.
Q40

Which service allows for seamless integration of CI/CD pipelines with GitHub repositories?

  • A Azure DevOps
  • B Azure Functions
  • C Azure Blob Storage
  • D Azure Active Directory
Explanation Azure DevOps offers integrated CI/CD pipelines with GitHub, unlike the other services listed.