Does this meet the goal?
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...
Which three actions should you perform in sequence?
Case Study 2 - Contoso, Ltd Background Contoso, Ltd. is a manufacturing company that has a main office in Chicago. Contoso plans to improve its IT development and operations processes by implementing Azure DevOps principles. Contoso has an Azure subscription and creates an Azure DevOps organization. The Azure DevOps organization...
What should you do?
You have 50 Node.js-based projects that you scan by using WhiteSource. Each project includes Package.json, Package-lock.json, and Npm-shrinkwrap.json files. You need to minimize the number of libraries reports by WhiteSource to only the libraries that you explicitly reference. What should you do?A . Configure the File System Agent plug in.B...
Which framework should you use?
You are automating the testing process for your company. You need to automate UI testing of a web application. Which framework should you use?A . JaCocoB . SeleniumC . Xamarin.UITestD . Microsoft.CodeAnalysisView AnswerAnswer: B Explanation: Performing user interface (UI) testing as part of the release pipeline is a great way...
What should you include in the recommendation?
Drag and Drop 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...
What should you recommend using to deploy the application to the endpoints?
Drag and Drop Your company plans to deploy an application to the following endpoints: - Ten virtual machines hosted in Azure. - Ten virtual machines hosted in an on-premises data center environment All the virtual machines have the-Azure Pipelines agent. You need to implement a release strategy for deploying the...
Which three actions should you recommend be performed in sequence?
Case Study 2 - Contoso, Ltd Background Contoso, Ltd. is a manufacturing company that has a main office in Chicago. Contoso plans to improve its IT development and operations processes by implementing Azure DevOps principles. Contoso has an Azure subscription and creates an Azure DevOps organization. The Azure DevOps organization...
Which Query language should you use?
You use Azure SQL Database Intelligent Insights and Azure Application Insights foe monitoring. You need to write ad-hoc Queries against the monitoring data. Which Query language should you use?A . PL/pgSQLB . Transact-SQLC . Azure Log AnalyticsD . PL/SQLView AnswerAnswer: C Explanation: Data analysis in Azure SQL Analytics is based...
What should you use?
Your company has a project in Azure DevOps. You need to ensure that when there are multiple builds pending deployment only the most recent build is deployed. What should you use?A . deployment queue settingsB . deployment conditionsC . release gatesD . pull request triggersView AnswerAnswer: A Explanation: The options...
What should you use?
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?A . PDMB . OWASPZAPC . WhiteSourceD...