option
Questions
ayuda
daypo
search.php

ERASED TEST, YOU MAY BE INTERESTED ON Az 400

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
Az 400

Description:
100 pyetje-P2

Author:
Olsjan
Other tests from this author

Creation Date: 13/03/2025

Category: Others

Number of questions: 100
Share the Test:
New CommentNuevo Comentario
No comments about this test.
Content:
Your company is concerned that when developers introduce open source libraries, it creates licensing compliance issues. You need to add an automated process to the build pipeline to detect when common open source libraries are added to the code base. What should you use? Microsoft Visual SourceSafe Code Style Black Duck Jenkins.
DRAG DROP - You are implementing a package management solution for a Node.js application by using Azure Artifacts. You need to configure the development environment to connect to the package repository. The solution must minimize the likelihood that credentials will be leaked.Which file should you use to configure each connection? The .npmrc file in the project The .npmrc file in the user's home folder The Package.json file in the project The Project.json file in the project.
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 all the open source libraries comply with your company's licensing standards. Which service should you use? NuGet Maven Black Duck Helm.
Your company develops an app for iOS. All users of the app have devices that are members of a private distribution group in Microsoft Visual Studio App Center. You plan to distribute a new release of the app. You need to identify which certificate file you require to distribute the new release from App Center. Which file type should you upload to App Center? .cer .pfx .p12 .pvk.
Your company is concerned that when developers introduce open source libraries, it creates licensing compliance issues. You need to add an automated process to the build pipeline to detect when common open source libraries are added to the code base. What should you use? OWASP ZAP Jenkins Code Style WhiteSource Bolt.
You plan to use a NuGet package in a project in Azure DevOps. The NuGet package is in a feed that requires authentication. You need to ensure that the project can restore the NuGet package automatically. What should the project use to automate the authentication? an Azure Automation account an Azure Artifacts Credential Provider an Azure Active Directory (Azure AD) account that has multi-factor authentication (MFA) enabled an Azure Active Directory (Azure AD) service principal.
You use Azure Pipelines to manage project builds and deployments. You plan to use Azure Pipelines for Microsoft Teams to notify the legal team when a new build is ready for release. You need to configure the Organization Settings in Azure DevOps to support Azure Pipelines for Microsoft Teams. What should you turn on? Third-party application access via OAuth Azure Active Directory Conditional Access Policy Validation Alternate authentication credentials SSH authentication.
You have an existing project in Azure DevOps. You plan to integrate GitHub as the repository for the project. You need to ensure that Azure Pipelines runs under the Azure Pipelines identity. Which authentication mechanism should you use? personal access token (PAT) GitHub App Azure Active Directory (Azure AD) OAuth.
You use release pipelines in Azure Pipelines to deploy an app. Secrets required be the pipeline are stored as pipeline variables. Logging of commands is enabled for the Azure Pipelines agent. You need to prevent the values of the secrets from being logged. What should you do? Store the secrets in the environment variables instead of the pipeline variables Pass the secrets on the command line instead of in the pipeline variables. Apply a prefix of secret to the name of the variables Echo the values of the secrets to the command line.
You have an Azure subscription linked to an Azure Active Directory Premium Plan 1 tenant. A security review indicates that too many users have privileged access to resources. You need to deploy a privileged access management solution that meets the following requirements: • Enforces time limits on the use of privileged access • Requires approval to activate privileged access • Minimizes costs What should you do first? Configure notifications when privileged roles are activated Configure alerts for the activation of privileged roles Enforce Azure Multi-Factor Authentication (MFA) for role activation Upgrade the license of the Azure Active Directory (Azure AD) tenant.
You plan to create a GitHub workflow that will use GitHub Actions. The actions will require a 256-KB secret. You need to recommend a solution to store and encrypt the secret. The secret value must be accessible only to the workflow. The solution must minimize administrative effortWhat should you recommend? Store the secret in the organization-level GitHub secrets Store the secret in the repository-level GitHub secrets Encrypt the secret value and store the value in the repository. Store the decryption key in the repository-level GitHub secrets Encrypt the secret value and store the value in the repository. Store the decryption key in the organization-level GitHub secrets.
You have a GitHub Enterprise account. You need to enable push protection for secret scanning of the account repositories. What should you do first? Purchase a GitHub Advanced Security license Purchase Premium Plus support Enforce multi-factor authentication (MFA) Create an access policy for secrets.
Your company uses Azure DevOps and Microsoft Azure Active Directory (Azure AD), part of Microsoft Entra. Only users who have accounts in Azure AD can access the Azure DevOps environment. You need to ensure that only devices that are connected to the on-premises network can access the Azure DevOps environment. What should you do? Assign the Stakeholder access level to all users In Azure DevOps, configure Security in Project Settings In Azure AD, configure conditional access In Azure AD, configure risky sign-ins.
You have an Azure subscription that contains four Azure virtual machines. You need to configure the virtual machines to use a single identity. The solution must meet the following requirements: • Ensure that the credentials for the identity are managed automatically. • Support granting privileges to the identity. Which type of identity should you use? a system-assigned managed identity a user-assigned managed identity a service principal a user account.
You have an Azure subscription that contains an Azure key vault named Vault1, an Azure pipeline named Pipeline1, and an Azure SQL database named DB1.Pipeline1 is used to deploy an app that will authenticate to DB1 by using a password. You need to store the password in Vault1. The solution must ensure that the password can be accessed by Pipeline1.What should you do? Store the password as a: Certificate Store the password as a: Key Store the password as a: Secret Grant Pipeline1 access to Vault1 by modifying the: Access control (IAM) settings Grant Pipeline1 access to Vault1 by modifying the: Access policies Grant Pipeline1 access to Vault1 by modifying the: Security settings.
You have a GitHub repository that contains multiple workflows and a secret stored at the environment level. You need to ensure that the secret can be used by all the workflows. What should you do first? Recreate the secret at the organization level Recreate the secret at the repository level Enable required reviewers.
DRAG DROP You have a GitHub organization that contains three users named User1, User2, and User3. You have a project that contains a repository named repo1.You need to configure permissions for repo1. The solution must meet the following requirements: • Ensure that User1 can actively push to repo1. • Ensure that User2 can manage issues and pull requests for repo1. • Ensure that User3 can manage repo1. • Prevent User3 from accessing sensitive data in repo1. Which role should you assign to each user? Admin Maintain Read Triage Write.
You are designing the development process for your company. You need to recommend a solution for continuous inspection of the company's code base to locate common code patterns that are known to be problematic.What should you include in the recommendation? Microsoft Visual Studio test plans Gradle wrapper scripts SonarCloud analysis the JavaScript task runner.
Your company uses Azure DevOps for the build pipelines and deployment pipelines of Java-based projects. You need to recommend a strategy for managing technical debt. Which two actions should you include in the recommendation? Configure post-deployment approvals in the deployment pipeline Configure pre-deployment approvals in the deployment pipeline Integrate Azure DevOps and SonarQube Integrate Azure DevOps and Azure DevTest Labs.
Your company is building a new solution in Java. The company currently uses a SonarQube server to analyze the code of .NET solutions. You need to analyze and monitor the code quality of the Java solution. Which task types should you add to the build pipeline? Gradle CocoaPods Grunt Gulp.
HOTSPOT - Your company uses GitHub for source control. GitHub repositories store source code and store process documentation. The process documentation is saved asMicrosoft Word documents that contain simple flow charts stored as .bmp files. You need to optimize the integration and versioning of the process documentation and the flow charts. The solution must meet the following requirements: Convert the .docx files to: LaTex Typesetting (.tex) Convert the .docx files to: Markdown (.md) Convert the .docx files to: Portable Document Format (.pdf) Convert the flow charts to: Mermaid diagrams Convert the flow charts to: Portable Network Graphic (.png) Convert the flow charts to: Tagged Image File Format (.tiff).
Your company is building a new solution in Java. The company currently uses a SonarQube server to analyze the code of .NET solutions. You need to analyze and monitor the code quality of the Java solution. Which task types should you add to the build pipeline? Grunt Octopus Maven Gulp.
Your company uses Azure DevOps for the build pipelines and deployment pipelines of Java-based projects. You need to recommend a strategy for managing technical debt. Which action should you include in the recommendation? Configure post-deployment approvals in the deployment pipeline Integrate Azure DevOps and SonarQube Integrate Azure DevOps and Azure DevTest Labs.
During a code review, you discover many quality issues. Many modules contain unused variables and empty catch blocks. You need to recommend a solution to improve the quality of the code. What should you recommend? In a Grunt build task, select Enabled from Control Options In a Maven build task, select Run PMD In a Xcode build task, select Use xcpretty from Advanced In a Gradle build task, select Run Checkstyle.
Your development team is building a new web solution by using the Microsoft Visual Studio integrated development environment (IDE). You need to make a custom package available to all the developers. The package must be managed centrally, and the latest version must be available for consumption in Visual Studio automatically.Which three actions should you perform? Publish the package to a feed Create a new feed in Azure Artifacts Upload a package to a Git repository Add the package URL to the Environment settings in Visual Studio Add the package URL to the NuGet Package Manager settings in Visual Studio Create a Git repository in Azure Repos.
You use GitHub for source control. A file that contains sensitive data is committed accidentally to the Git repository of a project. You need to delete the file and its history form the repository. Which two tools can you use? the git filter-branch command BFG Repo-Cleaner the git rebase command GitHub Desktop.
Your company uses GitHub for source control. The company has a team that performs code reviews. You need to automate the assignment of the code reviews. The solution must meet the following requirements: ✑ Prioritize the assignment of code reviews to team members who have the fewest outstanding assignments. ✑ Ensure that each team member performs an equal number of code reviews in any 30-day period. ✑ Prevent the assignment of code reviews to the team leader. Which two actions should you perform? Clear Never assign certain team members Select If assigning team members, don't notify the entire team Select Never assign certain team members Set Routing algorithm to Round robin Set Routing algorithm to Load balance.
You have a GitHub repository. You create a new repository in Azure DevOps. You need to recommend a procedure to clone the repository from GitHub to Azure DevOps. What should you recommend? Create a pull request Create a webhook Create a service connection for GitHub From Import a Git repository, click Import Create a personal access token in Azure DevOps.
During a code review, you discover quality issues in a Java application. You need to recommend a solution to detect quality issues including unused variables and empty catch blocks. What should you recommend? In a Maven build task, select Run PMD In an Xcode build task, select Use xcpretty from Advanced In a Gulp build task, specify a custom condition expression In a Grunt build task, select Enabled from Control Options.
You use Azure Artifacts to host NuGet packages that you create. You need to make one of the packages available to anonymous users outside your organization. The solution must minimize the number of publication points.What should you do? Change the feed URL of the package Create a new feed for the package Promote the package to a release view Publish the package to a public NuGet repository.
You use GitHub for source control and project-related discussions. You receive a notification when an entry is made to any team discussion. You need to ensure that you receive email notifications only for discussions in which you commented or in which you are mentioned. Which two Notifications settings should you clear? Automatically watch teams Participating Automatically watch repositories Watching.
You have an Azure Automation account that contains a runbook. The runbook is used to configure the application infrastructure of an Azure subscription.You have a project in Azure DevOps named Project1. Project1 contains a repository that stores code for the runbook. You need to ensure that every committed change to the code will update automatically and publish the runbook to Azure Automation. What should you configure? the Service hooks settings for Project1 the Connections settings for the Automation account the Source control settings for the Automation account the Service connections settings for Project1.
You use Git for source control. You enable GitHub code scanning. You raise a pull request from a non-default branch. In the code scanning output, you receive the following error message: “Analysis not found.”You need to ensure that the code scanning completes successfully for the pull request. Which two actions should you perform? Add the name of the default branch to the on: push specification in the code scanning workflow Add the name of the non-default branch to the on:push specification in the code scanning workflow Delete the pull request, and then raise the request again from the default branch. Update the code in the pull request Add a new workflow for code scanning.
You have a GitHub repository that contains multiple versions of an Azure Pipelines template. You plan to deploy multiple pipelines that will use a template stored in the repository. You need to ensure that you use a fixed version of the template. What should you use to reference which version of the template repository to use? the serial the SHA-based hashes the runner the branch.
HOTSPOT You use Git for source control. You have an app named App1. In the main branch, you need to restore the third most recent revision of a file named App.exe.config. How should you complete the command? git : checkout git : branch git : switch git : reset git restore: --patch git restore: --merge git restore: --staged git restore: --source.
HOTSPOT You company uses a Git source-code repository. You plan to implement GitFlow as a workflow strategy. You need to identify which branch types are used for production code and preproduction code in the strategy. Which branch type should you identify for each code type? Production code: Main Production code: Feature Production code: Develop Preproduction code: Main Preproduction code: Feature Preproduction code: Develop.
You use GitHub for source control and Microsoft Teams for collaboration. You need to send a notification to a Teams channel for each commit. The solution must minimize development effort. What should you do? Use Azure Automation to connect to the GitHub Actions API and send a message to the Teams channel. Use the Microsoft Teams for GitHub app and configure a subscription to receive notifications in the Teams channel Use GitHub Actions with a dispatch to send a message to the Teams channel by using the Teams API Use Azure Functions to connect to the GitHub REST API and send a message to the Teams channel.
You manage source code control and versioning by using GitHub. You need to ensure that a PowerShell script is executed automatically before rebase operations are performed. What should you use? a package GitHub Copilot a webhook a gist.
You use GitHub to host container packages that use Semantic Versioning (SemVer). You have an app named App1. The current version of App1 is 11.2.0. You change the code of App1 to fix a bug that was introduced in version 10.5.1. Which version number should you assign to the release? 10.5.1-PATCH 11.2.1 10.5.2 10.6.0.
You manage code by using GitHub. You need to ensure that repository owners are notified if a new vulnerable dependency or malware is found in their repository. What should you do? Configure CodeQL scanning actions. Configure Dependabot alerts. Configure branch protection rules for each repository Subscribe all the repository owners to the GitHub Advisory Database.
You have a public GitHub repository named Public1. A commit is made to Public1. The commit contains a pattern that matches a regular expression. Who is notified first when the commit is made? the administrator of the GitHub organization the committer the owner of Public1 the secret scanning partner.
You have a GitHub repository. You need to ensure that all the code in the repository is scanned for vulnerabilities. What should you use? Dependabot alerts branch protection rules CodeQL actions GitHub Advisory Database databases.
DRAG DROP You create a Git repository named Repo1 in Azure Repos. You need to configure Repo1 to meet the following requirements: • Work items must be linked to a pull request. • Pull requests must have a minimum of two reviewers. • Pull requests must complete a code review by using a third-party tool. The solution must minimize administrative effort. Which type of policy should you use for each requirement? Branch Build Check-in Status.
You have a 1-TB Azure Repos repository named repo1. You need to clone repo1. The solution must meet the following requirements: • You must be able to search the commit history of the /src directory • The amount of time it takes to clone the repository must be minimized Which command should you run? git clone –-depth-1 git@ssh.dev.azure.com:v3/org/Project1/repo1 git clone –-filter=blob:none git@ssh.dev.azure.com:v3/org/Project1/repo1 git clone git@ssh.dev.azure.com.com:v3/org/Project1/repo1 git clone –-filter=true:0 git@ssh.dev.azure.com:v3/org/Project1/repo1.
You use GitHub for source control. You are evaluating whether to use proxying to add a private upstream MyGet package feed to your MyGet feed. What are two possible advantages of this approach? minimizes the impact of upstream source availability issues minimizes latency when accessing the package provides automatic authentication minimizes the impact on your storage quota.
You manage source code control and versioning by using GitHub. A large file is committed to a repository accidentally. You need to reduce the size of the repository. The solution must remove the file from the repository. What should you use? bfg lfs gvfs init.
Your company has 60 developers who are assigned to four teams. Each team has 15 members. The company uses an agile development methodology. You need to structure the work of the development teams so that each team owns their respective work while working together to reach a common goal.Which parts of the taxonomy should you enable the team to perform autonomously? Features and Tasks Initiatives and Epics Epics and Features Stories and Tasks.
Your company creates a new Azure DevOps team. You plan to use Azure DevOps for sprint planning. You need to visualize the flow of your work by using an agile methodology. Which Azure DevOps component should you use? Kanban boards sprint planning delivery plans portfolio backlogs.
Your company implements an Agile development methodology. You plan to implement retrospectives at the end of each sprint. Which three questions should you include? Who performed well? Who should have performed better? What could have gone better? What went well? What should we try next?.
Your team uses an agile development approach. You need to recommend a branching strategy for the team's Git repository. The strategy must meet the following requirements. ✑ Provide the ability to work on multiple independent tasks in parallel. ✑ Ensure that checked-in code remains in a releasable state always. ✑ Ensure that new features can be abandoned at any time. ✑ Encourage experimentation. What should you recommend? a single long-running branch without forking multiple long-running branches a single fork per team member a single long-running branch with multiple short-lived feature branches.
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 integrate a cloud-hosted Jenkins server and a new Azure DevOps deployment. You need Azure DevOps to send a notification to Jenkins when a developer commits changes to a branch in Azure Repos. Solution: You create a service hook subscription that uses the build completed event. Does this meet the goal? Yes No.
You have a project in 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? Asana Basecamp Trello Jira.
You plan to onboard 10 new developers. You need to recommend a development environment that meets the following requirements: ✑ Integrates with GitHub ✑ Provides integrated debugging tools ✑ Supports remote workers and hot-desking environments ✑ Supports developers who use browsers, tablets, and Chromebooks What should you recommend? VS Code Xamarin Studio MonoDevelop Github Codespaces.
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 integrate a cloud-hosted Jenkins server and a new Azure DevOps deployment. You need Azure DevOps to send a notification to Jenkins when a developer commits changes to a branch in Azure Repos. Solution: You create an email subscription to an Azure DevOps notification. Does this meet the goal? Yes No.
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 integrate a cloud-hosted Jenkins server and a new Azure DevOps deployment. You need Azure DevOps to send a notification to Jenkins when a developer commits changes to a branch in Azure Repos. Solution: You create a service hook subscription that uses the code pushed event. Does this meet the goal? Yes No.
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 integrate a cloud-hosted Jenkins server and a new Azure DevOps deployment. You need Azure DevOps to send a notification to Jenkins when a developer commits changes to a branch in Azure Repos. Solution: You add a trigger to the build pipeline.Does this meet the goal? Yes No.
You plan to create in Azure DevOps. Multiple developers will work on the project. The developers will work offline frequently and will require access to the full project history while they are offline. Which version control solution should you use? Team Foundation Version Control Git TortoiseSVN TortoiseSVN.
You plan to onboard 10 new developers. You need to recommend a development environment that meets the following requirements: ✑ Integrates with GitHub ✑ Provides integrated debugging tools ✑ Supports remote workers and hot-desking environments ✑ Supports developers who use browsers, tablets, and Chromebooks What should you recommend? VS Code Xamarin Studio MonoDevelop Visual Studio Codespaces.
You have a build pipeline in Azure Pipelines. You create a Slack App Integration. You need to send build notifications to a Slack channel named #Development. What should you do first? Create a project-level notification Configure a service connection Create a global notification Creates a service hook subscription.
You have an Azure DevOps organization named Contoso and an Azure subscription. You use Azure DevOps to build and deploy a web app named App1. Azure Monitor is configured to generate an email notification in response toalerts generated whenever App1 generates a server-side error. You need to receive notifications in Microsoft Teams whenever an Azure Monitor alert is generated. Which two actions should you perform? Create an Azure Monitor workbook Create an Azure logic app that has an HTTP request trigger Create an Azure logic app that has an Azure DevOps trigger Modify an action group in Azure Monitor Modify the Diagnostics settings in Azure Monitor.
HOTSPOT - Your company uses Azure DevOps for Git source control. You have a project in Azure DevOps named Contoso App that contains the following repositories: ✑ https://dev.azure.com/contoso/contoso-app/core-api ✑ https://dev.azure.com/contoso/contoso-app/core-spa ✑ https://dev.azure.com/contoso/contoso-app/core-db You need to ensure that developers receive Slack notifications when there are pull requests created for Contoso App. What should you run in Slack? feedback signin subscribe subscriptions https://dev.azure.com/contoso/contoso-app https://dev.azure.com/contoso/core-api https://dev.azure.com/contoso/core-db https://dev.azure.com/contoso/core-spa.
You have an Azure DevOps organization that contains a project named Project1. You need to create a published wiki in Project1. What should you do first? Modify the Storage settings of Project1 In Project1, create an Azure DevOps pipeline In Project1, create an Azure DevOps repository Modify the Team configuration settings of Project1.
Your company plans to use an agile approach to software development. You need to recommend an application to provide communication between members of the development team who work in locations around the world. The applications must meet the following requirements: ✑ Provide the ability to isolate the members of different project teams into separate communication channels and to keep a history of the chatswithin those channels. ✑ Be available on Windows 10, Mac OS, iOS, and Android operating systems. ✑ Provide the ability to add external contractors and suppliers to projects. ✑ Integrate directly with Azure DevOps. What should you recommend? Microsoft Project Bamboo Microsoft Lync Microsoft Teams.
You are developing a multi-tier application. The application will use Azure App Service web apps as the front end and an Azure SQL database as the back end.The application will use Azure functions to write some data to Azure Storage. You need to send the Azure DevOps team an email message when the front end fails to return a status code of 200. Which feature should you use? Service Map in Azure Log Analytics availability tests in Azure Application Insights Profiler in Azure Application Insights Application Map in Azure Application Insights.
You have a project in Azure DevOps named Project1. Project1 contains a published wiki. You need to change the order of pages in the navigation pane of the published wiki in the Azure DevOps portal. What should you do? At the root of the wiki, create a file named .order that defines the page hierarchy At the root of the wiki, create a file named wiki.md that defines the page hierarchy Rename the pages in the navigation pane Drag and drop the pages in the navigation pane.
Your company plans to use an agile approach to software development. You need to recommend an application to provide communication between members of the development team who work in locations around the world. The applications must meet the following requirements: ✑ Provide the ability to isolate the members of different project teams into separate communication channels and to keep a history of the chats within those channels. ✑ Be available on Windows 10, Mac OS, iOS, and Android operating systems. ✑ Provide the ability to add external contractors and suppliers to projects. ✑ Integrate directly with Azure DevOps. What should you recommend? Skype for Business Bamboo Octopus Slack.
You are designing a YAML template for use with Azure Pipelines. The template will include the outputfile parameter. Which two methods can you use to reference the parameter? ${{parameters.outputfile}} $(parameters['outputfile']) $(parameters.outputfile) $(parameters[outputfile]) ${{parameters['outputfile']}}.
You have a pipeline named Pipeline1 in Azure Pipelines. You need to create a service connection to enable Pipeline1 to download a public container image. Which type of service connection should you create? a Docker host a Docker registry Azure Service Fabric Azure Kubernetes Service (AKS).
You have a project in Azure DevOps named Project1 that contains a Kanban board named Board1. You create a Microsoft Teams channel and add the Azure Boards app to the channel. You need to ensure that users can create work items in Board1 from Microsoft Teams. Which command should you run? @azure boards subscriptions @azure boards create @azure boards sign in @azure boards link.
You manage a project by using Azure Board, and you manage the project code by using Azure Repos. You have a bug work item that has an ID of 123. You need to set the work item state to Resolved. What should you add to the commit message? #123 completes #123 Resolved Completed #123 Fixes #123.
You have an Azure subscription that contains a storage account and 20 virtual machines. You plan to use LogRhythm for aggregation and analysis of the virtual machine logs. You need to configure AzLog to export the logs and push them to the storage account. In which format should you export the logs? JSON EVTX EVT binary.
You use GitHub for source control and Azure Boards for project management. GitHub and Azure Boards are integrated. You plan to create a pull request in GitHub. You need to automatically link the request to an existing Azure Boards work item by using the text of AB#. To which two elements can you add the text? milestone label title comment description.
HOTSPOT You are using Agile process methodologies in Azure DevOps. You need to deploy a dashboard that will provide progress reports for the following work items: • How long it took to close a work item after it was created. • How long it took to close a work item after the work was started. Which type of widget should you use for each work item? How long it took close a work item after it was created: Burndown chart How long it took close a work item after it was created: Cumulative flow diagram How long it took close a work item after it was created: Cycle time How long it took close a work item after it was created: Lead time How long it took close a work item after it was created: Velocity How long it took to close a work item after the work was started: Burndown chart How long it took to close a work item after the work was started: Burnup chart How long it took to close a work item after the work was started: Cycle time How long it took to close a work item after the work was started: Lead time How long it took to close a work item after the work was started: Velocity.
You are integrating an Azure Boards project and a GitHub repository. You need to authenticate Azure Boards to GitHub. Which two authentication methods can you use? a publisher certificate a trusted root certificate Microsoft Azure Active Directory (Azure AD), part of Microsoft Entra GitHub user credentials a personal access token (PAT).
You have a GitHub repository that is integrated with Azure Boards. Azure Boards has a work item that has the number 715. You need to ensure that when you commit source code in GitHub, the work item is updated automatically. What should you include in the commit comments? the URL of the work item AB#715 @715 #715.
You are creating a dashboard in Azure Boards. You need to visualize the time from when work starts on a work item until the work item is closed. Which type of widget should you use? cycle time velocity cumulative flow lead time.
You manage a project by using Azure Boards. You manage the project code by using GitHub. You have three work items that have IDs of 456, 457, and 458. You need to create a pull request that will be linked to all the work items. The solution must set the state of work item 456 to done. What should you add to the commit message? Fixes #456, #457, #458 Fixes #AB456, #AB457, #AB458 #456, #457, #458 Completed #456 #AB456, #AB457, #AB458.
You manage code by using GitHub. You plan to ensure that all GitHub Actions are validated by a security team. You create a branch protection rule requiring that code changes be reviewed by code owners. You need to create the CODEOWNERS file. Where should you create the file? .github/actions/ .github/ .git/ .github/workflows/.
DRAG DROP You are implementing a new project in Azure DevOps. You need to assess the performance of the project. The solution must identify the following metrics: • How long it takes to complete a work item • The percentage of defects found in production Which DevOps KPI should you review for each metric? To answer, drag the appropriate KPIs to the correct metrics. Each KPI 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. Lead time Application failure rates Bug report rates Burndown trend Cycle time Defect escape rate Deployment speed Mean time to recover.
You manage a project by using Azure Boards. You manage the project code by using GitHub. You have three work items that have IDs of 456, 457, and 458. You need to create a pull request that will be linked to all the work items. The solution must set the state of work item 456 to done. What should you add to the commit message? Done #456, #457, #458 #AB456, #AB457, #AB458 #456, #457, #458 Completed #456 #AB456, #AB457, #AB458 Completed #AB456.
You have an Azure subscription that contains an Azure container registry. The container registry contains an ACR Tasks task named Task1. Task1 is configured to run once every five days. You need to trigger Task1 to run immediately. Which command should you run? az acr task run az acr build az acr taskrun az acr run.
You manage a project by using Azure Boards. You manage the project code by using GitHub. You have three work items that have IDs of 456, 457, and 458. You need to create a pull request that will be linked to all the work items. The solution must set the state of work item 456 to done. What should you add to the commit message? #AB456, #AB457, #AB458 Completed #AB456 #456, #457, #458 Completed #456 Done #AB456, #AB457, #AB458 #AB456, #AB457, #AB458 Verifies #AB456.
You manage projects by using Azure Boards. You have a current work item name itemA that is dependant on a work item named itemB. You need to define the dependency for itemA. What should you do in the web portal for Azure DevOps? Add a Parent link to the user story of itemA From Backlogs, open the context menu, select Add link, and then select itemA. Set Link type to Successor and add the ID of itemB From itemA, open the Links tab, and then select Add link. Set Link type to References and add the ID of itemB From Backlogs, open he context menu, select Add link, and then select itemA. Set Link type to References and add the ID of itemB.
You manage projects by using Azure Boards. You have a current work item name itemA that is dependant on a work item named itemB. You need to define the dependency for itemA. What should you do in the web portal for Azure DevOps? From itemA, open the Links tab, and then select Add link. Set Link type to Related and add the ID of itemB From Backlogs, open the context menu, select Add link, and then select itemA. Set Link type to Successor and add the ID of itemB From itemA, open the Links tab, and then select Add link. Set Link type to References and add the ID of itemB From Queries, open the context menu, select Add link, and then select Existing Item. Set Link type to Affected By and add the ID of itemB.
You need to recommend an integration strategy for the build process of a Java application. The solution must meet the following requirements: ✑ The build 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 the Windows Server 2019 with Visual Studio 2019 image. Include the Java Tool.Installer task in the build pipeline. Does this meet the goal? Yes No.
You have a project in Azure DevOps. You create the following YAML template named Template1.yml. steps: - script: npm install - script: yarn install - script: npm run compile You create the following pipeline named File1.yml. parameters: usersteps: - task: MyTask@1 - script: echo Done You need to ensure that Template1.yaml runs before File1.yml. How should you update File1.yml? parameters: usersteps: extends: template: template1.yml - task: MyTask@1 - script: echo Done template: template1.yml parameters: usersteps: - task: MyTask@1 - script: echo Done extends: template: templatel.yml parameters: usersteps: - task: MyTask@1 - script: echo Done parameters: usersteps: - template: templatel.yml - task: MyTask@1 - script: echo Done.
You have an Azure solution that contains a build pipeline in Azure Pipelines. You experience intermittent delays before the build pipeline starts. You need to reduce the time it takes to start the build pipeline. What should you do? Enable self-hosted build agents Create a new agent pool Split the build pipeline into multiple stages. Purchase an additional parallel job.
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 build 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? Yes No.
You store source code in a Git repository in Azure Repos. You use a third-party continuous integration (CI) tool to control builds. What will Azure DevOps use to authenticate with the tool? certificate authentication a personal access token (PAT) a Shared Access Signature (SAS) token NTLM authentication.
DRAG DROP - You are configuring Azure Pipelines for three projects in Azure DevOps as shown in the following table Which version control system should you recommend for each project? To answer, drag the appropriate version control systems to the correct projects. Each version control system 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. Assembla Subversion Bitbucket Cloud Git in Azure Repos GitHub Enterprise.
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? Yes No.
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: Install and configure a self-hosted build agent on an on-premises machine. Configure the build pipeline to use the Default agent pool. Include the Java Tool Installer task in the build pipeline. Does this meet the goal? Yes No.
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 VS 2019 agent pool. Include the Java Tool Installer task in the build pipeline. Does this meet the goal? Yes No.
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? Yes No.
Your company uses a Git repository in Azure Repos to manage the source code of a web application. The master branch is protected from direct updates.Developers work on new features in the topic branches. Because of the high volume of requested features, it is difficult to follow the history of the changes to the master branch. You need to enforce a pull request merge strategy. The strategy must meet the following requirements: ✑ Consolidate commit histories. ✑ Merge the changes into a single commit. Which merge strategy should you use in the branch policy? squash merge fast-forward merge Git fetch no-fast-forward merge.
Your company uses cloud-hosted Jenkins for builds. You need to ensure that Jenkins can retrieve source code from Azure Repos. Which three actions should you perform? Create a webhook in Jenkins Add the Team Foundation Server (TFS) plug-in to Jenkins Add a personal access token to your Jenkins account Create a personal access token (PAT) in your Azure DevOps account Create a service hook in Azure DevOps.
You are automating the build process for a Java-based application by using Azure DevOps. You need to add code coverage testing and publish the outcomes to the pipeline. What should you use? Bullseye Coverage JUnit JaCoCo MSTest.
DRAG DROP - You are configuring Azure DevOps build pipelines. You plan to use hosted build agents. Which build agent pool should you use to compile each application type? Hosted Windows Container Hosted Linux Hosted macOS Hosted Default.
You are automating the build process for a Java-based application by using Azure DevOps. You need to add code coverage testing and publish the outcomes to the pipeline. What should you use? Cobertura Bullseye Coverage MSTest Coverlet.
You have an existing build pipeline in Azure Pipelines. You need to use incremental builds without purging the environment between pipeline executions. What should you use? a self-hosted agent Microsoft-hosted parallel jobs a File Transform task.
Report abuse