You have a build pipeline in Azure Pipelines that uses different jobs to compile an application for 10 different architectures.The build pipeline takes approximately one day to complete.You need to reduce the time it takes to execute the build pipelineWhich two actions should you perform? Each correct answer presents part of the solution.NOTE: Each correct selection is worth one point
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?
You have an Azure Resource Manager (ARM) template that contains the following expression.You need to migrate the template to Bicep.Which expression should you run?A.B.C.D.
You have a containerized solution that runs in Azure Container Instances. The solution contains a frontend container named App1 and a backend container named DB1. DB1 loads a large amount of data during startup.You need to verify that DB1 can handle incoming requests before users can submit requests to Appl.What should you configure?
You use Azure Pipelines to build and test code projects.You notice an increase in cycle times.You need to identify whether agent pool exhaustion is causing the issue.What are two possible ways to achieve this goal? Each correct answer presents a complete solution.NOTE: Each correct selection is worth one point.