- Consulting
- Training
- Partners
- About Us
x
Hello Readers, have you enrolled for the Microsoft exam AZ-400 Designing and Implementing Azure DevOps Engineer- Expert ? Are you willing to take up the exam and get certified? It is time to check your skills and review some sample questions that may appear for the AZ-400 certification exam.
Correct Answers:
1. d
Explanation: Evaluate your template to see if any dependencies are not needed and can be removed. Move some deployment operations into child resources which can be deployed after the resources with the circular dependency to resolve the problem.
2. a
Explanation: DSC is a management platform in PowerShell that enables you to manage your IT and development infrastructure with configuration as code. Create policies at the core of Azure to govern every existing resource or resource to be deployed. New policy constructs allow you to measure your VM configuration and discover configuration drifts.
3. c
Explanation: Instead of putting a secure value (like a password) directly in your template or parameter file, you can retrieve the value from an Azure Key Vault during deployment. You retrieve the value by referencing the key vault and secret in your parameter file. To access a key vault during template deployment, set enabledForTemplateDeployment on the key vault to true. The user who deploys the template must have Microsoft.KeyVault/vaults/deploy/action permission for the scope of the resource group and key vault.
4. c
Azure Policy evaluates the state by examining properties on resources that are represented in Resource Manager and RBAC focuses on managing user actions at different scopes. Azure Security Center helps you to monitor all the available security recommendations.
5. d
Explanation: The az find command provides you with example commands based on Azure documentation and usage patterns of the Azure CLI and Azure Resource Manager users
6. b
Explanation: Integrate an existing ACR with existing AKS clusters by supplying valid values for acr-name or acr-resource-id use command az aks update -n <cluster name> -g <resourcegroup name> –attach-acr <acr-name/acr-resource-id>
7. d
Explanation: Microservices can be deployed in different environments and scaled accordingly. Each microservice can be deployed, managed independently without affecting other services running on the environment.
8. c
Explanation: Multi-stage build is a new feature requiring Docker 17.05 or higher on the daemon and client. Multistage builds is useful to anyone who has struggled to optimize Docker files while keeping them easy to read and maintain.
9. c
Explanation: Canary deployments are a pattern for rolling out releases to a subset of users or servers. The idea is to first deploy the change to a small subset of servers, test it, and then roll the change out to the rest of the servers.
10. c
Explanation: Variable Groups is used to store pipeline based variable and can be linked with Azure Key Vault.
This brings us to the end of the correct answers section. For more such practice sessions and hands-on labs, check out TestPrep material.
Disclaimer: These questions are NOT appearing in the certification exam. I personally or CloudThat do not have any official tie-up with Microsoft regarding the certification or the kind of questions asked. These are my best guesses for the kind of questions to expect with Microsoft in general and with the examination.
Here is a Study Guide for the Microsoft AZ-400 exam: Designing and Implementing Azure DevOps Engineer- Expert
Feel free to drop any questions in the comment box, I would love to address them. I hope you enjoyed the article. Best of luck!
Voiced by Amazon Polly |
Anusha Shanbhag is an AWS Certified Cloud Practitioner Technical Content Writer specializing in technical content strategizing with over 10+ years of professional experience in technical content writing, process documentation, tech blog writing, and end-to-end case studies publishing, catering to consulting and marketing requirements for B2B and B2C audiences. She is a public speaker and ex-president of the corporate Toastmaster club.
Our support doesn't end here. We have monthly newsletters, study guides, practice questions, and more to assist you in upgrading your cloud career. Subscribe to get them all!
Rishita
Mar 4, 2021
Useful. Thanks for the guide. Very helpful
Click to Comment