nerdexam
Microsoft

PL-600 · Question #126

You are implementing a solution that includes applications which perform high-volume Microsoft Dataverse operations. The applications must not experience a loss of functionality or loss of…

The correct answer is C. Amount of execution time that can be used for each connection. D. Number of concurrent connections per user account. E. Number of API requests per connection. Service protection API limits are enforced based on three facets: (E) The number of requests sent by a user. (C) The combined execution time required to process requests sent by a user. (D) The number of concurrent requests sent by a user…

Submitted by lukas.cz· Apr 18, 2026Implement the solution

Question

You are implementing a solution that includes applications which perform high-volume Microsoft Dataverse operations. The applications must not experience a loss of functionality or loss of performance due to service protection API limits. You need to evaluate metrics for the service protection API limits. Which three metrics should you evaluate? Each correct answer pat of the solution. NOTE: Each correct selection is worth one point.

Options

  • AAmount of API calls made within plug-in code.
  • BNumber of API requests per web server.
  • CAmount of execution time that can be used for each connection.
  • DNumber of concurrent connections per user account.
  • ENumber of API requests per connection.

How the community answered

(28 responses)
  • A
    11% (3)
  • B
    7% (2)
  • C
    82% (23)

Explanation

Service protection API limits are enforced based on three facets: (E) The number of requests sent by a user. (C) The combined execution time required to process requests sent by a user. (D) The number of concurrent requests sent by a user. https://docs.microsoft.com/en-us/power-apps/developer/data-platform/api-limits

Topics

#Dataverse#Service Protection API#Throttling#Performance

Community Discussion

No community discussion yet for this question.

Full PL-600 Practice