exam questions

Exam PL-400 All Questions

View all questions & answers for the PL-400 exam

Exam PL-400 topic 4 question 27 discussion

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

HOTSPOT
-

You are developing a model-driven app by using Microsoft Power Platform.

The app must perform the following functions:

• Automatically receive updates from a purchase order system.
• Only add new purchase orders.

You need to implement the app.

Which components should you use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer:

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
whiteblack
Highly Voted 2 years, 1 month ago
1. Polling Trigger A polling trigger is basically an event that periodically makes a call to your service to look for new data. Polling triggers differ from webhooks in that a polling trigger initiates an event to determine if new data is available, whereas webhooks respond to a push of new data from the service. refer this link: https://learn.microsoft.com/en-us/connectors/custom-connectors/create-polling-trigger
upvoted 10 times
Juan0414
3 months, 3 weeks ago
That is true, but I think that the solution requires that the update is done in real-time (sync) and polling periodically checks for updates. So, I think that the option is going with webhook because this listens for real-time updates and you use "Creation date" to only add new purchase orders as required
upvoted 1 times
...
...
MikeAWS
Highly Voted 1 year, 9 months ago
Options 2 and 2 are correct IMO. - To automatically receive updates from an external system, you should use a Connector with a webhook trigger (Option 2). Webhooks allow external systems to push data to your app when specific events occur, which is a more efficient way to receive updates compared to polling (Option 1) or scheduled flows (Option 3). - To ensure that the app only adds new purchase orders, you should focus on a specific field or attribute related to the purchase orders. Among the options provided, "Creation date" (Option 2) is the most relevant attribute to determine whether a purchase order is new or not.
upvoted 8 times
...
VKS5
Most Recent 7 months, 2 weeks ago
I would go with 1. Webhook Trigger (As it runs on push while polling trigger runs periodically not realtime) 2. Creation Date (assuming that account number is not unique in the system. But Creation date will always be unique)
upvoted 1 times
...
4e8b388
1 year, 1 month ago
Webhook trigger Creation date
upvoted 2 times
...
hai297
1 year, 2 months ago
• Automatically receive updates from a purchase order system. => Should be Webhook (Polling is requesting, not receiving) • Only add new purchase orders: Account Number is more sense IMO
upvoted 1 times
...
markjr
1 year, 6 months ago
For me: 1. Webhooks trigger 2. Account Number Jus another lovely question from MS.
upvoted 4 times
...
Sudheer93
1 year, 9 months ago
In exam - 9/23/2023
upvoted 2 times
...
jkaur
1 year, 10 months ago
1. Webhooks trigger 2. Account Number Seems correct
upvoted 2 times
...
Barb123
1 year, 10 months ago
In exam 02.08.2023
upvoted 2 times
...
hjt
1 year, 11 months ago
Does question 2 make any sense? I've no idea what is being asked
upvoted 5 times
uberlord
1 year, 10 months ago
assuming which option you picked for the first part, what choice would make it so we can make sure none of the requests are already existing. normally we'd check an ID or GUID, but if were doing a daily call with a polling trigger/scheduled flow we can look at the created date and only get requests in the last 24 hours. not elegant but its what i think the question is looking for
upvoted 3 times
...
...
Mahstir
2 years ago
1. Webhooks trigger 2. Account Number
upvoted 3 times
...
chiari_do
2 years, 1 month ago
1. webhook trigger, for me "Webhooks are simple HTTP callbacks used to provide event notifications. Azure Logic Apps and Power Automate both allow you to use webhooks as triggers. A logic app or flow listens for this trigger and performs an action whenever the trigger fires." https://learn.microsoft.com/en-us/connectors/custom-connectors/create-webhook-trigger
upvoted 4 times
whiteblack
2 years, 1 month ago
I also agree with you because whenever we give notification from one application to another application about updates,messages we use web hook trigger.
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 ...