exam questions

Exam PL-400 All Questions

View all questions & answers for the PL-400 exam

Exam PL-400 topic 6 question 43 discussion

Actual exam question from Microsoft's PL-400
Question #: 43
Topic #: 6
[All PL-400 Questions]

A company requires a plug-in that makes multiple requests to an external web service. The plug-in must not time out when the web service has issues or is slow to respond.

You need to create the plug-in.

What should you do?

  • A. Send requests to use multiple threads.
  • B. Register the plug-in to run synchronously.
  • C. Register the plug-in step once for each web service request.
  • D. Set the HTTP connection timeout value explicitly to limit how long each connection can remain open.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
itmaxuser
4 days, 12 hours ago
Selected Answer: D
The correct answer is: D. Set the HTTP connection timeout value explicitly to limit how long each connection can remain open. ✅ Here's why: The scenario involves a plug-in making multiple requests to an external web service, and the goal is to prevent timeouts when that service is slow or unresponsive. By setting the HTTP connection timeout value explicitly, you ensure: The plug-in doesn’t hang indefinitely on a slow request. You can fail fast or retry logic within your plug-in. You gain control over how long each request waits before failing.
upvoted 1 times
...
Juan0414
1 month, 2 weeks ago
Selected Answer: D
Similar question here: https://www.examtopics.com/discussions/microsoft/view/140011-exam-pl-400-topic-6-question-38-discussion/ "Limit the time period that external calls will expect a response within plug-ins." https://learn.microsoft.com/en-us/power-apps/developer/data-platform/best-practices/business-logic/set-timeout-for-external-calls-from-plug-ins#symptoms https://learn.microsoft.com/en-us/power-apps/developer/data-platform/best-practices/business-logic/
upvoted 1 times
...
1285cc6
2 months, 1 week ago
Selected Answer: B
if it runs synchronously it will throw an plugin exception
upvoted 1 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