exam questions

Exam PL-500 All Questions

View all questions & answers for the PL-500 exam

Exam PL-500 topic 1 question 25 discussion

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

You create a custom connector that retrieves data from an API.

The host URL of the API requires a connection with a dynamic subdirectory path.

You need to ensure the custom connector's requests are completed successfully.

Which two features should you use? Each correct answer presents a part of the solution.

NOTE: Each correct selection is worth one point.

  • A. Use references
  • B. Define a base URL
  • C. Define a policy
  • D. Use custom code
Show Suggested Answer Hide Answer
Suggested Answer: BC 🗳️

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
Aravind365
Highly Voted 1 year, 2 months ago
To ensure the custom connector's requests are completed successfully with a host URL that requires a connection with a dynamic subdirectory path, you should use the following two features: B. Define a base URL Explanation: Defining a base URL allows you to set a common part of the URL that is shared across all requests. This is useful for handling the dynamic subdirectory path as part of the base URL. C. Define a policy Explanation: Policies in a custom connector allow you to define rules or behaviors for requests. You can use policies to handle dynamic elements, such as headers or parameters, that may change based on the dynamic subdirectory path. Options A and D are not directly related to handling dynamic subdirectory paths in the context of a host URL for API requests. References (Option A) are typically used for referencing other resources or configurations, and custom code (Option D) may provide flexibility but is not explicitly needed for handling dynamic subdirectory paths in this scenario.
upvoted 11 times
...
sugaSri
Most Recent 4 months, 4 weeks ago
Selected Answer: BC
B. Define a base URL This allows you to set a base URL for the API, which can be combined with dynamic paths during runtime1. C. Define a policy Policies can be used to dynamically set or modify the URL at runtime, ensuring that the correct subdirectory path is used
upvoted 1 times
...
madimad
1 year ago
chatgpt: BC
upvoted 3 times
...
Mail20
1 year ago
A. Use references B. Define a base URL
upvoted 2 times
...
asnygen
1 year, 1 month ago
chatgpt: B and D is right answer
upvoted 1 times
...
zingerman
1 year, 2 months ago
Selected Answer: BC
I completely agree with Aravind365
upvoted 2 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 ...