Microsoft Power Platform Solution Architect — Question 18
You are a Microsoft Power Platform solution architect working on a project. API calls are being sent between external applications and a Microsoft Power Platform solution.
The number of requests per user within a given time frame varies. Some users may be exceeding the service protection API limits.
You need to ensure that the API conforms to service protection limits.
Which three metrics should you review? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Answer options
- A. The number of requests that a user can make each day.
- B. The total number of requests that can be processed each day.
- C. The number of concurrent requests that a user can make.
- D. The total execution time for requests by all users.
- E. The combined execution time required to process requests from a user.
Correct answer: A, C, E
Explanation
The correct answers are A, C, and E because they directly relate to user-specific limits that ensure compliance with API service protection. Option B is incorrect as it pertains to overall limits rather than individual user metrics, while option D does not focus on user-specific request limits.