UiPath - RPA Developer Foundation, RPA Starter Course, Automatic Version Control Systems

Pataasin ang iyong marka sa homework at exams ngayon gamit ang Quizwiz!

Consider an Int32 variable (counter), initially assigned the value of 10. The value decreases by 1 everytime a sequence is executed in a Do. While activity. How many times will the sequence be executed if the expression in the Condition field of the Do While activity is V>0? 1. 10 2. 9 3. 11

1. 10

You've been assigned to work on a new automation project. You need to get the project template which is already stored in a remote GIT repository. Which option do you need to use in the Studio Team tab? 1. Copy to GIT 2. GIT Init 3. Clone Repository 4. Connect to GIT

3. Clone Repository

What is a feature of the Native screen scraping method? Extracts hidden text Extracts Text Postion Supports Citrix Runs in the background

Extracts Text Postion

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

False

You can use the Simulate input method to send hotkeys.

False

You can check the current value of a complex expression in the Immediate panel.

True

What manages & monitors the execution of automations?

UiPath Orchestrator

Which of the following activities has a Boolean variable as the output? 1. Element Exits 2. Find Element 3. On Element Appears

1. Element Exists

What activities can you use to create a data table from unstructured data? 1. Generate Data Table 2. Output Data Table 3. Build Data Table

1. Generate Data Table

Are the Robots in Orchestrator tied to Machines defined in Orchestrator? 1. Yes, always 2. Only if they are Standard Robots 3. No, all Robots can be used on all the Machines defined in Orchestrator

2. Only if they are Standard Robots

What type of project is the REFramework built on? 1. Sequence 2. State Machine 3. Flowchart

2. State Machine

Which of the following are features of the REFramework? 1. Business and Application Exception 2. Settings 3. Logging

1. Business and Application Exception 2. Settings 3. Logging

What can you use to make sure that the execution continues even if an activity fails? 1. The Try/Catch activity 2. The DelayAfter property 3. The TimeoutMS property 4. The Throw activity

1. The Try/Catch activity

If the PDF activities are not listed in your Activities Panel, how can you get them? 1. By finding them in the Library tab. 2. By installing them using the Manage Packages feature. 3. By going to the Output panel.

2. By installing them using the Manage Packages feature.

Which key combination would you use to activate IntelliPrompt in the Immediate panel? 1. Ctrl + I 2. Ctrl + Space 3. Ctrl + Enter 4. Ctrl + P

2. Ctrl + Space

What is the default action of the Play button in the Ribbon? 1. Debug Project 2. Debug Current File 3. Run Project 4. Run Current File

2. Debug Current File

What are the types of Robots that can be configured for usage in Orchestrator? 1. Attended Robots, Unattended Robots 2. Attended Robots, Unattended Robots, Development (also known as Non-Production) Robots 3. Attended Robots, Unattended Robots, Development Robots, Non-Production Robots

3. Attended Robots, Unattended Robots, Development Robots, Non-Production Robots

Where can you find the Run from this activity, Run to this Activity and Test activity actions? 1. In the activity contextual menu in the Activities panel 2. In the Properties panel 3. In the activity contextual menu in the Designer panel 4. In the Locals panel

3. In the activity contextual menu in the Designer panel

Which activity can be used to read an entire sheet from an Excel file? 1. Read Cell 2. Get Table Range 3. Read Range

3. Read Range

Which panel would you use to create a Test Bench? 1. The Designer panel 2. The Locals panel 3. The Activities panel 4. The Project panel

3. The Activities panel

What activity can you use if you want to add data to an existing .xlsx document without overwriting existing data? 1. Workbook Append Range 2. Workbook Write Range 3. Excel Write Cell 4. Excel Append Range

1. Workbook Append Range 4.Excel Append Range

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? *Replace.InvoiceNumber(4, "1526") *InvoiceNumber.Replace("1432", "1526") *Replace.InvoiceNumber("1526", "1432") *InvoiceNumber.Replace(4,4, "1526)

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

An automation process using UI Interaction activities set to the default input method is running on Michelle's machine. Would you recommend that Michelle works on her machine while the process is running? Yes No

No

What activity would you use to eliminate an unnecessary column in a DataTable? *Delete from Collection *Delete Data Column *Remove Data Column *Remove from Collection

Remove Data Column

Typical uses of RegEx include: 1. Debugging 2. Input Validation 3. String Parsing 4. Data Scraping 5. String Manipulation 6. Interacting with UI Elements

2. Input Validation 3. String Parsing 4. Data Scraping 5. String Manipulation

Which of the following are input actions? 1. Type into 2. Click 3. Send Hotkey 4. Get Text

1. Type into 2. Click 3. Send Hotkey

From which panels can you directly add variables to the Watch panel? 1. The Variables panel 2. The Activities panel 3. The Watch panel 4. The Locals panel 5. The Immediate panel 6. The Designer panel

1. The Variables panel 3. The Watch panel 4. The Locals panel

What happens when you click an activity or container in the Call Stack panel? 1. You focus on it. 2. It starts execution from that activity or container. 3. Nothing.

1. You focus on it.

How can a robot read only the first page of a PDF file, using the PDF activities? 1. Set the Range property to: "all" 2. Set the Range property to: "1" 3. Set the Range property to: 1.

2. Set the Range property to: "1"

Which of the following statements are true regarding the Find Element activity? 1. It returns the found element in a variable for later use. 2. It throws an exception if it doesn't find the element on screen. 3. It returns a Boolean(True or False) specifying if the element was found on screen.

1. It returns the found element in a variable for later use. 2. It throws an exception if it doesn't find the element on screen.

What differences between versions of the workflow files can you see in the Show Changes and Solve conflicts windows? 1. Modified activity properties 2. Deleted activities 3. Added activities 4. Removed Workflows 5. Added Workflows

1. Modified activity properties 2. Deleted activities 3. Added activities

What information does the Call Stack panel display? 1. The next activity to be executed and its parent containers. 2. The previous activity to be executed and its parent containers. 3. The next container to be executed and its children containers and activities.

1. The next activity to be executed and its parent containers.

What does a Dispatcher do? 1. It sends the data directly to be processed by the Performer. 2. It sends the processed data to the output files. 3. It reads the data and populates a queue.

3. It reads the data and populates a queue.

Which activity can be used to write the content of a DataTable into a String? 1. Generate Data Table 2. Clear Data Table 3. Output Data Table

3. Output Data Table

If you want to extract specific information from a series of PDF files with a similar structure but the workflow only works for one file of the series, what should you investigate? 1. The TimeoutMS property. 2, The ContinueOnError property. 3. The Selector property. 4. None of the options.

3. The Selector property.

You've just created a new project in UiPath Studio. You want to create a local repository and copy the project to it. Which of the following options in UiPath Studio allows you to do both? 1. Copy to GIT 2. Connect to GIT 3. Clone Repository 4. GIT Init

4. GIT Init

If you want to extract specific information from multiple native PDF files with the same structure, what activity should you use? 1. Read PDF with OCR 2. There is no activity for this. 3. Get Text with OCR. 4. Get Text

4. Get Text

During development, a breakpoint is enabled at a particular activity. Later, the developer published the package to UiPath Orchestrator 2019.10. When the process runs from a UiPath Robot in an unattended mode, what is the expected behavior? Process generates an exception error due to the breakpoint Breakpoint will cause the process to pause indefinitely Breakpoint will have no impact on the process execution Process causes the robot to crash due to the breakpoint

Breakpoint will have no impact on the process execution

Which data type is used for extracting data from a Microsoft Excel file using a Read Range activity? DataTable Object Array String

DataTable

A developer has added an Invoke Workflow File activity in Main.xaml to invoke the ProcessInvoices.xaml workflow. The developer needs to pass a DataTable called invoices_DT from Main.xaml to ProcessInvoices.xaml.Which action needs to be performed? Declare an "out" argument in Main.xaml Declare an "out" argument in ProcessInvoices.xaml Declare an "in" argument in Main.xaml Declare an "in" argument in ProcessInvoices.xaml

Declare an "in" argument in ProcessInvoices.xaml

A developer needs to create a variable to store the value of an email address. Which variable property or field is optional? Variable type Name Default Scope

Default

What do branches allow our team to do? Manage workflow files Compare between different projects Develop and test various features in parallel Compare different version of the project

Develop and test various features in parallel

A developer discovered that a reliable selector is unavailable for a UI element that represents a button within a table. To ensure interaction with the button, which activity should be used to increase the reliability of the automation? Find Element Find Children Set Clipping Region Mouse Trigger

Find Children

In UiPath Studio, which activities can be used as an anchor? Find Image or Find Element Wait Element Vanish or Wait Image Vanish Get Text or Get Visible Text Element Exists or Image Exists

Find Image or Find Element

Which type of objects can be stored inside a GenericValue type variable? String, Datatable, and Datarow Int, String, Boolean, and DateTime Int, Datatable, and Boolean String, List<>, and Boolean

Int, String, Boolean, and DateTime

Consider the array userNames=("John", "Jane", "Dave", "Sandra"}. What value will the expression userNames(1) return?

Jane

Based on best practice, how many Global Exception Handlers can be set per automation project? One for each activity in the project One for each workflow in the project One for the entire project An unlimited number in the project

One for the entire project

What does File Diff for workflows do?

Reveals the changes between the local copy of a file and the one versioned under GIT, SVN or TFS.

Which job status(es) will prevent the deletion of an associated robot? Faulted and Pending Running and Pending Running only Suspended and Stopped

Running and Pending

A customer calls into a Call Center to get an update on their current outstanding payment. Consider the following use case:1. The customer provides the Customer ID to the call center representative.2. The call center representative inputs the Customer ID into a web application. 3. Data is scraped from the web application.4. Calculations are performed by the robot.5. The outstanding amount is provided to the customer over the telephone by the representative.If this process is automated, what is the minimum number of steps that require manual intervention? *One *Two *Three *Five

Three

Based on best practices, how can another workflow be triggered from within the current one? Using the Open Application activity Using the Invoke Method activity Using the Invoke Code activity Using the Invoke Workflow File activity

Using the Invoke Workflow File activity

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? Switch If While Do While

While

We want to integrate the updates pushed to the remote master branch into a feature branch. What do we need to do? *While working in the feature branch, select Push and select the master branch *While working in teh feature branch, select Pull and select the master branch *While working in the feature branch, select Manage Branches>Select the master branch and select Rebase *While working in the feature branch, select Manage Branches>Select the master branch and select Merge

While working in the feature branch, select Manage Branches>Select the master branch and select Merge

Fill in the blank: When working with the Show Changes option it's good to know that it works at ____________ level. *Workflow file *Project

Workflow file

Can Excel related activities run on a machine that does not have the Excel application installed?

Yes, but only for .xlsx files

Can you store a Selector in a variable?

Yes, of type string

What is the main improvement of the transactional type of process over the iterative type? 1. Data is processed immediately after being read. 2. The processing is done in iterations. 3. Getting and processing the data are completely independent.

3. Getting and processing the data are completely independent.

Which are the main states of a typical REFramework project? 1. Dispatcher State, Get Transaction State, Process Transaction State, End State 2. Initial State, Transaction State, End State 3. Initial State, Get Transaction State, Process Transaction State, End State

3. Initial State, Get Transaction State, Process Transaction State, End State

Arrange these 5 phase of an RPA adoption in correct order. Measure Manage Discovery Build Engage

Discovery Build Manage Engage Measure

What describes the file access level needed when using the Workbook Read Range activity? Works with .xls and .xlsx files, and Excel must be installed Works only with .xlsm files and Excel must be installed Works with .xlsx files and Excel does not need to be installed Works only with .xls files and Excel does not need to be installed

Works with .xlsx files and Excel does not need to be installed

What is the easiest way to get the invoice number from a native PDF file? 1. Open the PDF file with Adobe Acrobat Reader and scrape only the relevant information. 2. Use the Read PDF Text activity and get the value by using string manipulation. 3. Use the Read PDF with OCR activity and get the value by using string manipulation.

1. Open the PDF file with Adobe Acrobat Reader and scrape only the relevant information.

Which of the characteristics make a process more suitable for RPA automation? 1. Stable 2. Rule-based 3. High exception rate 4. Repetitive

1. Stable 2. Rule-based 4. Repetitive

A developer successfully published a package from Studio 2019.10 to Orchestrator 2019.10. The developer did not make any changes and published again successfully.What happens in Orchestrator? *A new version of the project is sent to Orchestrator only if the Release Notes for the second publish were populated *A new version of the project is sent to Orchestrator and is set as the active version *The package will generate an alert that no changes were made in Orchestrator *A new version of the project is sent to Orchestrator but is not set as the active version

A new version of the project is sent to Orchestrator but is not set as the active version

What is a unique feature of the UI Explorer tool? Allows the developer to use wildcards in a selector Allows the developer to repair a selector Allows the developer to view the full UI hierarchy tree Allows the developer to indicate a selector

Allows the developer to view the full UI hierarchy tree

What describes a characteristic of a UiPath Robot? No specific permission is required for the user to create a robot Robots cannot be deleted even if they do not have any pending or active jobs attached to them Standard robots can work on both standard machines and templates Attended and Studio robots can be used without a password

Attended and Studio robots can be used without a password

Which type(s) of automation does UiPath support? *Attended and Hybrid automation only *Hybrid and Unattended automation only *Unattended automation only *Attended, Hybrid, and Unattended automation

Attended, Hybrid, and Unattended automation

How can you overwrite the last commit to a GIT repository in UiPath Studio? By selecting a version you want to commit to in the Commit Changes Window By selecting Undo in the Project context menu By selecting Amend Commit in the Commit Changes window

By selecting Amend Commit in the Commit Changes window

Which activity is used to get and filter mail messages? Get IMAP Mail Messages Get POP3 Mail Messages Get Outlook Mail Messages Get Exchange Mail Messages

Get Outlook Mail Messages

What describes the function of UiPath version control? Enables a file that is checked-out from the TFS or SVN repository to be simultaneously checked-out by other users Enables a developer to efficiently connect to GIT, TFS, and SVN at the same time Provides a developer an effective way to create larger projects that require collaboration between multiple users Provides the ability to prohibit the comparison between the local file version and the one checked in the repository

Provides a developer an effective way to create larger projects that require collaboration between multiple users

Which function does the Anchor Base activity provide? *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, that all elements are in the same place as where the automation was developed, and it matches the selector *Searches for a UI element by attaching to a reliable selector field and sends the tab hotkey until it is in the desired field *Confirms the selector 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

When using an Excel Application Scope activity, which activity should be used to sort a table directly in an .xlsx file? Sort Data Table Select Range Get Table Range Sort Table

Sort Table

Which function(s) is available with an attended robot? Started from the robot tray or command prompt Responsible for remote execution, monitoring, and scheduling Ability to continue execution under a locked screen Used for debugging and testing purposes

Started from the robot tray or command prompt

A user needs to download a report for each month of the year and decides to loop over the months using a For Each activity. Which data type is best-suited to hold the values of the names of the months? String Dictionary List String[]

String[]

When using the For Each activity to loop through a list of MailMessage variables, how should the TypeArgument property be set? System.Web.Mail.MailMessage System.Core.Mail.MailMessage System.Net.Mail.MailMessage System.Mail.MailMessage

System.Net.Mail.MailMessage

Which argument type does the selector property accept? System.String System.Xml.XmlElement UiPath.Core.Selector System.Security.SecureString

System.String

What are the default dependencies available for new libraries and blank projects?

UiPath.Excel.Activities, UiPath.Mail.Activities, UiPath.System.Activities, and UiPath.UIAutomation.Activities, with the Lowest Applicable Version runtime rule.

A developer needs to ensure a string has a valid email format. How can this be verified? Use the Contains function with '@.com' Use Regular Expressions Use the Format Value activity Use a Send SMTP Mail Message activity

Use Regular Expressions

What describes an Anchor Base activity in UiPath Studio? Used with any type of activity available in the Activities panel Enables faster identification of available elements on the desktop Used to interact with an element that has a stable selector Used to interact with an element that has an unstable selector

Used to interact with an element that has an unstable selector

How can a full list of attributes of UI elements be displayed? Using the Outline panel Using the "Indicate on Screen" button Using the Output panel Using the UI Explorer tool

Using the UI Explorer tool

What are our options in the Solve Conflicts window? We can select between keeping the remote or local version of the workflow We can select between keeping the remote or local version of each individual activity

We can select between keeping the remote or local version of the workflow

Can a package be downloaded from Orchestrator 2019.10 assuming the necessary permissions are granted? No; packages cannot be downloaded from Orchestrator Yes; any version of a package can be downloaded Yes; the current version of the package can be downloaded and just one prior version Yes; only the current version of the package can be downloaded

Yes; any version of a package can be downloaded

The Retry Scope activity can be used without a termination condition. In this case it will ... 1. retry the activities until no exception occurs (or the provided number of attempts is exceeded). 2. retry the activities indefinitely. 3. throw an exception.

1. retry the activities until no exception occurs (or the provided number of attempts is exceeded).

What is an Environment in Orchestrator? 1. Each instance of Orchestrator is an Environment 2. A group of Robots defined in Orchestrator 3. A group of Machines defined in Orchestrator

2. A group of Robots defined in Orchestrator

At the start of your day, you've pulled the latest version of the project you're working on from the remote GIT repository. You've been working for two hours and now you want to check the difference between your version of the project and the last committed version. How can you do this? *By selecting Solve Conflicts in the Project context menu *By checking the Solve Conflicts window which is displayed when a project with changes is pushed to the remote repository *By selecting Show Changes in t he Project context menu

By selecting Show Changes in the Project context menu

The body of a loop is executed at least once when this activity is used.

Do While

In which panel can you see the results of the Log Message or Write Line activities?

Output Panel

What is a Selector? *The "path" to the UI element, starting from the root, all the way to the target element. *A container for UI elements. *The unique ID of an UI element.

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

What Executes automation workflows?

UiPath Robot

What designs automation workflows?

UiPath Studio

When fine-tuning a selector, how many characters does "*" replace? *Zero *One or more *Exactly one *Zero or more

Zero or more

How should the Dispatcher & Performer model be applied? 1. The jobs should run independently on separate machines. 2. The jobs should run on the same machine, but not at the same time. 3. The jobs should run on the same machine, at the same time.

1. The jobs should run independently on separate machines.

Fill in the following sentence: "...are used to pass data from one workflow file to another in UiPath Studio 1. Only Arguments 2. Both Variables & Arguments 3. Only Variables

Only Arguments

Which are the steps of RPA implementations?

Prepare RPA / Solution Design / Build RPA / Test RPA / Stabilize RPA / Constant improvement

What happens if you use a Write Range activity and try to write data in an .xlsx file that does not exist? 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.

3. It will create that file for you and write the data in it.

What happens if you close a Test Bench tab without saving the workflow? 1. You lose your Test Bench workflow. 2. It gets saved in the Projects Panel by default. 3. Nothing, it will be there when you open another.

1. You lose your Test Bench workflow.

Which of the following criteria can be considered breakdown criteria for splitting large workflows? 1. The application that is being automated. 2. The length of timeout properties 3. The data types used 4. The length of each workflow 5. The purpose of a certain operation (login, processing, reading a document using OCR, filling in a template, and so on).

1. The application that is being automated. 4. The length of each workflow 5. The purpose of a certain operation (login, processing, reading a document using OCR, filling in a template, and so on).

You have included a Sort Data Table activity in your workflow. The DataTable variable is called dt_Usernames. The Input DataTable field is set to the dt_Usernames variable and the Output DataTable field is also set to dt_Usernames. The activity will sort the Data Table values and: 1. store them in the same variable 2. store them in a different variable 3. Display in the output panel 4. store them in an excel file 5. store them in a .csv file

store them in the same variable

Which activity would be your first choice to loop through all the rows of a data table?

For Each Row

What is UiExplorer used for? *To create and fine tune selectors *UiExplorer is not a component of UiPath *To explore the workflow tree *To explore the UI tree

To explore the UI tree & To create and fine tune selectors

What is the correct way to concatenate a string variable (username) with a string (is online)? 1. username + " is online" 2. "username" + " is online 3. username + is online

username + " is online"

What is it recommended to have in a Catch block? 1. A LogMessage activity 2. Nothing 3. An alternative to the approach that fails 4. An Input Dialog activity

1. A LogMessage activity 3. An alternative to the approach that fails

What is the type of selector that is generated when you use a Type Into activity in a container such as Open Browser? 1. A partial selector 2. A dynamic selector 3. A full selector

1. A partial selector

Which of the following tasks can be taken over by RPA Robots? 1. Capture data from text fields 2. Start applications 3. Make decisions based on predefined rules

1. Capture data from text fields 2. Start applications 3. Make decisions based on predefined rules

Data scraping extracts structured data from... 1. Documents 2. The Browser 3. Apps

1. Documents 2. The Browser 3. Apps

Which of the following activities has a Boolean variable as the output? 1. Get Full Text 2. Get OCR Text 3. Get Visible Text

1. Get Full Text

How can a process in Orchestrator be executed? 1. Immediately, from the Robot tray, if the package is allocated to the Robot (or Environment) 2. Immediately, from Orchestrator, by starting a Job 3. In a planned way, from Orchestrator, by creating a Schedule

1. Immediately, from the Robot tray, if the package is allocated to the Robot (or Environment) 2. Immediately, from Orchestrator, by starting a Job 3. In a planned way, from Orchestrator, by creating a Schedule

Can a Robot be added to multiple Environments? 1. Only if the Environments belong to the same Organizational Unit (Service) 2. Yes, under all conditions 3. No, under any condition

1. Only if the Environments belong to the same Organizational Unit (Service)

How can you create a new variable in UiPath? 1. Press Ctrl+K in an activity input field that requires a variable 2. Select the Create new Variable option in the Variables panel 3. Press Ctrl+Shift+K in an activity input field that requires a variable 4. Press Ctrl+K in an input field that requires a variable in the properties. 5. Press Ctrl+Shift+K in an input field that requires a variable in the properties panel.

1. Press Ctrl+K in an activity input field that requires a variable 2. Select the Create new Variable option in the Variables panel 4. Press Ctrl+K in an input field that requires a variable in the properties panel,

What are the principles an UiPath implementation should follow? 1. Reliable 2. Floating 3. Efficient 4. Maintainable 5. Unattended 6. Extensible

1. Reliable 3. Efficient 4. Maintainable 6. Extensible

What happens when a Find Element activity does not find the desired element within the set Timeout property? 1. The activity throws an exception and stops the execution 2. The next activity is executed 3. The activity returns a False value in a Boolean variable

1. The activity throws an exception and stops the execution

You have more than one exception type defined in the Catch block and an exception occurs that fits two types. Which block is executed? 1. The block with most specific match 2. The block with the most generic match 3. All matching blocks in the order they are defined 4. The first match defined

1. The block with most specific match

What information can you follow in the Watch panel? 1. The values of variables or arguments, and the values of user-defined expressions that are in scope. 2. The output of log message and write line activities. 3. The next activity to be executed and its parent containers when the project is paused in debugging.

1. The values of variables or arguments, and the values of user-defined expressions that are in scope.

You need to read data from an .xlsx file on a machine that does not have Excel installed. How can you do this? 1. Use a System > File > Workbook > Read Range activity 2. Use an App Integration > Excel > Read Range activity 3. Use Programming > Data Table > Generate Data Table 4. You can't do this

1. Use a System > File > Workbook > Read Range activity

Which of the following are types of information you can find in the Locals panel? 1. Variable values 2. All Activity containers 3. Breakpoints 4. Properties of the previously executed activity 5. Properties of the current activity 6. Exceptions 7. Argument values

1. Variable values 4. Properties of the previously executed activity 5. Properties of the current activity 7. Argument values

The Get Transaction Data state can work with data ... 1. from both queues and collections. 2. from queues only. 3. from collections only.

1. from both queues and collections.

What is a Process in Orchestrator? 1. A package sent for execution to a group of Robots 2. A package published from Studio to Orchestrator and allocated to an Environment 3. A workflow that has been designed in Studio an published in Orchestrator

2. A package published from Studio to Orchestrator and allocated to an Environment

What is the best collection data type to store several cake recipes (names and ingredients)? 1. List 2. Dictionary 3. Array

2. Dictionary

What expression would you use to instantiate a dictionary variable that pairs names (key) with ages (value)? 1. Dictionary (Int32, String) 2. New Dictionary(of String, Int32) 3. Dictionary (String, Int32) 4. New Dictionary(of Int32, String)

2. New Dictionary(of String, Int32)

What is the most effective way to handle the click on a UI Element that is not always available? 1. Set the ContinueOnError property of the Click activity to True. 2. Place the Click activity inside a Try/Catch block. 3. Use an Element Exists activity and then a Click activity.

2. Place the Click activity inside a Try/Catch block.

Which of the following are capabilities of Orchestrator? 1. Design processes 2. Provision robots 3. Deploy processes for execution 4. Monitor process execution

2. Provision robots 3. Deploy processes for execution 4. Monitor process execution

We want to create a robot that searches for weather information daily and then creates a report based on it. What is the best type of workflow to use? 1. State Machine 2. Sequence 3. Flowchart

2. Sequence

You are in the middle of troubleshooting your project that doesn't work as expected. Next to be executed is an invoked workflow that performs a login sequence that is regularly used throughout the process. You have already checked the invoked workflow once, at the beginning of the project debugging. What debugging action do you use now? 1. Disable 'Break on Exceptions' & Run 2. Step over 3. Step out

2. Step over

Where will changing a variable in the Immediate panel be reflected? 1. The execution of the workflow at runtime 2. The further execution of the workflow in debug mode 3. The Locals panel 4. The Output panel 5. The Watch panel

2. The further execution of the workflow in debug mode 3. The Locals panel 5. The Watch panel

How long will the Robot try to find an UiElement (if it is not available) on the desktop? 1. The Robot will wait forever until it can find the element. 2. The value in milliseconds of the activity's TimeoutMS property. 3. 30 seconds 4. 10 seconds

2. The value in milliseconds of the activity's TimeoutMS property.

Which factors should be considered as criteria for breaking down a project into different workflows? 1. Using decision points inside automation projects 2. Using more than one application 3. Having sets of activities serving different purposes in the same project

2. Using more than one application 3. Having sets of activities serving different purposes in the same project

We want to send a current date value outside of an invoked workflow. What is a good name for the argument? 1. CurrentDate 2. out_CurrentDate 3. io_CurrentDate 4. in_CurrentDate

2. out_CurrentDate

What are the types of processes from a transaction processing perspective? 1. Linear, Mixed, Transactional 2. Linear, Segregated, Transactional 3. Linear, Iterative, Transactional

3. Linear, Iterative, Transactional

Which variable type is fit for datasets of single values whose number is liable to change? 1. Array 2. Dictionary 3. List

3. List

Why is it recommended to have the REFramework settings and configuration values stored in a separate file and read during the initialization? 1. There are less errors when reading a file versus running the configuration settings from the project. 2. Reading a unique file is much faster than running the configuration settings. 3. Project maintenance is efficient: changing the content of a config file is easier than changing the project.

3. Project maintenance is efficient: changing the content of a config file is easier than changing the project.

We need to automate a logistics process that pairs goods in several warehouses with transporters according to certain rules. It configures shipments, it calculates costs and sends daily orders. The process is continuous. What is the best type of workflow to use? 1. Flowchart 2. Sequence 3. State Machine

3. State Machine

Where is the output of Log Message or Write Line activities displayed? 1. The Call Stack panel 2. The Breakpoints panel 3. The Output panel 4. The Immediate panel 5. The Watch panel

3. The Output panel

Which one of the nodes of a selector is named the "root node"? 1. The lowest-level node, corresponding to the GUI element 2. Neither of the two 3. The highest-level node, corresponding to the application

3. The highest-level node, corresponding to the application

When using a state machine, what section of a state do you need to use to add conditions based on which to jump to other states? 1. Entry 2. Exit 3. Transitions

3. Transitions

When the Extract as Workflow option is used ... 1. you can use variables to pass information between the main workflow and the extracted one. 2. you need to replace the variables with arguments by hand. 3. variables are automatically turned into arguments.

3. variables are automatically turned into arguments.

What is the maximum number of catches you can have in a Try/Catch block? 1. 5 2. 2 3. 1 4. There is no limit on the number of catches.

4. There is no limit on the number of catches.

The Global Exception Handler is ... designed to determine the project's behavior when encountering an execution error. 1. a property 2. a menu 3. an activity 4. a type of workflow

4. a type of workflow

Which activity can be used to process every item in a collection individually? 1. While 2. For Each 3. Do While

For Each

From an automation potential standpoint, a process in which changes are frequent, the system environment is volatile, and multiple manual (even non-digital) actions are required belongs to the ...

No RPA category

A single Global Exception Handler can be added to each workflow.

True


Kaugnay na mga set ng pag-aaral

Econ 3229 Midterm 2 Lab Questions

View Set

Cost Accounting - Chapter 19 - Strategic Performance Measurement

View Set

Principle of web design chapter 1

View Set

Com Arts Midterm II, Ch. 6, 8, 16, 17

View Set