πŸ”

AZ-400 β€” questions

Page 2 of 18 Β· 358 total questions.

Topic 1 Β· Question 23

You need to consider the underlined segment to establish whether it is accurate. Black Duck can be used to make sure that all the open source libraries conform to your company's licensing criteria. Select `No adjustment required` if the underlined segment is accurate. If the underlined segment is inaccurate, select the accurate option.

  • ANo adjustment required. (correct answer)
  • BMaven
  • CBamboo
  • DCMAKE
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: No adjustment required.

Topic 1 Β· Question 24 Β· Select all that apply

You have created an Azure DevOps project for a new application that will be deployed to a number of Windows Server 2016 Azure virtual machines. You are preparing a deployment solution that allows for the virtual machines to maintain a uniform configuration, and also keep administrative effort with regards to configuring the virtual machines to a minimum. Which of the following should be part of your solution? (Choose two.)

  • AAzure Resource Manager templates (correct answer)
  • BThe PowerShell Desired State Configuration (DSC) extension for Windows (correct answer)
  • CAzure pipeline deployment groups
  • DThe Custom Script Extension for Windows
  • EAzure pipeline stage templates
Reveal answer & explanation
Correct answer: A, B

The correct answer is A, B. Option A: Azure Resource Manager templates Option B: The PowerShell Desired State Configuration (DSC) extension for Windows.

Topic 1 Β· Question 25

Your company has an application that contains a number of Azure App Service web apps and Azure functions. You would like to view recommendations with regards to the security of the web apps and functions. You plan to navigate to Compute and Apps to achieve your goal. Which of the following should you access to make use of Compute and Apps?

  • AAzure Log Analytics
  • BAzure Event Hubs
  • CAzure Advisor
  • DAzure Security Center (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Azure Security Center.

Topic 1 Β· Question 26

You need to consider the underlined segment to establish whether it is accurate. Your company has a multi-tier application that has its front end hosted in Azure App Service. To pinpoint the average load times of the application pages, you should make use of Azure Event Hubs. Select `No adjustment required` if the underlined segment is accurate. If the underlined segment is inaccurate, select the accurate option.

  • ANo adjustment required.
  • BAzure Application Insights (correct answer)
  • CAzure Log Analytics
  • DAzure Advisor
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Azure Application Insights

Explanation

Application Insights provides application performance monitoring and diagnostics for apps.

Topic 1 Β· Question 27

Your company makes use of Azure SQL Database Intelligent Insights and Azure Application Insights for monitoring purposes. You have been tasked with analyzing the monitoring using ad-hoc queries. You need to utilize the correct query language. Solution: You use the Contextual Query Language (CQL). Does the solution meet the goal?

  • AYes
  • BNo (correct answer)
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: No.

Topic 1 Β· Question 28

Your company makes use of Azure SQL Database Intelligent Insights and Azure Application Insights for monitoring purposes. You have been tasked with analyzing the monitoring using ad-hoc queries. You need to utilize the correct query language. Solution: You use the Transact-SQL. Does the solution meet the goal?

  • AYes
  • BNo (correct answer)
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: No.

Topic 1 Β· Question 29

Your company makes use of Azure SQL Database Intelligent Insights and Azure Application Insights for monitoring purposes. You have been tasked with analyzing the monitoring using ad-hoc queries. You need to utilize the correct query language. Solution: You use Azure Log Analytics. Does the solution meet the goal?

  • AYes (correct answer)
  • BNo
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Yes.

Topic 1 Β· Question 31

You are in the process of building a mobile app aimed at Android and iOS devices. All work items and release cycles are managed via Azure DevOps. You want to make sure that crash reports for issue analysis is collected, and that beta releases are distributed to your testers. Also, you want to ensure that user feedback on the functionality of new apps is received. Which of the following must be part of your solution?

  • AThe Microsoft Test & Feedback extension. (correct answer)
  • BOWASP ZAP
  • CTFS Integration Platform
  • DCode Style
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: The Microsoft Test & Feedback extension.

Topic 2 Β· Question 34 Β· Select all that apply

You manage an Azure web app that supports an e-commerce website. You need to increase the logging level when the web app exceeds normal usage patterns. The solution must minimize administrative overhead. Which two resources should you include in the solution? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

  • Aan Azure Automation runbook (correct answer)
  • Ban Azure Monitor alert that has a dynamic threshold (correct answer)
  • Can Azure Monitor alert that has a static threshold
  • Dthe Azure Monitor autoscale settings
  • Ean Azure Monitor alert that uses an action group that has an email action
Reveal answer & explanation
Correct answer: A, B

The correct answer is A, B. Option A: an Azure Automation runbook Option B: an Azure Monitor alert that has a dynamic threshold

Explanation

Azure Monitor collects metrics and logs across resources for observability and alerting. Azure Automation runs runbooks to automate repetitive management tasks across resources.

Topic 2 Β· Question 36

You have a Microsoft ASP.NET Core web app in Azure that is accessed worldwide. You need to run a URL ping test once every five minutes and create an alert when the web app is unavailable from specific Azure regions. The solution must minimize development time. What should you do?

  • ACreate an Azure Monitor Availability metric and alert.
  • BCreate an Azure Application Insights availability test and alert. (correct answer)
  • CWrite an Azure function and deploy the function to the specific regions.
  • DCreate an Azure Service Health alert for the specific regions.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Create an Azure Application Insights availability test and alert.

Explanation

Application Insights provides application performance monitoring and diagnostics for apps.

Topic 2 Β· Question 37

You have a multi-tier application. The front end of the application is hosted in Azure App Service. You need to identify the average load times of the application pages. What should you use?

  • AAzure Application Insights (correct answer)
  • Bthe activity log of the App Service
  • Cthe diagnostics logs of the App Service
  • DAzure Advisor
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Azure Application Insights

Explanation

Application Insights provides application performance monitoring and diagnostics for apps.

Topic 2 Β· Question 39

Your company uses ServiceNow for incident management. You develop an application that runs on Azure. The company needs to generate a ticket in ServiceNow when the application fails to authenticate. Which Azure Log Analytics solution should you use?

  • AApplication Insights Connector
  • BAutomation & Control
  • CIT Service Management Connector (ITSM) (correct answer)
  • DInsight & Analytics
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: IT Service Management Connector (ITSM).

Topic 2 Β· Question 41

You use Azure SQL Database Intelligent Insights and Azure Application Insights for monitoring. You need to write ad-hoc queries against the monitoring data. Which query language should you use?

  • AKusto Query Language (KQL) (correct answer)
  • BPL/pgSQL
  • CPL/SQL
  • DTransact-SQL
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Kusto Query Language (KQL).

Topic 2 Β· Question 42 Β· Select all that apply

Your company creates a web application. You need to recommend a solution that automatically sends to Microsoft Teams a daily summary of the exceptions that occur in the application. Which two Azure services should you recommend? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

  • AAzure Logic Apps (correct answer)
  • BAzure Pipelines
  • CMicrosoft Visual Studio App Center
  • DAzure DevOps Project
  • EAzure Application Insights (correct answer)
Reveal answer & explanation
Correct answer: A, E

The correct answer is A, E. Option A: Azure Logic Apps Option E: Azure Application Insights

Explanation

Application Insights provides application performance monitoring and diagnostics for apps. Azure Logic Apps orchestrates workflows and integrations with low-code connectors.

Topic 2 Β· Question 44

Your company is building a mobile app that targets Android and iOS devices. Your team uses Azure DevOps to manage all work items and release cycles. You need to recommend a solution to perform the following tasks: β€’ Collect crash reports for issue analysis. β€’ Distribute beta releases to your testers. β€’ Get user feedback on the functionality of new apps. What should you include in the recommendation?

  • Athe Microsoft Test & Feedback extension
  • BMicrosoft Visual Studio App Center integration (correct answer)
  • CAzure Application Insights widgets
  • DJenkins integration
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Microsoft Visual Studio App Center integration.

Topic 2 Β· Question 45 Β· Select all that apply

You have an Azure DevOps project named Project1 and an Azure subscription named Sub1. Sub1 contains an Azure virtual machine scale set named VMSS1. VMSS1 hosts a web application named WebApp1. WebApp1 uses stateful sessions. The WebApp1 installation is managed by using the Custom Script extension. The script resides in an Azure Storage account named sa1. You plan to make a minor change to a UI element of WebApp1 and to gather user feedback about the change. You need to implement limited user testing for the new version of WebApp1 on VMSS1. Which three actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

  • AModify the load balancer settings of VMSS1.
  • BRedeploy VMSS1.
  • CUpload a custom script file to sa1. (correct answer)
  • DModify the Custom Script extension settings of VMSS1. (correct answer)
  • EUpdate the configuration of a virtual machine in VMSS1. (correct answer)
Reveal answer & explanation
Correct answer: C, D, E

The correct answer is C, D, E. Option C: Upload a custom script file to sa1. Option D: Modify the Custom Script extension settings of VMSS1. Option E: Update the configuration of a virtual machine in VMSS1.

Explanation

An Azure Virtual Machine provides full control of the OS when you need to run custom or legacy workloads.

Topic 2 Β· Question 51

You are monitoring the health and performance of an Azure web app by using Azure Application Insights. You need to ensure that an alert is sent when the web app has a sudden rise in performance issues and failures. What should you use?

  • Acustom events
  • BApplication Insights Profiler
  • Cusage analysis
  • DSmart Detection (correct answer)
  • EContinuous export
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Smart Detection.

Topic 2 Β· Question 53

You have a private GitHub repository. You need to display the commit status of the repository on Azure Boards. What should you do first?

  • AConfigure multi-factor authentication (MFA) for your GitHub account.
  • BAdd the Azure Pipelines app to the GitHub repository.
  • CAdd the Azure Boards app to the repository. (correct answer)
  • DCreate a GitHub action in GitHub.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Add the Azure Boards app to the repository.

Topic 2 Β· Question 54

You are integrating Azure Pipelines and Microsoft Teams. You install the Azure Pipelines app in Microsoft Teams. You have an Azure DevOps organization named Contoso that contains a project name Project1. You subscribe to Project1 in Microsoft Teams. You need to ensure that you only receive events about failed builds in Microsoft Teams. What should you do first?

  • AFrom Microsoft Teams, run @azure pipelines subscribe https://dev.azure.com/Contoso/Project1.
  • BFrom Azure Pipelines, add a Publish Build Artifacts task to Project1.
  • CFrom Microsoft Teams, run @azure pipelines subscriptions. (correct answer)
  • DFrom Azure Pipelines, enable continuous integration for Project1.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: From Microsoft Teams, run @azure pipelines subscriptions.

Topic 2 Β· Question 55

You have an Azure DevOps organization named Contoso. You need to receive Microsoft Teams notifications when work items are updated. What should you do?

  • AFrom Azure DevOps, configure a service hook subscription (correct answer)
  • BFrom Microsoft Teams, configure a connector
  • CFrom the Microsoft Teams admin center, configure external access
  • DFrom Microsoft Teams, add a channel
  • EFrom Azure DevOps, install an extension
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: From Azure DevOps, configure a service hook subscription.

Showing questions 21–40 of 358 Β· Page 2 of 18