FEFreeExamDumps.in

AZ-204 Practice Questions — Page 21

Question 201

Open question ↗

You are a developer for a company that recently transitioned to using workspace-based Application Insights for a C# .NET web application that runs on Azure.

The application has intermittent performance issues.

You need to use the AI-powered code analysis feature in Application Insights to help diagnose the problem.

What should you do?

  • A.Enable and configure smart detection.
  • B.Enable and configure availability tests.
  • C.Use the Application Map to visualize dependencies and interactions, then trace the performance issues through the map.
  • D.Enable the profiler and snapshot debugger. ✓
  • E.Configure continuous export of telemetry data to Azure Storage.

Question 202

Open question ↗

You have a workspace-based Azure Application Insights resource named Insights1 and an Azure App Service Web App named App1. Insights1 collects telemetry generated by App1.

You plan to test the availability of App1 by using Insights1. The test must include the following tasks:

• Parse dependent requests.

• Validate TLS certificates.

• Configure custom request headers.

You must minimize development and implementation efforts.

You need to implement the Application Insights availability test that will deliver the required functionality.

Which availability test should you implement?

  • A.Custom TrackAvailability test
  • B.Standard test
  • C.URL ping test
  • D.Multi-step web test

Question 203

Open question ↗

You are developing an ASP.NET Core web application, using the latest .NET runtime, hosted in Azure App Service.

You must collect traces, metrics, logs, and exceptions to monitor application performance and diagnose issues. You have the following requirements:

• All data must be sent to a new Application Insights instance.

• The connection to the Application Insights resource must be secure.

• The resource connection value must allow updating by code deployment pipelines.

• You must enable the selection and filtering of metrics and performance counters to examine in near real-time.

• You must inspect stack traces from sample failed requests and exceptions.

You start by creating a new Application Insights instance in the Azure Portal and installing the latest Azure.Monitor.OpenTelemetry.AspNetCore NuGet package in your application.

You need to enable and configure OpenTelemetry-based data collection.

Which configuration should you use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Question 203

Question 204

Open question ↗

You are developing a set of RESTful APIs that will be consumed by external partners.

You must expose the APIs securely through Azure API Management. You have the following requirements:

• Only authenticated and authorized clients must be able to access the APIs.

• Control over the number of API calls to prevent abuse and ensure fair usage must be implemented.

• Data transformation and validation on incoming requests and outgoing responses must be performed without modifying the back-end services.

• Insights into API usage patterns, performance metrics, and anomaly detection must be gathered.

You need to implement the APIs.

What should you do?

  • A.Use basic authentication over HTTPS.
  • B.Use OAuth 2.0 for authentication and authorization.
  • C.Require clients to present client certificates.
  • D.Use subscription keys for authentication.

Question 205

Open question ↗

You have an on-premises datacenter and an Azure subscription that contains an Azure Application Insights instance.

You plan to implement Azure Monitor Application Insights Agent to instrument web apps hosted on the on-premises servers.

You need to automate the implementation by using PowerShell.

Which four PowerShell cmdlets should you run in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Question 205

Question 206

Open question ↗

You manage an Azure App Service Web App named App1 and an associated Azure Application Insights resource named AppInsights1.

You require alerts about any unusual rate increase of failed HTTP requests targeting App1.

You need to implement push notifications.

What should you do?

  • A.Deploy an Azure Resource Manager template that configures AppInsights1.
  • B.From the Azure portal, modify a smart detection rule of AppInsights1.
  • C.Deploy an Azure Resource Manager template that configures the ProactiveDetectionConfigs child resource of AppInsights1.
  • D.From the Azure portal, modify an action group of Azure Monitor. ✓

Question 207

Open question ↗

You manage several existing Logic Apps.

You need to change definitions, add new logic, and optimize these apps on a regular basis.

What should you use? To answer, drag the appropriate tools to the correct functionalities. Each tool 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.

Select and Place:

Question 207

Question 208

Open question ↗

A company is developing a solution that allows smart refrigerators to send temperature information to a central location.

The solution must receive and store messages until they can be processed. You create an Azure Service Bus instance by providing a name, pricing tier, subscription, resource group, and location.

You need to complete the configuration.

Which Azure CLI or PowerShell command should you run?

A.

B.

C.

D.

Question 208

Question 209

Open question ↗

You are developing an application that uses Azure Storage Queues.

You have the following code:

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Hot Area:

Question 209

Question 210

Open question ↗

You develop software solutions for a mobile delivery service. You are developing a mobile app that users can use to order from a restaurant in their area. The app uses the following workflow:

1. A driver selects the restaurants for which they will deliver orders.

2. Orders are sent to all available drivers in an area.

3. Only orders for the selected restaurants will appear for the driver.

4. The first driver to accept an order removes it from the list of available orders.

You need to implement an Azure Service Bus solution.

Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Select and Place:

Question 210