FEFreeExamDumps.in

AZ-204 Practice Questions — Page 26

Question 251

Open question ↗

You need to ensure the security policies are met.

What code do you add at line CS07 of ConfigureSSE.ps1?

  • A.ג€"PermissionsToKeys create, encrypt, decrypt
  • B.ג€"PermissionsToCertificates create, encrypt, decrypt
  • C.ג€"PermissionsToCertificates wrapkey, unwrapkey, get
  • D.ג€"PermissionsToKeys wrapkey, unwrapkey, get

Question 252

Open question ↗

You need to investigate the Azure Function app error message in the development environment.

What should you do?

  • A.Connect Live Metrics Stream from Application Insights to the Azure Function app and filter the metrics.
  • B.Create a new Azure Log Analytics workspace and instrument the Azure Function app with Application Insights.
  • C.Update the Azure Function app with extension methods from Microsoft.Extensions.Logging to log events by using the log instance.
  • D.Add a new diagnostic setting to the Azure Function app to send logs to Log Analytics.

Question 253

Open question ↗

You need to correct the RequestUserApproval Function app error.

What should you do?

  • A.Update line RA13 to use the async keyword and return an HttpRequest object value.
  • B.Configure the Function app to use an App Service hosting plan. Enable the Always On setting of the hosting plan.
  • C.Update the function to be stateful by using Durable Functions to process the request payload.
  • D.Update the functionTimeout property of the host.json project file to 15 minutes.

Question 254

Open question ↗

You need to ensure that the solution can meet the scaling requirements for Policy Service.

Which Azure Application Insights data model should you use?

  • A.an Application Insights dependency
  • B.an Application Insights event
  • C.an Application Insights trace
  • D.an Application Insights metric

Question 255

Open question ↗

You need to ensure that PolicyLib requirements are met.

How should you complete the code segment? To answer, drag the appropriate code segments to the correct locations. Each code segment 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 255

Question 256

Open question ↗

You need to ensure receipt processing occurs correctly.

What should you do?

  • A.Use blob properties to prevent concurrency problems
  • B.Use blob SnapshotTime to prevent concurrency problems
  • C.Use blob metadata to prevent concurrency problems
  • D.Use blob leases to prevent concurrency problems

Question 257

Open question ↗

You need to resolve the capacity issue.

What should you do?

  • A.Convert the trigger on the Azure Function to an Azure Blob storage trigger
  • B.Ensure that the consumption plan is configured correctly to allow scaling
  • C.Move the Azure Function to a dedicated App Service Plan
  • D.Update the loop starting on line PC09 to process items in parallel

Question 258

Open question ↗

You need to resolve the log capacity issue.

What should you do?

  • A.Create an Application Insights Telemetry Filter
  • B.Change the minimum log level in the host.json file for the function
  • C.Implement Application Insights Sampling
  • D.Set a LogCategoryFilter during startup

Question 259

Open question ↗

You need to troubleshoot the order workflow.

Which two actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

  • A.Review the API connections.
  • B.Review the activity log.
  • C.Review the run history.
  • D.Review the trigger history.

Question 260

Open question ↗

You need to update the order workflow to address the issue when calling the Printer API App.

How should you complete the code? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Hot Area:

Question 260