Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam UiARD All Questions

View all questions & answers for the UiARD exam

Exam UiARD topic 7 question 76 discussion

Actual exam question from UiPath 's UiARD
Question #: 76
Topic #: 7
[All UiARD Questions]

During the development of a process, a certain label text must be retrieved. After retrieving the text, a button must be clicked and the following occurs:
1. The loading of the label text element takes longer than 30 seconds.
2. The loading of the button takes longer than 30 seconds.
3. The retrieving of the data or clicking the button must be tried until successful.
Based on UiPath best practices, what must the developer use to ensure that an error is thrown if the label text or the button element does not load?

  • A. Use the Get Text activity with the default timeout and set the ContinueOnError property to "True".
    Use the Click activity in the Retry Scope activity.
  • B. Use the Get Text activity with the default properties in a Retry Scope activity.
    Use the Click activity with the default properties in a Retry Scope activity.
  • C. Modify the Get Text activity by increasing the timeout property.
    Use the Click activity to click the button with the default settings.
  • D. Use the Get Text activity with the default timeout and set the WaitForReady property to "None" in a Retry Scope activity.
    Modify the Click activity by increasing the timeout property and set the ContinueOnError property to "True".
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
Mirjalol
1 year, 4 months ago
Selected Answer: B
Question seems poor. It says try until it is successful, none of these option meet with that requirement. However, placing them in retry scope is better approach in this case compared to other options
upvoted 1 times
Mirjalol
1 year, 4 months ago
I am changing my answer to 'A', sorry for confusion but question is saying "The retrieving of the data "OR" clicking the button must be tried until successful" so it means bot should try at least one of them is successful.
upvoted 1 times
...
...
Tharaka
1 year, 5 months ago
Selected Answer: B
Answer is B
upvoted 1 times
...
Rag_123
1 year, 5 months ago
Answer is B. Putting both the activities inside retry scope will be the best practice
upvoted 1 times
...
LarcAi_Training
1 year, 6 months ago
Selected Answer: A
I think A might be correct as the questions uses the word or which means if you use continueonerror and retry scope for the button then at least the button will work.
upvoted 2 times
Shane1407
1 year, 6 months ago
Agreed, it says the word "or".
upvoted 1 times
...
...
soulebi
1 year, 6 months ago
Selected Answer: B
Answer should be B. in A it says to put continueonerror to true it will not get the text once it exceeded the timeout. Best practice is to put both on a retry scope
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 ...