nerdexam
Microsoft

PL-400 · Question #439

A company uses a plug-in within Dataverse to perform complex calculations of data in near real time. The calculations often run longer than five minutes, which causes the plug-in to time out. You…

The correct answer is C. Azure Functions. To replace a long-running Dataverse plug-in, you can use Azure Functions to execute the heavy calculations asynchronously. The plug-in would trigger the Azure Function, and once the calculation is complete, the Azure Function can use a Dataverse connector or the Dataverse API…

Submitted by katya_ua· Apr 18, 2026

Question

A company uses a plug-in within Dataverse to perform complex calculations of data in near real time. The calculations often run longer than five minutes, which causes the plug-in to time out. You need to recommend an appropriate replacement component. What should you recommend?

Options

  • AAzure Event Hub
  • BAzure Data Factory
  • CAzure Functions
  • DAzure Databricks

How the community answered

(22 responses)
  • A
    5% (1)
  • B
    5% (1)
  • C
    82% (18)
  • D
    9% (2)

Explanation

To replace a long-running Dataverse plug-in, you can use Azure Functions to execute the heavy calculations asynchronously. The plug-in would trigger the Azure Function, and once the calculation is complete, the Azure Function can use a Dataverse connector or the Dataverse API to update the results back in Dataverse. This moves the long-running process out of the synchronous plug-in's 2-minute execution limit. https://learn.microsoft.com/en-us/power-apps/developer/data-platform/asynchronous-service

Community Discussion

No community discussion yet for this question.

Full PL-400 Practice