Вы находитесь на странице: 1из 14

xam please re-consider using the following answers.

1. Which activities can be used to interact with the user?


Writeline
Messagebox
Input Dialog
2. Which activities can you use if you want to loop through a
collection of items?
If Activity
For Each Activity
Assign Activity
Flow Decision activity
3. How can you fine tune a selector?
Replacing variable attribute parts with *
Making sure you have idx attribute
Adding all parents
4. you will be working with
5. How does UiPath recognize elements on screen?
Using screen coordinates
Using the position of the UI Element
Using attributes of the UI Element and their parents
6. How should an RPA developer address runtime exception in the
workflow?
By logging any exception events
By using try/catch blocks when invoking external
workflow files
By using automatic recovery sequences inside catch blocks
7. What recording wizard would you use to generate partial
selectors?
Desktop recording
Web Recording
Citrix Recording
Basic Recording
8. By using the fulltext scraping method, the robot is able to
Get hidden information
Get editable text
Get entire visible text
9. What activity can you use to read an entire sheet from an excel
file?
Get Value
Write CSV
Read Range
Read Cell
10. What is considered a best practice in large projects?
Breaking a large process in a smaller workflow
Encapsulating most used activities in a single-activity
workflow that can be invoked from another workflow
Testing workflow independently
Giving description names to variable and workflows
11. What happens if you try to use write range activity to a .xls file
that does not exist?
It will continue the execution without writing the data
It will create that file for you and write the data in it
It will throw an error
12. What activity allows you to customize the name of the sender
when you are sending an email?
Send Exchange mail message
Send SMTP mail message
Send Outlook mail message
13. What is an argument?
A variable
An input/output parameter of the workflow
A variable type
14. There is an input field with the text “abc”. If you use the type
activity with the text “123” and following property is set to
simulate type checked, and EmptyField unchecked what will be
the text in the field?
Abc
Abc123
123
15.How do you exit the selection mode?
Right click
ESC
F3
F2
16. What happens if you use the write range activity with the range
property set to “” to write a database to excel that already
contains data?
It will overwrite the existing data
It will append the new data to the existing data
It will throw an error
17. How can you trigger another workflow from within your current
one?
By using the open application activity
By using the invoke method activity
By using the invoke workflow file activity
You cannot trigger another workflow
18. Creating automation in Citrix environment is challenging
because
You need to interact with the app using only image
recognition and OCR
You don’t have direct access to UI elements
Selectors are hard to create for the virtual environment
19. What activities can you use to send an email message?
Send Outlook mail message
Send IMAP mail message
Send SMTP mail message
20. Where can you see the activities that make up the workflow?
In the workspace pane
In the activities pane
In the outline pane
21. Is it possible to make an image automation if you are not in
Citrix environment?
No image automation is only for the remote automation
Yes, but should be used as last resort
22. Having an app in Citrix environment with multiple text-boxes
that look the same, how do you identify one of them to type into?
By using the partial selector
By clicking relative to a unique text/image next to the
textbox
By using text-box element attribute
You can’t identify it if it doesn’t have something unique next to it
23. Can you run the robot manually, step by step, in order to
analyze the robot behaviour in a certain condition?
Yes, by running the workflow in debug mode
Yes, by using a breakpoint and running the workflow in
debug mode
Yes, by using step into step over
No, you can not do it
24. How can you find all anchor element in the web page?
Using find element activity
Using find relative element activity
Using the find children activity
25. What would you use to exit from a For each activity and
condition and continue the execution of the workflow?
Break activity
If Activity
Terminate workflow activity
26. What should you use to make sure that the workflow continues
no matter what activity fails?
Try catch activity
ContinueOnError property
TimeoutMS property
27. Getting the content of the PDF document is possible
This cannot be done by UiPath robot
By opening the PDF and using screen scraping to get it’s
data
By using the read PDF text activity and providing the
PDF file’s path
28. What should you use to verify if a checkbox is selected or not?
Get attribute activity
A Trigger activity
29. What happens if you send “123[k(enter)]” by using type into
activity with SimulateType property selected?
It will type “123” and then press enter key
It will type”123” without press the enter key
It will type “123[k(enter)]”
30. What is sequence most suitable for?
Short and simple workflows
When we first start a project as the main workflow
Pieces of automation that can be used in a large project
Workflows that imply decision making
31. What activities can be used to interact with the application in
Citrix environment?
Type into
Click OCR Text
Click Image
Click Text
32. What happens if you put a Breakpoint on a click activity and
start what workflow in debug mode?
The workflow will throw an error when it reaches that activity
You can only put a breakpoint in break activity
The workflow will be paused until you click the
continue button
The workflow will be paused for 5 seconds when it reaches that
activity
33. Which statement of the following statements is true regarding
lists and Array?
You can iterate through list using for each loop activity
List items can be added using an add to collection activity
Array and list elements can be accessed by index You can
add any number of elements to an array
34. What should you use to scrape tables from web page?
Get text
Data scraping
Get OCR Text
35. Which of the following input methods works in the
background?
Simulate Type/Click
Window Messages
Native
Hardware event
36. The Save attachments activity can save all the attachments of
an email to:
In a variable, as a collection of attachment objects
A relative path
An absolute path
37. The Read PDF with OCR activity will throw an error if the
following is not specified
The OCR engine that is to be used
The FileName property
The text property
The password property
38. What are the supported wildcard characters for selectors in
UiPath Studio?
$
?
*
&
39. Which activity should you use to click on the specific text in
Citrix environment?
Hover Text
Click Text
Click OCR Text
40. What kind of workflow should you create to define business
rules?
State machine
Flow chart
Sequence
41. What is the most effective way to handle the click on UI
element that is not always available?
By placing the click activity inside try/catch block
By setting the continueonerror property of the click
activity to true
By using an element exists activity and then click activity
42. What is timeoutMS property used for?
To make sure that the workflow continues even if the activity
fails
To define the amount of time during which the target of
an activity must be found
To define the amount of time in which the robot will execute the
activity
43. Which of the following is a full selector?

45. How can UiPath identify an UI element on the screen?


By using an partial selector inside a container
By using full selector

====== SOME MORE==========


1. Which of the following text scraping methods preserve the text
position?
1. Native
2. Full text
3. OCR
2. The most important advantages of the fulltext method are:
1. It’s fast
2. It works in the background
3. it’s accurate
4. It works in citrix environment
3. What kind of workflow should you create to define business rule?
1. Flowchart
2. Sequence
3. State machine
4. Having an app in Citrix env. With multiple text-boxes that look
the same, how can you identify them which one of them to type
into?
1. By clicking relative to the unique text/image next to
textbox
2. By using partial selector
3. By using text-box element attributes
4. You can’t identify it if it doesn’t have something
unique next to it
5. What activity should you use if you want to add to the existing
.xslx document?
1. Workbook write range
2. Excel write cell
3. Excel append range
4. Workbook append range
6. Which of the scraping method can get you the hidden text in the
element?
1. Native
2. All the options
3. FullText
4. OCR
7. What activity allows you to customize the name of the sender
when you are sending an email?
1. Send outlook mail message
2. Send SMTP mail message
3. Send Exchange Mail message
8. What activity can you use to get a column value from a specific
row of a DataTable?
1. Read Cell
2. Get Row Item
3. Remove Data Row
9. Which of the following activities can you use to extract text from
a hidden browser?
1. Get Visible Text
2. Get Full Text
3. Extract Structured Data
4. Get Text
10. How can you improve the following calendar page selector to
work only for dates in 2017?
1. <html app=”chrome.exe” title=”UPath – Calender – * />”
2. <html app=”chrome.exe” title=”UPath – Calender –
* 2017 />”
3. <html app=”chrome.exe” title=”UPath – Calender – Week of
?????, 2017 />”
4. <html app=”chrome.exe” title=”UPath – Calender – * 201?
/>”
11. What is TimeoutMS property used for?
1. To make sure that the workflow continues even if the activity
falis
2. To define the amount of time in which the robot will execute
the activity
3. To define the amount of time during which the
target of an activity must be found
12. Which of the following input methods works in background?
1. Simulate Type/Click
2. Window Messages
3. Native
4. Hardware Event
13. The save attachment activity can save all the attachments of an
email to:
1. In a variable as a collection of attachment objecte
2. A relative path
3. An absolute path
14. There is an input field with text “abc” if you use the type
activity with text “123” and the following property SimulateType
checked and EmptyField unchecked what will be the text field
1. Abc123
2. Abc
3. 123
15.What kind of actions can be performed in the variable panel?
1. Setting default values for variables
2. Changing variable types
3. Adding new variables
16. How can we make sure that an app is in a certain state in
citrix?
1. By checking the UI element’s attributes
2. By waiting for certain UI element to appear or disappear and
making decisions based on that
3. By making use of the WaitForReady property
17. Can you insert a flowchart activity in a sequence activity?
1. Yes
2. No
18. How should an RPA developer address runtime exception in
the workflow?
1. By using automating recovery sequence in catch blocks
2. By using try/catch block when invoking external workflow
files
3. By logging any exception events
19. What activity can you use to read an entire sheet from an excel
file?
1. Read Cell
2. Rean Range
3. Get Value
20. How can UiPath identify an UI element on the screen?
1. By using a partial selector inside container
2. By using full selector
3. By using reference of it, previously saved in a variable
21. What is UiExplorer used for?
1. To View Logs
2. To explore workflow tree
3. To create stable selector
4. UiExplorer is not the part of UiPath
22. What should you use the flowchart workflow?
1. When having multiple activities executed in the fixed over
2. When modelling a process that has loops to previous
states
3. When having a process with many decisions blocks
23. How do you exit the selection mede?
1. Right Click
2. F3
3. F2
4. ESC
24. What is a sequence most suitable for?
1. Workflows that imply decision making activity
2. Pieces of automation that can be used in a large project
3. When we first start a project as a main workflow
4. Short and simple workflow
25. What happens if you use the write range activity with range
property set to “” to write a datatable to excel file that already
contain data?
1. It will overwrite the existing data
2. It will appear the new data to the existing data
3. It will throw an error
26. What activities can be used to interact with application in the
citrix env?
1. Click Text
2. Type into
3. Click image
4. Click OCR Text
27. Can you hover the mouse over specific UI element?
1. No there is no activity for this
2. Yes, by using hover ocr text activity
3. Yes, by using hover text activity
4. Yes, by using hover image activity
28. How can you find all anchor elements in the web page?
1. Using find element activity
2. Using the find relative element activity
3. Using the find children activity
29. How can you install and update activity packs?
1. Using TFS
2. Using manage package within activities pane
3. In package pane
30. What is the most effective way to handle the click on UI
Element that is not always available?
1. By using element exists activity and then click activity
2. By placing the click activity inside try/catch block
3. By setting the continueonerror property of the click activity
to True
31. What activities can you use to send an email message?
1. Send outlook mail message
2. Send SMTP mail message
3. Send IMAP mail message
32. How can a string variable called mystring be converted to an all
capitals representation for future use?
1. By using Assign Activity with mystring to the left and
myString.ToUpper on the right side
33. Will a click activity work with hidden browser session?
1. Yes, if the SendWindowMessage property is selected
2. Yes, it will work with the default configuration
3. No, it will not work
4. Yes, if the SimulateClick property is selected
34. What would you use to exit from a for each activity and
continue the execution of the workflow?
1. Terminate workflow activity
2. If Activity
3. Break activity
35. Which activity can you see if you want to look through a
collection of items?
1. Flow decision activity
2. If activity
3. For each activity
4. Assign activity
36. Which activities can be used to interact with the user?
1. input Dialog
2. Messagebox
3. Write Log
37. Where can you see the activities that makes us the workflwo?
1. In the outline pane
2. In the activities pane
3. In the workspace pane
38. What is considered a best practice in large project?
1. Testing workflow independently
2. Giving descriptive names to variable and workflow
3. Encapsulating most used activities in single-activity
workflow that can be invoked from other activity
4. Breaking a large process in smaller workflows
39. What should you use to click in hideen IE browser?
1. Click text
2. Cursor position; center
3. Default click activity
4. Simulate click
40. What happens if you try to use a write range activity to a .xlsx
file that does not exists?
1. It will continue the execution without writing the data
2. It will throw an error
3. It will create that file for you and write the data in it
41. If the PDF activities are not listed in your activities panel how
can you get them?
1. By installing them using message package feature
2. By going to the output panel
3. By finding them in the library panel
42. What should you use to scrape tables from web page?
1. Get OCR text
2. Get Text
3. Data Scraping
43. What is wildcard used for?
1. To get a text from the screen
2. To select items in the list
3. To replace variable values in selector attribute
44. What should you use to make sure that the workflow continues
no matter what activity fails?
1. ContinueOnError property
2. timeouts property
3. Try Catch Activity
45. The Read PDF with OCT activity will throw an error if the
following is not specified:
1. The OCR Engine that is to be used
2. The file name property

Вам также может понравиться