Get 2023 Most Reliable Microsoft AZ-400 Training Materials [Q64-Q84]

Share

Get 2023 Most Reliable Microsoft AZ-400 Training Materials

The Realest Study Materials AZ-400 Dumps


Microsoft AZ-400 certification exam is a valuable credential for professionals who want to demonstrate their expertise in DevOps practices and Microsoft technologies. By earning this certification, candidates can enhance their career prospects and demonstrate their commitment to ongoing professional development.

 

NEW QUESTION # 64
You need to configure Azure Automation for the computers in Pool7.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them m the correct order.

Answer:

Explanation:

Explanation


NEW QUESTION # 65
Your company uses the following resources:
Windows Server 2019 container images hosted in an Azure Container Registry Azure virtual machines that run the latest version of Ubuntu An Azure Log Analytics workspace Azure Active Directory (Azure AD) An Azure key vault For which two resources can you receive vulnerability assessments in Azure Security Center? Each correct answer presents part of the solution.

  • A. the Azure virtual machines that run the latest version of Ubuntu
  • B. the Windows Server 2019 container images hosted in the Azure Container Registry
  • C. the Azure Log Analytics workspace
  • D. Azure Active Directory (Azure AD)
  • E. the Azure key vault

Answer: A,B

Explanation:
Reference:
https://docs.microsoft.com/en-us/azure/security-center/features-paas


NEW QUESTION # 66
You have a project Azure DevOps.
You plan to create a build pipeline that will deploy resources by using Azure Resource Manager templates. The templates will reference secretes stored in Azure Key Vault.
Yu need to ensure that you can dynamically generate the resource ID of the key vault during template deployment.
What should you include in the template? To answer, select eh appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:


NEW QUESTION # 67
You need to deploy Internet Information Services (IIS) to an Azure virtual machine that runs Windows Server
2019.
How should you complete the Desired State Configuration (DSQ configuration script? To answer, drag the appropriate values to the correct locations. Each value 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.

Answer:

Explanation:

Explanation

Box 1: Configuration
The following example shows a simple example of a configuration.
configuration IISInstall
{
node "localhost"
{
WindowsFeature IIS
{
Ensure = "Present"
Name = "Web-Server"
}
}
}
Box 2: WindowsFeature
Reference:
https://docs.microsoft.com/en-us/azure/virtual-machines/extensions/dsc-overview


NEW QUESTION # 68
You need to configure Azure Automation for the computers in Pool7.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them m the correct order.

Answer:

Explanation:


NEW QUESTION # 69
You have an Azure DevOps project that contains a build pipeline. The build pipeline uses approximately 50 open source libraries.
You need to ensure that the project can be scanned for known security vulnerabilities in the open source libraries.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation

Box 1: A Build task
Trigger a build
You have a Java code provisioned by the Azure DevOps demo generator. You will use WhiteSource Bolt extension to check the vulnerable components present in this code.
* Go to Builds section under Pipelines tab, select the build definition WhiteSourceBolt and click on Queue to trigger a build.
* To view the build in progress status, click on ellipsis and select View build results.
Box 2: WhiteSource Bolt
WhiteSource is the leader in continuous open source software security and compliance management.
WhiteSource integrates into your build process, irrespective of your programming languages, build tools, or development environments. It works automatically, continuously, and silently in the background, checking the security, licensing, and quality of your open source components against WhiteSource constantly-updated denitive database of open source repositories.
References:
https://www.azuredevopslabs.com/labs/vstsextend/whitesource/


NEW QUESTION # 70
Your company uses Git as a source code control system for a complex app named App1.
You plan to add a new functionality to App1.
You need to design a branching model for the new functionality.
Which branch lifetime and branch time should you use in the branching model? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation:
Branch lifetime: Short-lived
Branch type: Feature
Feature branches are used when developing a new feature or enhancement which has the potential of a development lifespan longer than a single deployment. When starting development, the deployment in which this feature will be released may not be known. No matter when the feature branch will be finished, it will always be merged back into the master branch.
References:
https://gist.github.com/digitaljhelms/4287848


NEW QUESTION # 71
You have a project m Azure DevOps that has a release pipeline.
You need to integrate work item tracking and an Agile project management system to meet the following requirements:
* Ensure that developers can track whether their commits are deployed to production.
* Report the deployment status.
* Minimize integration effort.
Which system should you use?

  • A. Basecamp
  • B. Asana
  • C. Jira
  • D. Trello

Answer: C


NEW QUESTION # 72
Your company has an Azure DevOps project,
The source code for the project is stored in an on-premises repository and uses on an on-premises build server.
You plan to use Azure DevOps to control the build process on the build server by using a self-hosted agent.
You need to implement the self-hosted agent.
You download and install the agent on the build server.
Which two actions should you perform next? Each correct answer presents part of the solution.

  • A. From the build server, run config.cmd.
  • B. From Azure, create a shared access signature (SAS).
  • C. From DevOps, create a personal access token (PAT).
  • D. From the build server, create a certificate, and then upload the certificate to Azure Storage.
  • E. From the build server, create a certificate, and then upload the certificate to Azure Key Vault.

Answer: A,D

Explanation:
B: Make sure you install your self-signed ssl server certificate into the OS certificate store.
E: When you have a self-signed SSL certificate for your on-premises TFS server, make sure to configure the Git we shipped to allow that self-signed SSL certificate.
Enable git to use SChannel during configure with 2.129.0 or higher version agent Pass --gituseschannel during agent configuration
./config.cmd --gituseschannel
Reference:
https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/certificate


NEW QUESTION # 73
Which package feed access levels should be assigned to the Developers and Team Leaders groups for the investment planning applications suite? To answer, drag the appropriate access levels to the correct groups. Each access level 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.

Answer:

Explanation:

Explanation:
Box 1: Reader
Members of a group named Developers must be able to install packages.
Feeds have four levels of access: Owners, Contributors, Collaborators, and Readers. Owners can add any type of identity-individuals, teams, and groups-to any access level.
Box 2: Owner
Members of a group named Team Leaders must be able to create new packages and edit the permissions of package feeds.


NEW QUESTION # 74
Your company uses the following resources:
* Windows Server 2019 container images hosted in an Azure Container Registry
* Azure virtual machines that run the latest version of Ubuntu An Azure
* Log Analytics workspace Azure Active Directory (Azure AD)
* An Azure key vault
For which two resources can you receive vulnerability assessments in Azure Security Center? Each correct answer presents part of the solution.

  • A. the Azure virtual machines that run the latest version of Ubuntu
  • B. the Windows Server 2019 container images hosted in the Azure Container Registry
  • C. the Azure key vault
  • D. the Azure Log Analytics workspace
  • E. Azure Active Directory (Azure AD)

Answer: A,C

Explanation:
Ubuntu supported versions: 12.04 LTS, 14.04 LTS, 15.x, 16.04 LTS, 18.04 LTS Reference:
https://docs.microsoft.com/en-us/azure/security-center/deploy-vulnerability-assessment-vm


NEW QUESTION # 75
You need to recommend project metrics for dashboards in Azure DevOps.
Which chart widgets should you recommend for each metric? To answer, drag the appropriate chart widgets to the correct metrics. Each chart widget 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.

Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/azure/devops/report/dashboards/velocity-guidance?view=vsts
https://docs.microsoft.com/en-us/azure/devops/report/dashboards/cycle-time-and-lead-time?view=vsts
https://docs.microsoft.com/en-us/azure/devops/report/dashboards/configure-burndown-burnup-widgets?view=vsts


NEW QUESTION # 76
You manage the Git repository for a large enterprise application.
You need to minimize the data size of the repository.
How should you complete the commands? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Reference:
https://gist.github.com/Zoramite/2039636


NEW QUESTION # 77
You need to configure access to Azure DevOps Agent pools to meet the forwarding requirements:
* Use a project agent pool when authoring build release pipelines.
* View the agent pool and agents of the organization.
* Use the principle of least privilege.
Which role memberships are required for the Azure 0e%Oos organization and the project? To answer, drag the appropriate role membership to the correct targets. Each role membership may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to content NOTE: Each correct selection is worth one point.

Answer:

Explanation:


NEW QUESTION # 78
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
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 Hosted Ubuntu agent pool. Include the Java Tool Installer task in the build pipeline. Does this meet the goal?

  • A. No
  • B. Yes

Answer: B


NEW QUESTION # 79
You plan to deploy a template named D:\Deploy.json to a resource group named Deploy-lod9940427.
You need to modify the template to meet the following requirements, and then to deploy the template:
* The address space must be reduced to support only 256 total IP addresses.
* The subnet address space must be reduced to support only 64 total IP addresses.
To complete this task, sign in to the Microsoft Azure portal.

  • A. 1. Sign in to the portal,
    2. Choose template Deploy-lod9940427
    3. Select Edit template, and then paste your JSON template code into the code window.
    4. Change the ASddressPrefixes to 10.0.0.0/24 in order to support only 256 total IP addresses.
    addressSpace":{"addressPrefixes": ["10.0.0.0/24"]},
    5. Change the firstSubnet addressprefix to 10.0.0.0/26 to support only 64 total IP addresses.
    "subnets":[
    {
    "name":"firstSubnet",
    "properties":{
    "addressPrefix":"10.0.0.0/24"
    }
    6. Select Save.

    7. Select Edit parameters, provide values for the parameters that are shown, and then select OK.
    8 Select Subscription. Choose the subscription you want to use, and then select OK.
    9. Select Resource group. Choose an existing resource group or create a new one, and then select OK.
    10. Select Create. A new tile on the dashboard tracks the progress of your template deployment.
  • B. 1. Sign in to the portal,
    2. Choose template Deploy-lod9940427
    3. Select Edit template, and then paste your JSON template code into the code window.
    4. Change the ASddressPrefixes to 10.0.0.0/24 in order to support only 256 total IP addresses.
    addressSpace":{"addressPrefixes": ["10.0.0.0/24"]},
    5. Change the firstSubnet addressprefix to 10.0.0.0/26 to support only 64 total IP addresses.
    "subnets":[
    {
    "name":"firstSubnet",
    "properties":{
    "addressPrefix":"10.0.0.0/24"
    }
    6. Select Save.

    7. Select Edit parameters, provide values for the parameters that are shown, and then select OK.
    8 Select Subscription. Choose the subscription you want to use, and then select OK.
    9. Select Resource group. Choose an existing resource group or create a new one, and then select OK.

    10. Select Create. A new tile on the dashboard tracks the progress of your template deployment.

Answer: B

Explanation:
References:
https://docs.microsoft.com/en-us/azure-stack/user/azure-stack-deploy-template-portal?view=azs-1908
https://docs.microsoft.com/en-us/azure/architecture/building-blocks/extending-templates/update-resource


NEW QUESTION # 80
Your company has a project in Azure DevOps.
You plan to create a release pipeline that will deploy resources by using Azure Resource Manager templates. The templates will reference secrets stored in Azure Key Vault.
You need to recommend a solution for accessing the secrets stored in the key vault during deployments. The solution must use the principle of least privilege.
What should you include in the recommendation? To answer, drag the appropriate configurations to the correct targets. Each configuration 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.

Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-manager-tutorial-use-key-vault


NEW QUESTION # 81
You have an Azure Kubermets Service (AKS) implementation that is RBAC-enabled You plan to use Azure Container Instances as a hosted development environment to run containers in the AKS implementation.
You need to conjure Azure Container Instances as a hosted environment for running me containers in AKS.
Which three actions should you perform m sequence?
To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Answer:

Explanation:

Explanation

Step 1: Create a YAML file.
If your AKS cluster is RBAC-enabled, you must create a service account and role binding for use with Tiller.
To create a service account and role binding, create a file named rbac-virtual-kubelet.yaml Step 2: Run kubectl apply.
Apply the service account and binding with kubectl apply and specify your rbac-virtual-kubelet.yaml file.
Step 3: Run helm init.
Configure Helm to use the tiller service account:
helm init --service-account tiller
You can now continue to installing the Virtual Kubelet into your AKS cluster.
References: https://docs.microsoft.com/en-us/azure/aks/virtual-kubelet


NEW QUESTION # 82
You are creating a container for an ASP.NET Core app.
You need to create a Dockerfile file to build the image. The solution must ensure that the size of the image is minimized.
How should you configure the file? To answer, drag the appropriate values to the correct targets. Each value must 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.

Answer:

Explanation:

Explanation

Box 1: microsoft.com/dotnet/sdk:2.3
The first group of lines declares from which base image we will use to build our container on top of. If the local system does not have this image already, then docker will automatically try and fetch it. The mcr.microsoft.com/dotnet/core/sdk:2.1 comes packaged with the .NET core 2.1 SDK installed, so it's up to the task of building ASP .NET core projects targeting version 2.1 Box 2: dotnet restore The next instruction changes the working directory in our container to be /app, so all commands following this one execute under this context.
COPY *.csproj ./
RUN dotnet restore
Box 3: microsoft.com/dotnet/2.2-aspnetcore-runtime
When building container images, it's good practice to include only the production payload and its dependencies in the container image. We don't want the .NET core SDK included in our final image because we only need the .NET core runtime, so the dockerfile is written to use a temporary container that is packaged with the SDK called build-env to build the app.
Reference:
https://docs.microsoft.com/de-DE/virtualization/windowscontainers/quick-start/building-sample-app


NEW QUESTION # 83
You are finalizing a release in GitHub.
You need to apply the following labels to the release:
Name
Email
Release v3.0
Release date
How should you complete the git command? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Reference:
https://git-scm.com/book/en/v2/Git-Basics-Tagging


NEW QUESTION # 84
......


Microsoft AZ-400 (Designing and Implementing Microsoft DevOps Solutions) Exam is designed to test the skills and knowledge of professionals who are responsible for designing, implementing, and maintaining DevOps practices and solutions in an organization. Designing and Implementing Microsoft DevOps Solutions certification exam is intended for individuals who have a deep understanding of DevOps principles, practices, tools, and technologies, and who have experience working with Microsoft Azure and other cloud-based platforms.

 

LATEST AZ-400 Exam Practice Material: https://dumpstorrent.dumpsking.com/AZ-400-testking-dumps.html