RPA Associate Practice Exam Questions and Answers (Rated A+)
1. What is a unique feature of the UI Explorer tool?: Allows the developer to use wildcards in a selector Allows the developer to indicate a selector Allows the developer to repair a selector Allows the developer to view the full UI hierarchy tree! 2. When reading a CSV file with the Read CSV activity, which property needs to be enabled in order to access data in the output datatable by the column names in UiPath Studio 2020.10?: IgnoreQuotes Delimiter Has headers! PreserveFormat 3. A developer has a workflow in which the value of a counter needs to be evaluated before the body of the loop is executed. Which Control Flow activity should be used?: If Do While Switch While! 4. Which component of the UiPath platform is used to develop workflows?: UI Explorer UiPath Agent UiPath Studio! UiPath Orchestrator 5. Which characters can be used as wildcards while editing a selector?: % and _ _ and * ? and * ! % and ! 6. What is a feature of the Native screen scraping method?: Extracts hidden text Supports Citrix Runs in the background Extracts the text position! 7. Based on best practice, how many Global Exception Handlers can be set per automation project?: One for the entire project! One for each workflow in the project An unlimited number in the project One for each activity in the project 8. In UiPath Studio, which activities can be used as an anchor?: Element Exists or Image Exists Find Image or Find Element! Get Text or Get Visible Text Wait Element Vanish or Wait Image Vanish 9. Which function does the Anchor Base activity provide?: Confirms the se- lector for the element is "True" based on a nearby anchored element Searches for a UI element by using another UI element as an anchor and searches the specified area around the anchored element! Confirms the page is fully loaded and that all elements are in the same place as where the automation was developedx Searches for a UI element by attaching to a reliable selector field and sends the tab hotkey until it is in the desired field 10. A developer wants to remove the company name from the "UiPath Cer- tification" string. Which string method will return "Certification"?: "UiPath Certification".Substring(6) "UiPath Certification".Substring(6).Trim! "UiPath Certification".Substring(6,14) x "UiPath Certification".Substring(14,6) 11. What is the main feature of a flowchart?: Determines the project's behavior when encountering an execution error Provides the ability to seamlessly go from one activity to another and act as a single Block activity for linear processes Enables the creation of complex business processes and connects activities in multiple ways by branching multiple logical operators! Provides a condition to facilitate the transition from one state to another 12. A developer needs to ensure a string has a valid email format. How can this be verified?: Using the Format Value activity Using a Send SMTP Mail Message activity Using the Contains function with '@.com' Using Regular Expressions!
Escuela, estudio y materia
- Institución
-
Liberty University
- Grado
-
RPA
Información del documento
- Subido en
- 17 de mayo de 2023
- Número de páginas
- 9
- Escrito en
- 2022/2023
- Tipo
- Examen
- Contiene
- Preguntas y respuestas
Temas
-
rpa associate practice exam questions and answers rated a
-
rpa associate practice exam
-
1 what is a unique feature of the ui explorer tool allows the developer to use wildcards in a selector allow