Question 161

You have an Azure Kubernetes Service (AKSJ pod that hosts an app named App1.
You need to configure the AKS container to restart automatically if the container stops responding. The solution must check the status of App1 once every three seconds.
How should you complete the deployment? To answer, drag the appropriate values to the correct targets. 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.

Question 162

Your company develops a client banking application that processes a large volume of data.
Code quality is an ongoing issue for the company. Recently, the code quality has deteriorated because of an increase in time pressure on the development team.
You need to implement static code analysis.
During which phase should you use static code analysis?
  • Question 163

    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 application to the endpoints.
    What should you recommend using to deploy the application to the endpoints? To answer, drag the appropriate components to the correct endpoint.
    Each component may be used once, more than once, or not at all. You may need to drag the split bar between panes or soon to view content NOTE: Each correct selection n worth one point.

    Question 164

    You use Git for source control.
    You delete a file, commit the changes, and continue to work.
    You need to recover the deleted file.
    Which three commands should you run in sequence? To answer, move the appropriate commands from the list of commands to the answer area and arrange them in the correct order.

    Question 165

    You are developing an application. The application source has multiple branches.
    You make several changes to a branch used for experimentation.
    You need to update the main branch to capture the changes made to the experimentation branch and override the history of the Git repository.
    Which Git option should you use?