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 4 question 54 discussion

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

A developer creates a workflow that extracts the date of birth for different account holders in a web application. The following selector represents the selector structure for a 6-digit account number 123456.
<html app='chrome.exe' title='ACME Accounts System - Employees - 123456' />
<webctrl tag='DIV' aaname='123456' class='DateOfBirth' />
Assume only the account number value changes in the selector and there is a defined list of 6-digit account numbers.
The developer needs to fine-tune the selector to work only for a pre-selected list of account numbers. What represents an example of a good selector?

  • A. <html app='chrome.exe' title='ACME Accounts System - Employees - {{accountNumber}}' />
    <webctrl tag='DIV' aaname='{{accountNumber}}' class='DateOfBirth' />
    Where accountNumber is a 6-digit string variable containing an account number
  • B. <html app='chrome.exe' title='ACME Accounts System - Employees - ' />
    <webctrl tag='DIV' aaname='{{accountNumber}}' class='{{accountNumber}}' />
    Where accountNumber is a 6-digit string variable containing an account number
  • C. <html app='chrome.exe' title='ACME Accounts System - Employees - {{accountNumber}}' />
    <webctrl tag='DIV' aaname='?' class='DateOfBirth' />
    Where accountNumber is a 6-digit string variable containing an account number
  • D. <html app='chrome.exe' title='ACME Accounts System - Employees - {{accountNumber}}' />
    <webctrl tag='DIV' aaname='{{accountNumber}}' class='*' />
    Where accountNumber is a 6-digit string variable containing an account number
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Ingvarn
1 year ago
Selected Answer: A
Ans : A
upvoted 1 times
...
TidusWang
1 year ago
A should be the best one
upvoted 2 times
...
bhaskar5a5
1 year, 2 months ago
Ans : A
upvoted 1 times
...
Mirjalol
1 year, 4 months ago
Selected Answer: A
Go with 'A'
upvoted 1 times
...
LarcAi_Training
1 year, 6 months ago
Selected Answer: A
The given answer is correct
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 ...