ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 14 - PL-500 discussion

Report
Export

You need to resolve the issue reported with the RailStatusUpdater flow.

What are two possible ways to achieve the goal? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

A.

Put the desktop flow action into a Do until loop. Run until the desktop flow is successful.

Answers
A.

Put the desktop flow action into a Do until loop. Run until the desktop flow is successful.

B.

Call a separate child cloud flow to perform the desktop flow a second time.

Answers
B.

Call a separate child cloud flow to perform the desktop flow a second time.

C.

Create a duplicate action for the desktop flow and configure the duplicate action to run if the first desktop flow action fails.

Answers
C.

Create a duplicate action for the desktop flow and configure the duplicate action to run if the first desktop flow action fails.

D.

Create a duplicate action for the desktop flow to run after the first desktop flow.

Answers
D.

Create a duplicate action for the desktop flow to run after the first desktop flow.

Suggested answer: A, C

Explanation:

According to the scenario, the RailStatusUpdater flow sometimes fails because of network issues that prevent it from running a desktop flow on a machine. To resolve this issue, you can use one of these two methods: Put the desktop flow action into a Do until loop that runs until the desktop flow is successful. This way, the cloud flow will retry running the desktop flow until it succeeds or reaches a maximum number of attempts.Create a duplicate action for the desktop flow and configure the duplicate action to run if the first desktop flow action fails. This way, the cloud flow will have a second chance to run the desktop flow if the first attempt fails.

asked 05/10/2024
Vishal Sahare
44 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first