Recommend!! Get the Full AZ-400 dumps in VCE and PDF From SurePassExam
https://www.surepassexam.com/AZ-400-exam-dumps.html (564 New Questions)
Microsoft
Exam Questions AZ-400
Microsoft Azure DevOps Solutions
Passing Certification Exams Made Easy visit - https://www.surepassexam.com
, Recommend!! Get the Full AZ-400 dumps in VCE and PDF From SurePassExam
https://www.surepassexam.com/AZ-400-exam-dumps.html (564 New Questions)
NEW QUESTION 1
FILL IN THE BLANK - (Topic 4)
You use Get for source control. You have an app named Appt.
In the main branch. you need to restore the third most recent revision of a file named App.exe.config .
How should you complete command?
Solution:
Does this meet the goal?
A. Yes
B. No
Answer: A
NEW QUESTION 2
- (Topic 4)
You need to recommend an integration strategy for the build process of a Java application. The solution must meet the following requirements:
• The builds must access an on-premises dependency management system.
• The build outputs must be stored as Server artifacts in Azure DevOps.
• The source code must be stored in a Git repository in Azure DevOps.
Solution: Configure the build pipeline to use a Microsoft-hosted agent pool running a Linux image. Include the Java Tool Installer task in the build pipeline.
Does this meet the goal?
A. Yes
B. No
Answer: B
Explanation:
To run your jobs, you'll need at least one agent. A Linux agent can build and deploy different kinds of apps, including Java and Android apps.
If your pipelines are in Azure Pipelines and a Microsoft-hosted agent meets your needs, you can skip setting up a private Linux agent.
The Azure Pipelines agent pool offers several virtual machine images to choose from, each including a broad range of tools and software. We support Ubuntu,
Red Hat, and CentOS.
Reference:
https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/v2-linux?view=azure- devops
https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure- devops&tabs=yaml
NEW QUESTION 3
DRAG DROP - (Topic 4)
You need to recommend a solution for deploying charts by using Helm and Title to Azure Kubemets Service (AKS) in an RBAC-enabled cluster.
Which three commands should you recommend be run m sequence? To answer, move the appropriate commands from the list of commands to the answer area
and arrange them in the correct order.
Solution:
Passing Certification Exams Made Easy visit - https://www.surepassexam.com
, Recommend!! Get the Full AZ-400 dumps in VCE and PDF From SurePassExam
https://www.surepassexam.com/AZ-400-exam-dumps.html (564 New Questions)
Step 1: Kubectl create
You can add a service account to Tiller using the --service-account <NAME> flag while you’re configuring Helm (step 2 below). As a prerequisite, you’ll have to
create a role binding which specifies a role and a service account name that have been set up in advance.
Example: Service account with cluster-admin role
$ kubectl create -f rbac-config.yaml serviceaccount "tiller" created clusterrolebinding "tiller" created
$ helm init --service-account tiller
Step 2: helm init
To deploy a basic Tiller into an AKS cluster, use the helm init command.
Step 3: helm install
To install charts with Helm, use the helm install command and specify the name of the chart to install.
References:
https://docs.microsoft.com/en-us/azure/aks/kubernetes-helm https://docs.helm.sh/using_helm/#tiller-namespaces-and-rbac
Does this meet the goal?
A. Yes
B. No
Answer: A
NEW QUESTION 4
DRAG DROP - (Topic 4)
You are defining release strategies for two applications as shown in the following table.
Which release strategy should you use for each application? To answer, drag the
appropriate release strategies to the correct applications. Each release strategy may be used once, more than once, or not at all. You may need to drag the split
bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Solution:
App1: Canary deployment
With canary deployment, you deploy a new application code in a small part of the production infrastructure. Once the application is signed off for release, only a
few users
are routed to it. This minimizes any impact.
With no errors reported, the new version can gradually roll out to the rest of the infrastructure.
App2: Rolling deployment:
In a rolling deployment, an application’s new version gradually replaces the old one. The actual deployment happens over a period of time. During that time, new
and old versions will coexist without affecting functionality or user experience. This process makes it easier to roll back any new component incompatible with the
old components.
Does this meet the goal?
A. Yes
B. No
Answer: A
NEW QUESTION 5
- (Topic 4)
You are integrating Azure Pipelines and Microsoft Teams. You install the Azure Pipelines app in Microsoft Teams.
You have an Azure DevOps organization named Contoso that contains a project name Project1.
You subscribe to Project1 in Microsoft Teams.
You need to ensure that you only receive events about failed builds in Microsoft Teams. What should you do first?
A. From Microsoft Teams, run @azure pipelines subscribe https://dev.azure.com/Contoso/Project1.
B. From Azure Pipelines, add a Publish Build Artifacts task to Project1.
Passing Certification Exams Made Easy visit - https://www.surepassexam.com
https://www.surepassexam.com/AZ-400-exam-dumps.html (564 New Questions)
Microsoft
Exam Questions AZ-400
Microsoft Azure DevOps Solutions
Passing Certification Exams Made Easy visit - https://www.surepassexam.com
, Recommend!! Get the Full AZ-400 dumps in VCE and PDF From SurePassExam
https://www.surepassexam.com/AZ-400-exam-dumps.html (564 New Questions)
NEW QUESTION 1
FILL IN THE BLANK - (Topic 4)
You use Get for source control. You have an app named Appt.
In the main branch. you need to restore the third most recent revision of a file named App.exe.config .
How should you complete command?
Solution:
Does this meet the goal?
A. Yes
B. No
Answer: A
NEW QUESTION 2
- (Topic 4)
You need to recommend an integration strategy for the build process of a Java application. The solution must meet the following requirements:
• The builds must access an on-premises dependency management system.
• The build outputs must be stored as Server artifacts in Azure DevOps.
• The source code must be stored in a Git repository in Azure DevOps.
Solution: Configure the build pipeline to use a Microsoft-hosted agent pool running a Linux image. Include the Java Tool Installer task in the build pipeline.
Does this meet the goal?
A. Yes
B. No
Answer: B
Explanation:
To run your jobs, you'll need at least one agent. A Linux agent can build and deploy different kinds of apps, including Java and Android apps.
If your pipelines are in Azure Pipelines and a Microsoft-hosted agent meets your needs, you can skip setting up a private Linux agent.
The Azure Pipelines agent pool offers several virtual machine images to choose from, each including a broad range of tools and software. We support Ubuntu,
Red Hat, and CentOS.
Reference:
https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/v2-linux?view=azure- devops
https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure- devops&tabs=yaml
NEW QUESTION 3
DRAG DROP - (Topic 4)
You need to recommend a solution for deploying charts by using Helm and Title to Azure Kubemets Service (AKS) in an RBAC-enabled cluster.
Which three commands should you recommend be run m sequence? To answer, move the appropriate commands from the list of commands to the answer area
and arrange them in the correct order.
Solution:
Passing Certification Exams Made Easy visit - https://www.surepassexam.com
, Recommend!! Get the Full AZ-400 dumps in VCE and PDF From SurePassExam
https://www.surepassexam.com/AZ-400-exam-dumps.html (564 New Questions)
Step 1: Kubectl create
You can add a service account to Tiller using the --service-account <NAME> flag while you’re configuring Helm (step 2 below). As a prerequisite, you’ll have to
create a role binding which specifies a role and a service account name that have been set up in advance.
Example: Service account with cluster-admin role
$ kubectl create -f rbac-config.yaml serviceaccount "tiller" created clusterrolebinding "tiller" created
$ helm init --service-account tiller
Step 2: helm init
To deploy a basic Tiller into an AKS cluster, use the helm init command.
Step 3: helm install
To install charts with Helm, use the helm install command and specify the name of the chart to install.
References:
https://docs.microsoft.com/en-us/azure/aks/kubernetes-helm https://docs.helm.sh/using_helm/#tiller-namespaces-and-rbac
Does this meet the goal?
A. Yes
B. No
Answer: A
NEW QUESTION 4
DRAG DROP - (Topic 4)
You are defining release strategies for two applications as shown in the following table.
Which release strategy should you use for each application? To answer, drag the
appropriate release strategies to the correct applications. Each release strategy may be used once, more than once, or not at all. You may need to drag the split
bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Solution:
App1: Canary deployment
With canary deployment, you deploy a new application code in a small part of the production infrastructure. Once the application is signed off for release, only a
few users
are routed to it. This minimizes any impact.
With no errors reported, the new version can gradually roll out to the rest of the infrastructure.
App2: Rolling deployment:
In a rolling deployment, an application’s new version gradually replaces the old one. The actual deployment happens over a period of time. During that time, new
and old versions will coexist without affecting functionality or user experience. This process makes it easier to roll back any new component incompatible with the
old components.
Does this meet the goal?
A. Yes
B. No
Answer: A
NEW QUESTION 5
- (Topic 4)
You are integrating Azure Pipelines and Microsoft Teams. You install the Azure Pipelines app in Microsoft Teams.
You have an Azure DevOps organization named Contoso that contains a project name Project1.
You subscribe to Project1 in Microsoft Teams.
You need to ensure that you only receive events about failed builds in Microsoft Teams. What should you do first?
A. From Microsoft Teams, run @azure pipelines subscribe https://dev.azure.com/Contoso/Project1.
B. From Azure Pipelines, add a Publish Build Artifacts task to Project1.
Passing Certification Exams Made Easy visit - https://www.surepassexam.com