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…
Question
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)- A11% (3)
- B7% (2)
- C82% (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
Community Discussion
No community discussion yet for this question.