exam questions

Exam PL-900 All Questions

View all questions & answers for the PL-900 exam

Exam PL-900 topic 1 question 194 discussion

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

DRAG DROP -
You are creating a Power Apps solution for a company that manufactures bicycles.
The company has the following requirements:
* A vendor uploads a Microsoft Excel workbook to the company each week. The workbook contains lists of parts and their current prices. You must automatically import the data into Microsoft Dataverse as soon as the workbook is uploaded. You must send specific users an alert when new files are uploaded.
* Synchronize customer data with a proprietary accounting database when a user selects a button on the Account form.
You need to recommend the trigger types to use to meet the requirements.
Which trigger types should you use? To answer, drag the appropriate trigger types to the correct requirements. Each trigger type may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:
Box 1: Polling trigger -
A polling trigger periodically makes a call to your service to look for new data, whereas a Webhook trigger responds to a push of new data from the service.
Box 2: Triggers for business process flow
Add an on-demand action to a business process flow.
The Dynamics 365 (online), version 9.0 update introduces a business process flow feature: business process flow automation with Action Steps. You can add a button to a business process flow that will trigger an action or workflow.
Reference:
https://docs.microsoft.com/en-us/power-automate/triggers-troubleshoot https://docs.microsoft.com/en-us/power-automate/create-business-process-flow

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
s_ehsan_a
Highly Voted 2 years, 8 months ago
A- Push Trigger: It listens for the data on an endpoint they want to wait for an event to occur. When an event has occurred a new run of your workflow instance will be started. Office 365 Outlook, Gmail comes these work on the push triggers. Whenever a mail has been flagged up, the trigger will listen to our data on the endpoint and then the particular actions will happen. B- Polling Trigger: It is basically an event that periodically makes a call to your service to look for new data. When new data is available causes a new run of your workflow instance with data as an input.
upvoted 15 times
Staystrong
2 years, 5 months ago
Isnt it other way around? In the first case, polling trigger - each week excel is updated, so periodically finds new data and does the action. In the second case , when user presses button in the form, push trigger triggers the action?
upvoted 9 times
...
SoulRock
1 year, 5 months ago
100% agree! 👍
upvoted 1 times
...
...
rmeng
Highly Voted 1 year, 7 months ago
Send a notification when an Excel workbook is uploaded: Trigger Type: Polling trigger Explanation: Use a polling trigger to periodically check for new Excel workbooks uploaded by vendors. This trigger can detect changes and initiate the flow when a new file is detected. Synchronize customer data with a proprietary database: Trigger Type: Push trigger Explanation: Use a push trigger to initiate the flow when a user selects a button on the Account form. This trigger allows for immediate response when the user triggers the synchronization action.
upvoted 7 times
...
restlessrat
Most Recent 8 months ago
Synchronize customer data with a proprietary accounting database when a user selects a button on the Account form. this is manually triggered flow/trigger business process flow
upvoted 1 times
restlessrat
8 months ago
1. push , event based
upvoted 1 times
...
...
SoulRock
1 year, 5 months ago
1. ✅ Push Triggers: It listens for the data on an endpoint they want to wait for an event to occur. When an event has occurred a new run of your workflow instance will be started. Office 365 Outlook, Gmail comes these work on the push triggers. Whenever a mail has been flagged up, the trigger will listen to our data on the endpoint and then the particular actions will happen. 2. ✅ Polling Triggers: It is basically an event that periodically makes a call to your service to look for new data. When new data is available causes a new run of your workflow instance with data as an input. Under polling triggers, we have Postman and other Custom Connectors.
upvoted 3 times
...
rmeng
1 year, 7 months ago
D. Session outcomes over time. This report shows you the number and percentage of sessions that ended with one of the following outcomes: resolved, escalated, or abandoned
upvoted 1 times
...
nalwd
1 year, 9 months ago
Q2 - when a user selects a button on the Account form --> so push trigger
upvoted 2 times
...
nalwd
1 year, 9 months ago
Triggers are generally of two types: Polling Trigger – It checks a service's endpoint at regular intervals. Push Trigger – It creates a subscription to an endpoint and provides a call-back URL so the endpoint can notify the trigger when the specified event happens, or data is available. https://www.serverless360.com/blog/azure-logic-app-triggers#:~:text=Triggers%20are%20generally%20of%20two,happens%2C%20or%20data%20is%20available. so: Q1 seems a push trigger
upvoted 1 times
...
MayaYao
1 year, 12 months ago
I would select both push for the questions. Actually Polling Trigger = Triggers for scheduled flows. Hence, either of the 2 can select polling triggers.
upvoted 1 times
...
AK2020
1 year, 12 months ago
Poll & Push trigger
upvoted 1 times
...
XtraWest
2 years, 1 month ago
1. Push Trigger 2. Polling Trigger
upvoted 2 times
...
ziggy1117
2 years, 2 months ago
A. Polling Trigger - you set say every 5 mins to see if the folder has a file uploaded by Vendor. B. Push Trigger - keyword: when user selects a button (push event) the action occurs
upvoted 2 times
...
Pombo
2 years, 2 months ago
A: Push or webhook triggers listen for new data or for an event to happen, without polling. When new data is available, or when the event happens, these triggers create and run a new instance of your workflow. This new instance can then use the data that's passed as input. B: Polling triggers regularly check a specific service or system on a specified schedule to check for new data or a specific event. If new data is available, or the specific event happens, these triggers create and run a new instance of your workflow. This new instance can then use the data that's passed as input.
upvoted 1 times
...
AZ_Guru_Wannabe
2 years, 3 months ago
A. Polling. Since you don't know when the vendor will upload, you create a polling trigger that constantly polls or monitors for the new data then fires off when it see it. B. Push. Question says "when user selects a button" so this would be a push trigger.
upvoted 4 times
...
Wasp_hornet
2 years, 5 months ago
A. Push: Listens constantly and run as soon as there is new data available B. Polling: Check on a schedule https://learn.microsoft.com/en-us/azure/connectors/apis-list#triggers
upvoted 2 times
CiscoWAU
2 years, 3 months ago
B: Push, user presses button, not schedule
upvoted 3 times
...
...
SHNH
2 years, 5 months ago
Polling/Push
upvoted 2 times
...
rtth
2 years, 5 months ago
still seen in exam Jan-23
upvoted 3 times
...
D_Tony_S
2 years, 7 months ago
In exam 2022/Nov/21
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 ...