UiPath UiRPA - UiPath Certified RPA Associate v1.0 Exam
Page: 1 / 37
Total 184 questions
Question #1 (Topic: Exam A)
A developer wants a new data table, dt_Result, that is only populated with common rows found in two data tables, dt_PreviousEmployees and dt_NewEmployees. Which activity should be used to perform this operation?
A. Sort Data Table
B. Merge Data Table
C. Join Data Table
D. Filter Data Table
Answer: C
Question #2 (Topic: Exam A)
A developer has a String variable and needs to know how many characters it contains. How can the information be retrieved?
A. variable.Length
B. variable.Count
C. variable.Max
D. variable.Chars
Answer: A
Question #3 (Topic: Exam A)
When is the Anchor Base activity used to automate interaction with an application?
A. When all the element selectors in the application are reliable
B. When the element selector is reliable but the element's position on the screen changes
C. When no element selectors are available in the automated application
D. When the element selector is not reliable and the element's position on the screen changes
Answer: D
Question #4 (Topic: Exam A)
You are working on an existing project that is connected to a GIT version control system. Which Context menu option should be used to provide local versions of files to the remote repository?
A. Push
B. Pull (rebase)
C. Set As Main
D. Show History
Answer: A
Question #5 (Topic: Exam A)
A developer needs to create a process that identifies and then processes background verification documents from 10 separate vendors. Each vendor has a different document format that must be processed in a unique way.
Based on best practices, which activity is recommended for creating a different set of actions for each vendor?
Based on best practices, which activity is recommended for creating a different set of actions for each vendor?
A. Flow Switch
B. Do While
C. Flow Decision
D. For Each
Answer: A