exam questions

Exam PL-600 All Questions

View all questions & answers for the PL-600 exam

Exam PL-600 topic 1 question 33 discussion

Actual exam question from Microsoft's PL-600
Question #: 33
Topic #: 1
[All PL-600 Questions]

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.

  • A. Amount of API calls made within plug-in code.
  • B. Number of API requests per web server.
  • 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.
Show Suggested Answer Hide Answer
Suggested Answer: CDE 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
EgyEng
Highly Voted 8 months, 2 weeks ago
Correct C. Amount of execution time that can be used for each connection. (20 minutes) D. Number of concurrent connections per user account. (not more than 52) E. Number of API requests per connection. (not more 6000)
upvoted 10 times
...
loftuscheek
Most Recent 1 month, 2 weeks ago
Selected Answer: CDE
C. Amount of execution time that can be used for each connection Microsoft enforces a total execution time limit per user (e.g., 20 minutes over a 5-minute sliding window). Exceeding this can throttle or block requests. Reference: Microsoft Docs: Service Protection API Limits D. Number of concurrent connections per user account Dataverse limits concurrent requests per user (e.g., 52 concurrent connections). This prevents a single user from overloading the system. Reference: Microsoft Docs: API Request Limits E. Number of API requests per connection The service restricts the number of API requests per user (e.g., 6,000 requests per minute). This is critical for high-volume operations to avoid throttling. Reference: Microsoft Docs: API Request Limits
upvoted 1 times
loftuscheek
1 month, 2 weeks ago
A. API calls in plug-ins Plug-ins and custom workflows run in a sandbox, and their API calls do not count toward service protection limits. Reference: Microsoft Docs: Plug-in Execution Limits B. API requests per web server Service protection limits are user-centric, not tied to individual web servers.
upvoted 1 times
...
...
7acdde5
5 months ago
Selected Answer: CDE
CDE are correct
upvoted 3 times
...
MS_KoolaidMan
7 months, 4 weeks ago
Selected Answer: CDE
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.
upvoted 3 times
...
BabuMaddineni
1 year ago
Service protection API limits are enforced based on three factors: The number of requests that a user sent The combined execution time that is required to process the requests that a user sent The number of concurrent requests that a user sent. Given answer is correct C, D, E
upvoted 3 times
...
RyGuy2
1 year, 1 month ago
A can be ruled out. I feel like B should be one of the correct answers as the docs state "Each web server available to your environment will enforce these limits independently". C is definitely an answer. As for D or E, I'm not positive.
upvoted 1 times
...
ArezouDynamics
1 year, 1 month ago
I go with A, B, E. https://learn.microsoft.com/en-us/power-apps/developer/data-platform/api-limits
upvoted 1 times
SaschaB
1 year, 1 month ago
A is definitely wrong. According to your source: "Service protection limits are not applied to plug-ins and custom workflow activities. Plug-ins and custom workflow activities are uploaded and run within the isolated sandbox service. Dataverse operations invoked on the sandbox service do not use the public API endpoints." Given Answers CDE should be correct.
upvoted 7 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago