Preface – This post is part of the SAP on Azure series.
Table of Contents
Introduction
With cloud and GitHub, every IT company is now capable to deliver high quality product in small duration. But as the development and product gets complex, it gets important to manage the Build and Release of the product via a software tool. Among available tools, Azure DevOps is the best tool for CI/CD. As the demand for this tool is increasing, so is the requirement for new resources. In this article we will discuss the most common interview questions asked regarding Azure DevOps including the SAP deployment over it.
Azure DevOps Basic Interview Questions
- What is DevOps?
- What is the need of DevOps?
- Explain the process flow of DevOps.
- Name the popular DevOps tools for Continuous Deployment and Continuous Integration.
- What are Continuous Integration and Continuous Deployment features? How they can be implemented?
- What are Continuous Testing and Continuous Monitoring features? How they can be implemented?
Azure DevOps Basic Interview Questions
- What is the difference between Azure DevOps Services and Azure DevOps Server? Which one should we choose?
- What is Azure Repository? How a branch is created?
- What is the concept of Branches in Azure DevOps?
- How to add security in branches of Azure DevOps?
- How to create a pipeline in Azure DevOps?
- How to debug errors in Azure DevOps build and release?
- Explain the concept of cherry pick.
Azure DevOps Scenario based Interview Questions
- If you need to deploy a particular commit from Development directly into Production, how will you do that?
- You are asked to cherry pick a particular commit, while doing that it failed on Azure DevOps. What will you do if Cherry pick fails on Azure DevOps?
- If a small change is causing issue in cherry pick, what alternative you can use apart from manual cherry pick?
- If a lot of bugs are there in Quality system and a lot of new development is going on Development system, then how will you proceed with deployment of both bug fixes and new feature deployments?
- If a stable build needs to be kept aside for Demo/POC version, how can it be done?
SAP on Azure DevOps Interview Questions
- Explain the process flow of DevOps in terms of SAP.
- Explain the SAP Cloud Environment.
- How SAP in configured on Azure DevOps?
- How a SAP failed deployment is debugged in Azure DevOps?
- How to deploy builds to SAP Cloud Platform manually via command line.
- Explain the concept of Global Account, Sub-accounts, space and Org in SAP Cloud Platform.
- How we can partially deploy DB in SAP Cloud Platform?
0 Comments