Go Back on AZ-400 Exam
Available in 1, 3, 6 and 12 Months Free Updates Plans
PDF: $15 $60

Test Engine: $20 $80

PDF + Engine: $25 $99

AZ-400 Practice Test


Page 24 out of 98 Pages

Topic 4: Mix Questions Set

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 an Octopus Tentacle on an on-premises machine. Use the Package Application task in the build pipeline. Does this meet the goal?


A. Yes


B. No





A.
  Yes

Explanation: Octopus Deploy is an automated deployment server that makes it easy to automate deployment of ASP.NET web applications, Java applications, NodeJS application and custom scripts to multiple environments.
Octopus can be installed on various platforms including Windows, Mac and Linux. It can also be integrated with most version control tools including VSTS and GIT.
When you deploy software to Windows servers, you need to install Tentacle, a lightweight agent service, on your Windows servers so they can communicate with the Octopus server.
When defining your deployment process, the most common step type will be a package step. This step deploys your packaged application onto one or more deployment targets.
When deploying a package you will need to select the machine role that the package will be deployed to.

Task 2
You need to create an instance of Azure Application Insights named az400-38443478-main and configure the instance to receive telemetry data from an Azure web app named az400- 38443478-main
You must create a Log Analytics workspace before this task.






Answer: See the solution below in explanation.

Explanation: To create an instance of Azure Application Insights named az400-38443478-main and configure it to receive telemetry data from an Azure web app with the same name, you’ll need to follow these steps:
Create a Log Analytics Workspace:
uk.co.certification.simulator.questionpool.PList@6141a294 Create an Azure Application Insights Instance:
Configure the Azure Web App to Send Telemetry Data: Verify Telemetry Data Reception: Remember to replace placeholder names with the actual names of your resources where necessary. These steps will help you set up Azure Application Insights to monitor your web app effectively.

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 plan to update the Azure DevOps strategy of your company. You need to identify the following issues as they occur during the company’s development process:

  • Licensing violations
  • Prohibited libraries
Solution: You implement continuous deployment. Does this meet the goal?


A. Yes


B. No





B.
  No

Note: 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.

Task 3
You need to create a new team dashboard named Dashboard1 for the default project team of Project1. The dashboard must display the members of the team






Answer: See the solution below in explanation.

Explanation: Step 1: Create a New Team Dashboard
Navigate to Azure DevOps:
Select Your Project:
Access Dashboards:
Create a New Dashboard:
Step 2: Add the Team Members Widget
Open the Widget Catalog:
Search for Team Members Widget:
Add the Widget:
Configure the Widget:
Step 3: Save and Share the Dashboard
Save the Dashboard:
Share the Dashboard:
By following these steps, you will have a new team dashboard named Dashboard1 that displays the members of the default project team for Project1

You have a project in Azure DevOps named Project1. Project1 contains a build pipeline named Pipe1 that builds an application named Appl. You have an agent pool named Pool1 that contains a Windows Server 2019-based selfhosted agent. Pipe1 uses Pool1. You plan to implement another project named Project2. Project2 will have a build pipeline named Pipe2 that builds an application named App2. App1 and App2 have conflicting dependencies. You need to minimize the possibility that the two build pipelines will conflict with each other. The solution must minimize infrastructure costs. What should you do?


A. Create two container jobs


B. Change the self-hosted agent to use Red Hat Enterprise Linux (RHEL) 9.


C. Add another self-hosted agent


D. Add a Docker Compose task to the build pipelines





A.
  Create two container jobs


Page 24 out of 98 Pages
Previous