Which one of the nodes of a selector is named the "root node"?

  • Choose one of the options below
 

The highest-level node, corresponding to the application

 

Neither of the two

 

The lowest-level node, corresponding to the GUI element

 

What is UiExplorer used for?

  • Choose all the options that apply
  •  

    UiExplorer is not a component of UiPath

  •  

    To explore the UI tree

  •  

    To explore the workflow tree

  •  

    To create and fine tune selectors

     

     

Match the following roles with their main responsibilities:

  • Solution Architect
  • Business Analyst
  • Infrastructure & IT Security Admin
  • RPA Support
  • In charge of defining the Architecture of the RPA solution.

 

This is a reliable selector for a dynamic page: "webctrl idx\='144' tag\='IMG'/".

  • Choose one of the options below
 

False

 

True

 

 

How can you improve the following calendar page selector to work for all dates in 2020, but only 2020? 

 

“<html app\='chrome.exe' title\='UiPath - Calendar - Week of May 1, 2020' />”

  • Choose one of the options below
 

 

“<html app\='chrome.exe' title\='UiPath - Calendar - * />”

 

“<html app\='chrome.exe' title\='UiPath - Calendar - * 2020' />

 

“<html     app\='chrome.exe' title\='UiPath - Calendar - Week of ?????, 2020' />”

 

“<html app\='chrome.exe' title\='UiPath - Calendar -* 202?' /> “

 

When fine-tuning a selector, how many characters does “*” replace?

  • Choose one of the options below
 

Exactly one

 

One or more

 

Zero

 

Zero or more

 

 

You have the string variable invoiceNumber = "INV 1432" and you want to replace the last four digits with "1526". Which of the following expressions would achieve this?

  • Choose one of the options below
 

Replace.InvoiceNumber("1526", "1432")

 

Replace.InvoiceNumber(4, "1526")

 

InvoiceNumber.Replace(4,4, "1526)

 

InvoiceNumber.Replace("1432", "1526")

 

 

What activity would you use to eliminate an unnecessary column in a DataTable?

  • Choose one of the options below
 

Delete from Collection

 

Remove Data Column

 

Delete Data Column

 

Remove from Collection

 

 

What is a Selector?

  • Choose one of the options below
 

The “path” to the UI element, starting from the root, all the way to the target element.

 

The unique ID of an UI element.

 

A container for UI elements.

 

What is the type of selector that is generated when you use a Type Into activity in a container such as Open Browser?

  • Choose one of the options below
 

A dynamic selector

 

A partial selector

 

A full selector

'Uipath > Foundation 퀴즈' 카테고리의 다른 글

Debugging in Studio 문제  (0) 2022.04.28
Project Organization in Studio 문제  (0) 2022.04.28
Data Manipulation in Studio 문제  (0) 2022.04.27
DataTables and Excel Automation 문제  (0) 2022.04.27
UI Automation with Studio 문제  (0) 2022.04.26

+ Recent posts