120+ Azure Devops Question Bank

Vaibhav Pandey
6 min readJan 1, 2021

--

Devops requires all-round knowledge of the software development process, tools, programming languages, scripting, testing and integration methods. The area is critical and vast, hence you should be good with both theory and should be hands on to handle day to day operations.

Here are 120+ questions you may face on usual basis or ask yourself on your journey to learn Devops/Azure Devops, reviewing your knowledge of the subject, practicing or increasing self awareness, you may want to use them for interview preparations.

Each of the following question may represent a subject in Azure Devops at high level or implementation related/low level concept.

I am working on adding answers/possible guidance links and they will be added shortly, working in sprints ;)

Devops Fundamentals

  1. What is Devops?
  2. What do you mean by the phrase “Team owns it, Team runs it and Team maintains it”?
  3. What is DevSecOps?
  4. Since MLOps is also getting traction we should also know something about it. Hence we can face this basic question — What is MLOps all about?
  5. What is Azure Devops?
  6. What is the simplest process of setting up Azure Devops in your organization?
  7. What are benefits of using Devops?
  8. What are key enablers of Devops?
  9. What are key tools used for Devops?

List down all the tools required for version control, GIT/TFVC based repo management, tools offering CICD like Azure Devops, Bamboo, Circle CI, Jenkins, Infrastructure management and Desired State Configuration tools like Terraform, Chef, Puppet, Ansible, Security and Identity management, Monitoring tools. You should know at least one tool really well for each area, how to host it, costing and managing on day to day basis.

  1. Do you know Azure Devops, GitHub, Jenkins, CircleCI, Bamboo, Jira, Azure Boards, Terrafrom, Ansible?
  2. What is Site Reliability Engineering? Why is it gaining traction these days?
  3. What is Azure Devops MarketPlace?
  4. What are Azure Devops Extensions?
  5. Have you used Azure Devops CLI? Do you know basic tasks you can perform with Azure Devops CLI?
  6. What is CNCF?
  7. What are cloud native applications?
  8. What is the difference between IAAS, PAAS, SAAS?
  9. What is serverless computing?
  10. What are different cloud platforms?
  11. Are you aware of any cloud platform agnostic deployment tools?
  12. What is a distributed and centralized code repo?
  13. What is version control management/service?
  14. What is Git? What are different Git Services providers available online? Example — GitHib, BitBucket, GitLab?
  15. What is the use of Slack and how can you use it with Azure Devops?
  16. How can you configure Jenkins to run with GitHib, Azure Devops Git repos?
  17. When can you use Azure Approvals and Gates? What are differences between the two?
  18. What are different types of authentication techniques you can use with Azure Devops with integrated services?
  19. How can you find out vulnerabilities in your code?
  20. How can you find out vulnerabilities in open source libraries?
  21. What are different type of licenses available with Azure Devops?
  22. How can you configure multiple builds in parallel for multiple code repos in your projects/organization?
  23. What is the difference between Service Connection and OAuth based authentication methods? In what scenarios they can be used?

Agile

  1. What is Agile and what are differences between Basic, Scrum, CMMI?
  2. What is the workflow available for Basic, Scrum, Agile and CMMI processes?
  3. What is the use of Azure Devops Board?
  4. What is relative estimation?
  5. What is story point based estimation, why is it importance, how is it different from hour/man day based estimation?
  6. What is a sprint in Agile Devops, how can you create one? What are the best practices for creating a sprint?
  7. What is the difference between Epic, Feature and User Stories?
  8. What are the best practices of delivering in a two week sprint duration?

General, Security, Etc.

  1. What is OWASP?
  2. what is the differences between virtualization and containerization?
  3. What is the role of a identity provider, what service can be used for identity management along with Azure Devops?

Pipelines and Building Infrastructure

  1. What is a CI Pipeline
  2. What is a CD Pipeline?
  3. What is a Multistage Pipeline?
  4. What is a stage in a pipeline
  5. What is a job?
  6. What is a task?
  7. How can you invoke an action in a pipeline for which you don't have any pre-build task available?
  8. What is an agent in a build pipeline?
  9. What is the difference between self hosted agents and Microsoft hosted agents?
  10. What are the possible use cases/conditions when you will use a self hosted agent? This is important for you to know if you want to have full control of the Devops practice.
  11. What are the alternatives to self hosted agents?
  12. How can you address situation where you want to use a fixed version of software to build your code in Azure Devops world?
  13. What does the number behind tasks specify in CI/CD pipelines? e.g. Npm@1, Docker@2, KubernetesManifest@0?
  14. What is an ARM Template? How they are used?
  15. What is Terraform Workflow?
  16. What is Terraform Enterprise?
  17. What is the purpose of Terraform init, Terraform Plan and Terraform Apply?
  18. How can you use secrets in Terraform?
  19. What are workspace in Terraform?
  20. What is the key differences between ARM templates, Azure CLI/Azure Powershell or Terraform based IAC? Which one is better?
  21. Of the above which one is imperative and declarative IaC?
  22. What are key differences between Azure CLI and Azure Powershell CLI?
  23. How can you pass parameter values to Terraform based on environments?
  24. What is Powershell DSC?
  25. What is a Runbook? How it can be used with Azure Automation?

Deployments

  1. What is a Deployment Slot?
  2. What is a Deployment Group?
  3. What is the difference between Deployment Slot and a Deployment Group? What is required to achieve deployments to a Deployment Slots and Deployments Groups?
  4. What is Infrastructure as Code?
  5. What are different options of doing Infrastructure as code(IaC)?
  6. What are the benefits of declarative and imperative IaC?
  7. what is the process to deploy containerized application to AKS?
  8. What do you mean by Docker container?
  9. What is the Docker image creation process? what all is required?
  10. What is a container registry and how can you utilize this service in Azure Devops? What are the benefits of using a container registry?
  11. What is the different between Public and Private repositories?
  12. How you can test your container images?
  13. How can you Dockerize or containerize a .Net Core/Node or Python application?
  14. What is ACR, ACI, AKS?
  15. What is a cluster in Kubernetes?
  16. What is liveness probe? When is this used and how is this configured?
  17. What is a Service Mesh? Any examples of Service Mesh implementation?
  18. What is Helm charts?
  19. What are ACR tasks?
  20. How can you publish applications to a Webapp using CICD pipelines? what are the activities are involved?
  21. What are different types of deployment strategies?
  22. How can you achieve Canary release, Rolling, Blue Green Deployments?
  23. What are the benefits of using Ansible?
  24. What are key strengths of Configuration Management tools?

Instrumentation

  1. What do you mean by instrumentation?
  2. What are different means of application instrumentation?

Site Reliability Engineering(SRE)

  1. What is required to achiever 100% SRE?
  2. What is Application Insights and where and how it can be used?
  3. What are the key principles of the SRE, how you can use them?
  4. What is an Azure Load Balancer?
  5. What is scale-out and scale-up? Which one is better? What are different options of using Scale out in Azure provided services in the IAAS, SAAS and Serverless offerings? Do you know the usecases on when to use which service?
  6. What is a Virtual Machine Scale Set?
  7. What are different types of agents(do not get confused with build agents in Devops, we are referring to probes made available by Microsoft ) you can install on Azure resources like a VM?
  8. What is Azure Traffic Manager?
  9. What is a Azure Load Balancer? Why should you use one?
  10. What is Azure Monitor?
  11. What is Log Analytics?
  12. What are Azure Alerts?
  13. Can you trigger Azure Functions using a Azure Alert and why would you do that?
  14. What are benefits of using Prometheus?
  15. How is Prometheus configured for monitoring?
  16. What is ITSM tools and how can you connect your Devops infra with them?
  17. What is Elastic?

Desired State Configuration

  1. What is Azure Automation and why it should be used?
  2. What is a Azure Automation Runbook and how can you create one? What are the technologies you may want to use?
  3. What is Azure Automation Account? What is the relevance of the setting “Run as Account”
  4. List down steps to add a Windows VM to Azure DSC?

Please note that the article is just first draft and it expect it to be refreshed over time.

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

Vaibhav Pandey
Vaibhav Pandey

Written by Vaibhav Pandey

https://vaibhavpandey.co.uk, 9x Azure Certs Masters Degree in AI 2023, PG Diploma in AI 2022, Desertation in Cancer Prediction, Builds with AI

No responses yet

Write a response