UIPath Lesson 1 Questions
How can the index integer variable be displayed inside a Message Box activity? (3)
"Current index is:" + index.ToString
How can you display an Integer value, myNumber, inside a Message Box window? (2)
"My number is" + myNumber.ToString
How can you improve the following calendar page selector to work only for dates in 2017? (6)
"html app='chrome.exe' title='UiPath - Calendar - Week of May 1, 2017' />", "html app='chrome.exe' title='UiPath - Calendar - * 2017' />",
What are the supported wildcard characters of selectors in UiPath Studio (6)
*, ?
Given two Generic variables, A with value "123" and B with value 456, what would the Write Line output of A + B be? (2)
123456
Which of the following is a selector of an Attach Browser container activity? (4)
<html app='chrome.exe' title='Google' />
Which of the following is a valid full selector? (6)
<html app='chrome.exe' title='Yahoo Finance' /> <webctrl idx='1' parentid='data-util-col' tag='TABLE' /> <webctrl isleaf='1' tableRow='3' tag='TD' />, <wnd app='explorer.exe' cls='Shell_TrayWnd' /> <wnd cls='Start' title='Start' />
What is the output of a recording session? (1)
A sequence with an activity for each recorded step.
What is a reusable component? (1)
A workflow that implements a very common action repeated throughout all your automations.
What happens if Find Image doesn't actually find the desired image? (8)
An exception is thrown
Which of the following statements is true regarding Lists and Arrays? (3)
Array and List elements can be accessed by index, You can iterate through a List using a For Each loop activity, List items can be added using an Add to Collection activity
What recording profile would you use to generate full selectors? (4)
Basic Recording
What is the difference between Desktop recording and Basic recording (4)
Basic recorder generates full selectors, Desktop recording generates containers
What recording profiles are available in UiPath Studio? (4)
Basic, Desktop, Web, Citrix
How can you exit from a For Each activity? (2)
Break Activity
Having an app in a Citrix environment with multiple text-boxes that look the same (size/style), how can you identify one of them to type into? (7)
By clicking relative to a unique text/image next to the textbox, You can't identify it if it doesn't have something unique next to it (text/image)
How can you delay the Automatic Recording? (4)
By hitting the F2 key
How can you improve a selector? (6)
By selecting only stable attributes if possible, By replacing dynamic attribute values parts with the "*" or "?" wildcards
How can a string variable called myString be converted to an all-capitals representation for future use? (3)
By using Assign activity with myString on the left side and myString.ToUpper on the right side.
What is the best way a three-day decision inside a Flowchart? (2)
By using a Flow Switch activity
What is the best method to extract white text written on blue background in a desktop app? (5)
By using the Google OCR engine with Invert flag
How can we change the scope of a variable? (1)
By using the Manage Variables section of the Ribbon menu, By using the Variables panel
How can you extract while text written on blue background in Citrix? (5)
By using the Microsoft OCR engine invert property
How can you extract white text written on blue background in Citrix? (5)
By using the Microsoft OCR engine invert property
Consider having an application in Citrix Environment that has a button named 'Accept' and also a label that contains the Accept word. How can Click Text be customized in order to access the correct button? (7)
By using the Occurrence property.
How can you see the full list of attributes of Ui elements? (6)
By using the UiExplorer tool
What recorders are best suitable for automating virtual environments? (1)
Citrix
What recording wizard would you use to automate UI interactions in an application that does not offer support for selectors? (4)
Citrix Recording
What recording wizard would you use to automate Virtual Machine actions? (4)
Citrix Recording
What key combination allows you to automatically create a variable from an activity's property filed? (3)
Ctrl + K
What would be the best method to retrieve results from multiple Google pages? (5)
Data Scraping, because it can operate with structured data and return a data table
What is the best activity for scraping tables from a web page? (5)
Data scraping wizard
What type of variables can be used as output for the Read CSV activity? (3)
DataTable variables
What variable type can you use to efficiently store the current time inside your workflows? (3)
DateTime
What recording wizard would you use to generate partial selectors? (4)
Desktop Recording
How do you stop the recording? (4)
Escape
What is the Data Scraping wizard for? (5)
Extracting correlated data from the web or other applications, Extracting whole tables from the web or other applications
What web scraping capabilities can UiPath implement? (1)
Extracting the content of a table from a webpage., Extracting lists or other structured data from a webpage.
The Element Exists activity throws an exception if it doesn't find the specified element on the screen (6)
False
How can you scrape a field on a Citrix Environment when the value in that field changes each transaction? (7)
Find a static element nearby and use Scrape Relative.
Which of these are workflow types available in UiPath Studio? (2)
Flowchart, Sequence
Which activity can you use if you want to loop through a collection of items? (2)
For Each activity
Which activities allow you to iterate through an array of strings? (2)
For each, while
Which of the text extraction methods can return the hidden text from a UI element? (5)
FullText
What activity can you use to get the value from certain cell, from a specific data table row? (3)
Get Row Item
By using the Full Text scraping method, the robot is able to: (5)
Get editable text, Get hidden information, Get the entire visible text
How can you record the start of a Web application? (4)
Hit Record- Went - Open Browser- select browser
What is Attach Window used for? (5)
Identify the window you are working with
Where should you store login details in a safe manner? (1)
In the Windows Credentials Manager , In UiPath Orchestrator
Which of the following statements are true regarding the Find Element activity? (6)
It throws an exception if it doesn't find the element on screen, It returns the found element in a variable for later use
The most important advantages of the FullText method are: (5)
It works in the background, It's accurate, It's fast
The main advantage of the OCR method is: (5)
It works on every application even if it's running in a virtual environment
What method do you need to use to extract the text font and color when automating in a Citrix environment? (7)
It's impossible to retrieve the text color from a Citrix environment
What does the "Accuracy" property describes in "Click Image" Activity? (7)
Minimum Similarities in [0..1] percentage units for an image to be returned as a match
Which of the following text scraping methods preserve the text position? (5)
Native, OCR
By using Citrix Recorder, can you automatically record a set of actions in a virtual environment? (7)
No
Can UiExplorer be used to record UI interactions? (6)
No
Can a valid selector identify different elements on the screen at the same time? (6)
No
What type of container will Basic Recording generate? (4)
No container
What is the slowest method of reading text? (5)
OCR
What text extraction method can you use to get text position? (5)
OCR, Native
Scheduling a process is done from: (1)
Orchestrator Server.
What type of argument can you retrieve data from an invoked workflow? (2)
Out
The Orchestrator can: (1)
Remotely control robots, Schedule robots to perform specific processes, Send Start commands to multiple robots
Which of the following statements are true regarding the Output DataTable activity?(3)
Returns the data contained in a DataTable as a string in a csv format
What is the best way to scrape a selectable text in a Citrix environment? (7)
Select the entire text and Copy
When having multiple activities executing in a fixed sequential order, what kind of workflow should you use? (2)
Sequence
Click Image and Click Text are not 100% reliable in Citrix environments. What method can be used instead (when applicable) to have safer actions? (7)
Settings focus on a reliable element and then navigating around the app using keyboard (up/down arrows, tab, etc) or using keyboard shortcuts.
What data types can be stored inside an array? (2)
String, Integer, Double, Boolean
Which of the data types can be stored in a generic variable? (1)
String,Integer,Boolean
The downsides of using the Default input method are: (5)
The condition that the application must be active, Low Speed
What is the activity designed to represent a decision inside a Sequence? (2)
The if activity
How long will the Robot try to find an UIElement (if it is not available) on the desktop? (6)
The value in milliseconds of the activity's TimeoutMS property.
What is the Highlight activity used for? (6)
To explore the UI tree, To create and fine tune selectors
You can insert a Sequence activity in a Flowchart activity. (2)
True
You can use image/text automation outside of a Citrix environment? (7)
True
What activity can you use to type text in an application's filed? (1)
Type Into
What activities can be used to interact with applications in a Citrix environment? (7)
Type Into, Click Image, Click OCR text
What actions can you record using Automatic Recording? (4)
Type into, click
Which of the following is the IDE used to develop the UiPath workflows? (1)
UiPath Studio
How can you improve accuracy when scraping with OCR a region that contains only digits? (7)
Use Google OCR with "Numbers Only"
How can you identify a column in a data table? (3)
Using column name, using column index
What method would be more reliable when clicking on a specific text label in an application running in a Citrix environment, given the fact that its font size might be easily changed? (7)
Using the Click OCR Text activity.
How can you extract structured data from a web page? (1)
Using the Data Scraping Wizard
When should you use the Flowchart workflow? (2)
When modeling a process that has loops to previous states, When having a process with many decision blocks
Can full selectors be used inside a container (Attach Window or Open Application activities)? (6)
Yes
Can partial selectors be used inside a container (Attach Window or Open Application activities)? (6)
Yes
Can the robot be programmed to ignore taking hidden information while using the Full Text method? (5)
Yes
Can you combine automatic recording with step-by-step recording in the same recording sequence? (4)
Yes
Is Reset Clipping Region mandatory to be executed at the end of a scrape relative sequence? (7)
Yes, because Clipping Region is a shared resource.
Can you store a Selector in a variable? (6)
Yes, of the type String
Can you retrieve text from a Citric environment? (1)
Yes, using the Scrape Relative function in combination with an OCR engine.
Creating automation in a Citrix environment is challenging because: (7)
You don't have direct access to UI elements, You need to interact with the app using only Image Recognition and OCR
How many characters does "*" replace? (6)
Zero or more
The Type Into activity can receive inputs like: (1)
a variable followed by the .toString method, a static string
If currentRow represents a row from a DataTable with two column in this order: Name and Age, what expression can be used to obtain the value from the column Age? (3)
currentRow("Age")
Is this a reliable selector for a dynamic page: "webctrl idx='144' tag='IMG'/" (6)
false
How do you add activities to a workflow? (4)
from the Activities Panel by dragging and dropping, from the Step by Step Recording Action pane
Can a robot perform clicks alongside key modifiers (Shift, Ctrl etc) in a Citrix environment? (7)
yes
Can you send an email from UiPath, automatically? (1)
yes