Skip to content Skip to sidebar Skip to footer

What Should You Use to Make Sure That the Workflow Continues No Matter What Activity Fails

Feed You can follow this conversation by subscribing to the comment feed for this post.

satish

RPA Developer Foundation Training - Final Test

Single choice
1)
What should you use to make sure that the workflow continues no matter what activity fails?
a. Try Catch activity
b. TimeoutMS property
c. ContinueOnError property
Answer: a
Multiple Choice
2)
What activities can be used to interact with applications in a Citrix environment?
a. Click Image
b. Click OCR Text
c. Type Into
d. Click Text
Answer: a,c
Single choice
3)
What is a wildcard used for?
a. To get text from screen
b. To replace variable values in selector attributes
c. To select items in a list
Answer: b
Single choice
4)
What is the most effective way to handle the click on a UI Element that is not always available?
a. By using an Element Exists activity and then a Click activity.
b. By setting the ContinueOnError property of the Click activity to True.
c. By placing the Click activity inside a Try/Catch block.
Answer: c
Single choice
5)
Which recording profile generates full selectors?
a. Basic recording
b. Desktop recording
c. Step by step recording
Answer: a
Single choice
6)
What should you use to scrape tables from a web page?
a. Get OCR text
b. Data Scraping
c. Get Text
Answer: b
Single choice
7)
Which activity should you use to Click on a specified text in a Citrix Environment?
a. Hover Text
b. Click OCR Text
c. Click Text
Answer: b
Multiple Choice
8)
Can you run the robot manually, step by step, in order to analyze the robot behavior in certain conditions?
a. Yes, by using Breakpoints and running the workflow in Debug mode.
b. Yes, by using Step Into and Step Over.
c. Yes, by running the workflow in Debug mode.
d. No, you cannot do it.
Answer: a,b
Multiple Choice
9)
What are the supported wildcard characters for selectors in UiPath Studio?
a. &
b. *
c. ?
d. $
Answer: c,d
Multiple Choice
10)
Which of the following input methods works in background?
a. Native
b. Simulate Type/Click
c. Hardware event
d. Window Messages
Answer: b , Not a, ?
Single choice
11)
What should you use to click in a hidden IE browser?
a. Default click activity
b. Cursor Position : Center
c. Click text
d. SimulateClick
Answer: d
Single choice
12)
When is it recommended to use containers?
a. When the Basic Recorder profile is used
b. When performing one action per window
c. When performing multiple operations in the same window
Answer: c
Multiple Choice
13)
As a best practice, how should workflows use a local desktop application?
a. By closing the application once it's no longer needed.
b. By checking if the corresponding process is running and if not, opening the application by using the Open Application activity.
c. By opening the application using the Click Image activity on the application's desktop shortcut.
d. By using selectors to interact with the application.
Answer: a, not c, ?
Single choice
14)
What kind of workflow should you create to define business rules?
a. Sequence
b. Flowchart
c. State machine
Answer: b
Multiple Choice
15)
Which of the following is a valid full selector?
a.
b.

c.

d.
Answer: b,c
Single choice
16)
There is an input field with the text "abc". If you use the Type activity with the text "123" and the following Properties: SimulateType checked, EmptyField unchecked, what will be the text in the field?
a. abc123
b. 123
c. abc
Answer: b
Single choice
17)
Which activity can you use if you want to loop through a collection of items?
a. Flow Decision activity
b. If activity
c. For Each activity
d. Assign activity
Answer: c
Single choice
18)
What activity can you use to get a column value from a specific row of a DataTable?
a. Remove Data Row
b. Get Row Item
c. Read Cell
Answer: b
Multiple Choice
19)
Can you hover the mouse over a specific UI Element?
a. Yes, by using Hover Image activity.
b. No, there is no activity for this.
c. Yes, by using Hover OCR Text activity.
d. Yes, by using Hover Text activity.
Answer: a,c,d
Multiple Choice
20)
Which activities can be used to interact with the user?
a. WriteLine
b. MessageBox
c. InputDialog
Answer: b,c
Multiple Choice
21)
Which of the following text scraping methods preserve the text position?
a. Native
b. OCR
c. FullText
Answer: a,b
Multiple Choice
22)
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?
a. By using partial selectors
b. You can't identify it if it doesn't have something unique next to it (text/image).
c. By clicking relative to an unique text/image next to the textbox
d. By using text-box element attributes
Answer: a,c
Single choice
23)
What happens if you use the Write Range activity with the Range property set to "" to write a datatable to an excel file that already contains data?
a. It will throw an error.
b. It will overwrite the existing data.
c. It will append the new data to the existing data.
Answer: b
Single choice
24)
What is the Attach Window activity used for?
a. Specifies that you are working with a java window
b. To specify the top-level window container you will be working with
c. To specify the browser container you will be working with
Answer: Not C, ?
Multiple Choice
25)
Which of the following is a full selector?
a.

b.

a
c.

d.
Answer: b, not a, ?
Single choice
26)
Where can you find the value written by the Write Line activity?
a. In the Output pane
b. At console
c. In a variable
Answer: a
Multiple Choice
27)
By using the Full Text scraping method, the robot is able to:
a. Get editable text
b. Get font information (size, colour).
c. Get the entire visible text
d. Get hidden information
Answer: a,c
Single choice
28)
What is an argument?
a. A variable type
b. An input/output parameter of the workflow
c. A variable
Answer: b
Multiple Choice
29)
Which of the following activities can you use to extract text from a hidden browser?
a. Get Full Text
b. Extract Structured Data
c. Get Visible Text
d. Get Text
Answer: a,b,d
Single choice
30)
How should you organize your workflow?
a. Use Flowchart or State Machine for a high level organization
b. Never break the automation into smaller pieces
c. Ignore exceptions
Answer: a
Multiple Choice
31)
When should you use the Flowchart workflow?
a. When modelling a process that has loops to previous states
b. When having multiple activities executed in a fixed order
c. When having a process with many decision blocks
Answer: a,c
Multiple Choice
32)
What type of content can you store inside a Generic type variable?
a. Numbers
b. True/False
c. Dates
d. Text
Answer: a,b,c,d
Multiple Choice
33)
Will a Click activity work with a Hidden browser session?
a. Yes, it will work with the default configuration.
b. Yes, if the SendWindowMessages property is selected.
c. No, it will not work.
d. Yes, if the SimulateClick property is selected.
Answer: b,d
Multiple Choice
34)
Creating automation in a Citrix environment is challenging because:
a. You need to interact with the app using only Image Recognition and OCR.
b. Selectors are hard to create for virtual environments.
c. You don't have direct access to UI elements.
Answer: a,c
Single choice
35)
How can you improve the following calendar page selector to work only for dates in 2017?
""
a. ""
b. ""
c. " "
d. ""
Answer: a
Single choice
36)
How can you fine tune a selector?
a. Making sure you have an idx attribute
b. Replacing variable attribute parts with *
c. Adding all parents
Answer: b
Single choice
37)
Which of the scraping methods can get you the hidden text in the element?
a. All the options
b. FullText
c. Native
d. OCR
Answer: Not c
Single choice
38)
Given two Generic variables, A with value "123" and B with value 456, what would the Write Line output of A + B be?
a. 123 + 456
b. An exception will be thrown.
c. 579
d. 123456
Answer: not b, ?
Multiple Choice
39)
What recording wizard would you use to generate partial selectors?
a. Basic Recording
b. Citrix Recording
c. Web Recording
d. Desktop Recording
Answer: c,d
Single choice
40)
What happens if you try to use a Write Range activity to a .xlsx file that does not exist?
a. It will continue the execution without writing the data.
b. It will create that file for you and write the data in it.
c. It will throw an error.
Answer: b
Single choice
41)
What happens if you put a Breakpoint on a Click activity and start the workflow in Debug mode?
a. The workflow will throw an error when it reaches that activity.
b. The workflow will be paused for 5 seconds when it reaches that activity.
c. The workflow will be paused until you click the Continue button.
d. You can only put a Breakpoint on a Break activity.
Answer: c
Multiple Choice
42)
What is considered a best practice in large projects?
a. Testing workflows independently
b. Encapsulating most used activities in single-activity workflows that can be invoked from other workflows.
c. Giving descriptive names to variables and workflows
d. Breaking a large process in smaller workflows
Answer: c,d
Single choice
43)
What should you use to verify if a checkbox is selected or not?
a. A trigger activity
b. Check activity
c. Get Attribute activity
d. Click activity
Answer: c
Single choice
44)
What is TimeoutMS property used for?
a. To define the amount of time in which the robot will execute the activity
b. To define the amount of time during which the target of an activity must be found
c. To make sure that the workflow continues even if the activity fails
Answer: b
Single choice
45)
Is it possible to make an image automation if you are not in a Citrix environment?
a. No, image automation is only for remote automation
b. Yes, but should be used as last resort
Answer: b

satish

Lesson 13 - Project Organization Quiz
Single choice
1) What is the recommended layout to define business logic in a complex process automation?
A. Decision
B. Flowchart
C. Sequence
D. For each
Answer: B
Single choice
2) What is the recommended layout for sequential activities?
A. Decision
B. Flowchart
C. Sequence
D. For each
Answer: C
Single choice
3) Is "Workflow2.xaml" a good name for a reusable workflow?
A. Yes
B. No
Answer: B
Single choice
4) What is the recommended layout for a sequence of UI interactions?
A. Decision
B. Flowchart
C. Sequence
Answer: C
Multiple Choice
5) How can you extract data from an invoked workflow?
A. By using In arguments
B. By using the Output property of the Invoke Workflow File activity.
C. By using Out arguments.
D. By using In/Out arguments.
Answer: C,D

satish


Lesson 12 - Debugging & Exception Handling
Single choice
1) What is the most effective way to handle the click on a UI Element that is not always available?
a. By setting the ContinueOnError property of the Click activity to True.
b. By using an Element Exists activity and then a Click activity.
c. By placing the Click activity inside a Try/Catch block.
Answer: c
Single choice
2) If you need to know if a UI Element is available on the screen or not, what activity should you use?
a. Element Exists
b. Wait Element Vanish
c. Find Element
Answer: a
Single choice
3) If you need to stop the workflow until a UI Element has disappeared from the screen, what activity should you use?
a. Find Element
b. Find Relative Element
c. Wait Element Vanish
d. Element Exists
Answer: c
Single choice
4) Where can you see the variables' values during workflow execution?
a. In the Variables pane
b. In the Outline pane
c. In the Library pane
d. In the Locals pane
Answer: d
Multiple Choice
5) How can execution be paused before a particular activity?
a. By using a Break activity
b. By using a MessageBox activity
c. By using a breakpoint in Debug mode
d. By using a Pause activity
Answer: b,c

satish

Lesson 12 - Debugging & Exception Handling


Single choice
1) What is the most effective way to handle the click on a UI Element that is not always available?
a. By setting the ContinueOnError property of the Click activity to True.
b. By using an Element Exists activity and then a Click activity.
c. By placing the Click activity inside a Try/Catch block.
Answer:
Single choice
2) If you need to know if a UI Element is available on the screen or not, what activity should you use?
a. Element Exists
b. Wait Element Vanish
c. Find Element
Answer:
Single choice
3) If you need to stop the workflow until a UI Element has disappeared from the screen, what activity should you use?
a. Find Element
b. Find Relative Element
c. Wait Element Vanish
d. Element Exists
Answer:
Single choice
4) Where can you see the variables' values during workflow execution?
a. In the Variables pane
b. In the Outline pane
c. In the Library pane
d. In the Locals pane
Answer:
Multiple Choice
5) How can execution be paused before a particular activity?
a. By using a Break activity
b. By using a MessageBox activity
c. By using a breakpoint in Debug mode
d. By using a Pause activity

satish

Lesson 11- Email Automation Quiz
Single choice
1) Which Visual Basic property within the MailMessage class will you use to get the Date of an email?
a. Headers("Date")
b. Date
c. Attachments
d. the Date cannot be retrieved
Answer: a
Multiple Choice
2) Which of the following activities will allow you to retrieve only unread messages?
a. Get Outlook Mail Messages
b. Get POP3 Mail Messages
c. Save Mail Message
d. Get IMAP Mail Messages
Answer: a,d
Single choice
3) If you want to get only filtered MailMessage variables, what activity should you use?
a. Get Exchange Mail Messages
b. Get Outlook mail messages
c. Get IMAP mail messages
d. Get POP3 Mail Messages
Answer:b
Single choice
4) The Send Outlook Mail Message activity will work without having Microsoft Outlook installed:
a. False
b. True
Answer:a
Single choice
5) Which of the following properties are found in the Get Outlook Mail Messages activity?
a. Server
b. Password
c. Port
d. MailFolder
Answer: d

satish

Lesson 10 -PDF Quiz
Multiple Choice
1) Which of the following statements regarding the Read PDF with OCR activity are true?
a. It can use different OCR engines (Microsoft, Google)
b. It allows you to specify the range of pages to be read
c. None of the options
d. It works with native .pdf files
Answer: a,b,d
Multiple Choice
2) We have a native PDF invoice and we need to read the amount in USD next to the label AMOUNT. What methods can we apply to get the desired value?
a. Use a Read PDF Text activity and then use the required String manipulation methods to retrieve only the amount
b. Open the file in Acrobat Reader or any other compatible PDF reader and use Anchor Base with the label as an anchor
c. Use the Get Text activity with a reliable selector (if available) in order to only retrieve the amount from the PDF file.
Answer: a,b,c
Multiple Choice
3) The Read PDF with OCR activity will throw an error if the following is not specified:
a. The Password property.
b. The Text property.
c. The FileName property.
d. The OCR Engine that is to be used.
Answer: c,d
Multiple Choice
4) What activity should you use to extract all the text from the PDF file?
a. Get Text
b. Read Image
c. Read PDF with OCR
d. Read PDF Text
Answer: c,d
Single choice
5) Will the Read PDF with OCR activity open the PDF document on the screen in order to read it?
a. No
b. Yes
Answer: a

satish

LESSON 9 – EXCEL AND DATA TABLES
Single choice
1) What should you use if you want to get the value of a specific cell from a row in a datatable?
a. Output Data Table
b. Get Data Row
c. Add Data Row
d. Lookup data table
Answer: d
Single choice
2) What happens if you try to use a Write Range activity to a .xlsx file that does not exist?
a. It will continue the execution without writing the data.
b. It will throw an error.
c. It will create that file for you and write the data in it.
Answer: c
Single choice
3) What is the best approach to filter data from a data table based on a condition?
a. Use the Filter Table activity
b. Using Format Value activity
c. Using the 'Clone' method
d. Using the 'Select' method
Answer:
Single choice
4) What happens if you use the Write Range activity with the Range property set to "" to write a datatable to an excel file that already contains data?
a. It will append the new data to the existing data.
b. It will overwrite the existing data.
c. It will throw an error.
Answer: b
Single choice
5) You need to read from an Excel sheet and you don't know the range. What do you write in the "Range" property of the Read Range Activity?
a. It's impossible, you have to specify the range
b. Write an empty string
c. Write just the end cell
d. Write some random range
Answer: b

Single choice
6) In order to loop through all the rows of a datatable, which activity should be used?
a. Do While
b. For Each
c. While
d. For Each Row
Answer: d
Multiple Choice
7) What activity should you use if you want to add data to an existing .xlsx document?
a. Workbook Write Range
b. Excel Write Cell
c. Workbook Append Range
d. Excel Append Range
Answer: c,d
Single choice
8) What happens if the AddHeaders option is checked for Read Range Activity?
a. The first row from the specified range is considered to be the column names
b. An exception is thrown
c. A new row is added to the excel sheet
d. Nothing happens
Answer: a
Single choice
9) You have an Excel table with two columns named "PersonName" and "Age". What happens if you use the activity Insert Column with the Column Name property set to "Age"?
a. A new column with the name "Age" is added at the end of the table
b. A new column with the name "Age" is added at the beginning of the table
c. An exception is thrown
d. The Column "Age" is overwritten.
Answer:
Multiple Choice
10) How do you specify the Excel file to read from, in a Read Cell activity?
a. You have to manually open the workbook
b. In the WorkbookPath property, provide the full path of the workbook
c. In the WorkbookPath property, provide a relative path, if the workbook is in the project folder
Answer: b,c

satish

LESSON 8 – ADVANCED CITRIX AUTOMATION Quiz

Single choice
1) How can we make sure that an app is in a certain state in a Citrix environment?
a. By waiting for certain UI elements to appear or disappear and making decisions based on that.
b. By making use of the WaitForReady property.
c. By checking the UI element's attributes.
Answer: a
Multiple Choice
2) How can you start an application within a Citrix environment?
a. Defining a shortcut key and then triggering the app with a Send Hotkey activity
b. Using a Start Process activity
c. Using a Open Application activity
d. Double clicking the application icon on the desktop
Answer: a,d
Single choice
3) What is the EASIEST navigation method to be used in a form within Citrix?
a. By using Click with fixed coordinates
b. By sending keyboard commands/hotkeys
c. By using Click relative to image
Answer: b
Single choice
4) What happens if Find Image doesn't actually find the desired image?
a. The output of the action will be a null object and the flow will carry on.
b. An exception is thrown.
Answer: b
Single choice
5) How can the robot pass a variable argument when opening an application in Citrix (eg: a web address for a browser)?
a. With an Open Application activity
b. Setting the argument to the shortcut on the desktop
c. In the command prompt, type in the path to the application and the argument
d. Cannot be done
Answer: c

satish

Lesson 7 - Quiz

Single choice
1) 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?
a. By checking the element's attributes.
b. It can't be done, having to click on a text that is duplicated can't be controlled.
c. By using the Occurrence property.
Answer: c
Single choice
2) You can use image/text automation outside of a Citrix enviroment?
a. False
b. True
Answer: b
Multiple Choice
3) Creating automation in a Citrix environment is challenging because:
a. You need to interact with the app using only Image Recognition and OCR.
b. Selectors are hard to create for virtual environments.
c. You don't have direct access to UI elements.
Answer: a,c
Single choice
4) What is the best way to scrape a selectable text in a Citrix environment?
a. Use Google OCR engine
b. Use "Get Full Text" activity
c. Select the entire text and Copy
d. Use Microsoft OCR engine
Answer: c
Multiple Choice
5) What activities can be used to interact with applications in a Citrix environment?
a. Click Text
b. Type Into
c. Click Image
d. Click OCR Text
Score: c,d

satish

Lesson 6 - Selector Quiz - Cont.

Multiple Choice
1. Which of the following is a valid full selector?
a.
b.
c.

d.

Answer: b,c

Single choice
2. How can you see the full list of attributes of Ui elements?
a. By using the select from screen tool in Ui Automation activities.
b. By using the UiExplorer tool.
c. You cannot.
Answer: b
Single choice
3. What is the Highlight activity useful for?
a. For adding activities in Studio
b. For removing selectors
c. For troubleshooting and verifying selectors
Answer: c
Single choice
4. How can you improve the following calendar page selector to work only for dates in 2017?
""
a. " "
b. ""
c. ""
d. ""
Answer: d
Single choice
5. Can a valid selector identify different elements on the screen at the same time?
a. No
b. Yes
Answer: a

satish

Lesson 6 - Selector Quiz

Single choice
1) Can a valid selector identify different elements on the screen at the same time?
a. No
b. Yes
Answer: a
Single choice
2) How can you see the full list of attributes of Ui elements?
a. By using the UiExplorer tool.
b. You cannot.
c. By using the select from screen tool in Ui Automation activities.
Answer: a
Single choice
3) What is a Selector?
a. The unique ID of an UI element
c. The "path" to the UI element, starting from the root, all the way to target element
c. A container for UI elements
Answer: b
Multiple Choice
4) Which of the following statements are true regarding the Find Element activity?
a. It throws an exception if it doesn't find the element on screen
b. It returns a boolean (True or False) values indicating wether or not the element was found on the screen
c. It returns the found element in a variable for later use
Answer: a
Single choice
5) Can UiExplorer be used to record UI interactions?
a. Yes
b. No
Answer: b

satish

Lesson 5 Advanced UI Interaction- Quiz
Single choice
1) What is the slowest method of reading text?
a) OCR
b) Native
c) FullText
d) None of the options
Answer: a
Multiple Choice
2) The most important advantages of the FullText method are:
a) It works in Citrix environments.
b) It works in the background.
c) It's accurate.
d) It's fast.
Answer: b,c,d
Single choice
3) Can the robot be programmed to ignore taking hidden information while using the Full Text method?
a. No
b. Yes
Answer: b
Single choice
4) What is the best activity for scraping tables from a web page?
a) Get OCR Text
b) Get Visible Text
c) Data scraping wizard
Answer: c
Multiple Choice
5) Which of the following text scraping methods preserve the text position?
a) OCR
b) Native
c) FullText
Answer: a,b

satish

Lesson 4 - Quiz
Single choice
1) What recording profiles are available in UiPath Studio?
A. Click, Check, Type Into and Select Item
B. Basic, Desktop, Web, Citrix
C. Automatic recording and Step by Step recording
Answer: B
Single choice
2) How can you record the start of a Web application?
A. Hit Record - Basic - Start App - select browser
B. Hit Record - Web - Open Browser - select browser
C. Use the open Application activity
Answer: B
Single choice
3) Can you combine automatic recording with step-by-step recording in the same recording sequence?
A. Yes
B. No
Answer: A
Single choice
4) When is it recommended to use Desktop recording?
A. When you automate one step
B. When you automate Web pages
C. When you automate Citrix Applications
D. When you automate more steps in the same window
Answer: D
Single choice
5) How can you delay the Automatic Recording?
A. By hitting the Escape key
B. By clicking in the right corner of the screen
C. By hitting the F2 key
D. By right clicking
Answer: C

satish

Multiple Choice
1) Which of the following statements is true regarding Lists and Arrays?
a. You can add any number of elements to an array.
b. You can iterate through a List using a For Each loop activity.
c. Array and List elements can be accessed by index.
d. List items can be added using an Add to Collection activity.
Answer: b,c,d

Multiple Choice
2) Which of the following data types are included in the Collections category?
a. Int32
b. List
c. Array
d. Dictionary
Answer: b,c,d

Multiple Choice
3) What activities can be used to iterate through an Array?
a. For Each
b. Flow Decision
c. While
d. For Each Row
Answer: a

Single choice
4) How can a string variable called myString be converted to an all-capitals representation for future use?
a. By using an Invoke Method activity with the TargetType property set to String, the TargetObject property set to myString and the MethodName property to ToUpper.
b. By using an Assign activity with myString on the left side and myString.ToUpper on the right side.
c. By using a Write Line with the Text property set to myString.ToUpper.
Answer: b

Multiple Choice
5) 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?
a. currentRow.Age
b. currentRow("Age")
c. currentRow(2)
d. currentRow(1)
Answer: b,d

satish

Lesson 2 - Quiz
1)In which types of variable can you store text?
a.Integer
b.String
c.Generic
d.Double
Answer:b,c
Single choice
2)When having multiple activities executing in a fixed sequential order, what kind of workflow should you use?
a.None of the options
b.Flowchart
c.State machine
d.Sequence
Answer:d
Multiple Choice
3)Which of these are workflow types available in UiPath Studio?
a.REFramework
b.Sequence
c.Activity
d.Flowchart
Answer:b,d
Single choice
4)Can you insert a Flowchart activity in a Sequence?
a.Yes
b.No
Answer:a
Multiple Choice
5)When should you use the Flowchart workflow?
a.When having multiple activities executed in a fixed order
b.When modelling a process that has loops to previous states
c.When having a process with many decision blocks
Answer:b,c

satish

Single choice
1)Scheduling a process is done from:
a. Orchestrator Server.
b. UiPath Studio.
c. UiPath Robot.
Answer: a
Single choice
2) Is it possible to create other activities than the existing ones in UiPath Studio?
a. Yes, you can create a Custom Activity.
b. No, you are restricted to the existing activities.
Answer: a
Single choice
3) How can you Publish a process to the Orchestrator server?
a. Directly from UiPath Studio, with the Publish functionality.
b. Manually upload each file to Orchestrator Server.
c. Send an email to the administrator with the process files.
Answer: a
Single choice
4) Can you run multiple instances of the same process, in parallel?
a. Yes, on the same robot.
b. Yes, on different robots.
c. No.
Answer- Not A
Single choice
5) What is the output of a recording session?
a. A process.
b. A sequence with an activity for each recorded step.
c. A new robot.
Answer- b
Single choice
6) Can you send an email from UiPath, automatically?
a. No
b. Yes
Answer: b
Single choice
7) Is it possible to create other activities than the existing ones in UiPath Studio?
a. No, you are restricted to the existing activities.
b. Yes, you can create a Custom Activity.
Answer: b
Single choice
8)What is the output of a recording session?
a. A sequence with an activity for each recorded step.
b. A new robot.
c. A process.
Answer: a
Single choice
9)How can you Publish a process to the Orchestrator server?
a. Manually upload each file to Orchestrator Server.
b. Send an email to the administrator with the process files.
c. Directly from UiPath Studio, with the Publish functionality.
Answer: c
Single choice
10) What is a reusable component?
a. A workflow that implements a very common action repeated
throughout all your automations.
b. The artifact of a Publish operation.
c. A functionality of the Orchestrator server.
answer: a

brayyedis1956.blogspot.com

Source: https://imsatty.typepad.com/myuipath/2018/12/quiz.html

Post a Comment for "What Should You Use to Make Sure That the Workflow Continues No Matter What Activity Fails"