exam questions

Exam PL-500 All Questions

View all questions & answers for the PL-500 exam

Exam PL-500 topic 2 question 18 discussion

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

HOTSPOT -

You are developing automation solutions for a company.

You need to select the appropriate error handling action for the following scenarios.

Which actions 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
Anuvind
Highly Voted 1 year, 10 months ago
1 --> Handle the error with in the action only. 2 --> Handle the error within the on block error only. 3 --> Configure run after
upvoted 16 times
MotherOfHarryPotter
9 months, 2 weeks ago
correct
upvoted 1 times
...
...
Mail20
Most Recent 1 year ago
Handle the error within the action only. Handle the error within the On block error only. Configure run after
upvoted 3 times
...
A_TO
1 year, 8 months ago
I think it is a tricky question. Indeed you need only one action to launch the excel, but it is not the only way, you can also do it as a block and add just that one action in the block. So as it is possible, for the first scenario I would say the last option. So: 1. 4-on Block error or within the action 2. 3-on Block only 3. 2-Configure run after
upvoted 4 times
alejoRZ96
1 year, 8 months ago
I agree with your comment related to the first answer
upvoted 2 times
...
JuanPuello
8 months, 1 week ago
It is a valid thinking, but you also don't know how it would affect the other actions in the flow, handling them as a grouped with the Launch Excel action, so, as we don't have the whole context of the flow, the best way to approach it is to handle the exception at action-level.
upvoted 1 times
...
...
ericKTan
1 year, 9 months ago
Answer offered by Anuvind is correct. 1. Error can't be handled in the Launch Excel action 2. Error can be handled in the Populate text field on web page action 3. Configure run after is the most logical choice
upvoted 2 times
...
charles879987
1 year, 10 months ago
1. handle error with action error, as it always fails, so at least one action contains produce bad error and should be debugged with action error. 2. handle error with on block error. occasion error may be due to error in connectivity or website down or unresponsive 3. configure run after to update varible the failed action
upvoted 1 times
charles879987
1 year, 10 months ago
cloud flow use configure run after https://learn.microsoft.com/en-us/training/modules/error-handling/2-configure-run-after
upvoted 1 times
charles879987
1 year, 10 months ago
my bad. 1. handle with action only. only one action is necessary to launch excel with blank workbook. 2. handle the error with on block error. at least two actions: launch chrome, and populate input. 3. configure run after. available only on cloud flow.
upvoted 4 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 ...