UiPath UiARD Exam Practice Questions (P. 3)
- Full Access (260 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #11
A developer wants to create an attended automation process. The process will take information from emails in the current user's inbox.
Assuming the email/domain or password for the user's email inbox are not provided in the automation, which activity can be used to get unread emails with the subject line "Email for Robot"?
Assuming the email/domain or password for the user's email inbox are not provided in the automation, which activity can be used to get unread emails with the subject line "Email for Robot"?
- AGet Exchange Mail Messages
- BGet POP3 Mail Messages
- CGet Outlook Mail MessagesMost Voted
- DGet IMAP Mail Messages
Correct Answer:
D
D
send
light_mode
delete
Question #12
A developer was assigned a task to build a process that will interact with hidden or minimized windows on an employee's machine.
To ensure the UI automation runs in the background which commonly used activity property must always be avoided?
To ensure the UI automation runs in the background which commonly used activity property must always be avoided?
send
light_mode
delete
Question #13
A developer needs to create a process that writes the table to an Excel file. While creating this process, the developer notices that two activities with the same name can write the scraped DataTable to Excel.
What are the differences between the Workbook and Excel Write Range activities?
What are the differences between the Workbook and Excel Write Range activities?
- A(Excel) Write Range activity only works in the foreground, visible to the user.
(Workbook) Write Range activity only works in the background. - B(Excel) Write Range activity must be included in an Excel Application Scope activity.
(Workbook) Write Range activity requires that the file is not opened by the user before running.Most Voted - CExcel Write Range activity will create the file in the WorkbookPath property if it does not exist.
Workbook Write Range activity can only be used when Excel is installed. - D(Excel) Write Range activity only works in the background.
(Workbook) Write Range activity will create the file in the WorkbookPath property if it does not exist.
Correct Answer:
B
B
send
light_mode
delete
Question #14
A developer wanted to use a Type Into activity which interacts with hidden or minimized windows. However, the process was only able to run on foreground windows. Which activity property configuration would cause the automation to run only on foreground windows?
- ASendWindowMessages property was enabled in the Type Into activity.
- BSimulateType property was enabled in the Type Into activity.
- CActivate property was disabled in the Type Into activity.
- DDefault property selections of the Type Into activity were used.Most Voted
Correct Answer:
B -
B -
send
light_mode
delete
Question #15
A developer plans to create a process to automate a web application. The web application requires HTML buttons and text boxes to be loaded. Although some assets may still be loading, the robot should perform the UI actions once the buttons and text boxes are loaded.
Which property should be configured?
Which property should be configured?
- ATimeoutMS = 10000
- BWaitForReady = Complete
- CTimeoutMS = Int32.MaxValue
- DWaitForReady = InteractiveMost Voted
Correct Answer:
D
D
send
light_mode
delete
All Pages