RPA Associate Practice Exam

¡Supera tus tareas y exámenes ahora con Quizwiz!

Try Catch Photo trying to get index 1 out of {"test"} array

Current Item: Test Current Item: null IndexOutOfRangeException! NullReferenceException

Which characters can be used as wildcards while editing a selector?

% and _ _ and * ? and * ! % and !

A developer is reviewing the file contents of a UiPath Studio project. In which location are the UiPath dependencies specified?

.screenshots project.json! .settings x .entitiesx

A developer wants to remove the company name from the "UiPath Certification" string. Which string method will return "Certification"?

"UiPath Certification".Substring(6) "UiPath Certification".Substring(6).Trim! "UiPath Certification".Substring(6,14) x "UiPath Certification".Substring(14,6)

Splitting a string by 2 "2020"

< blank > < blank >00! 20 x 20 x 2020

What is a unique feature of the UI Explorer tool?

Allows the developer to use wildcards in a selector Allows the developer to indicate a selector Allows the developer to repair a selector Allows the developer to view the full UI hierarchy tree!

invoke workflow...

Apple, Orange x Apple! , Orangex Orange

What is a characteristic of an Orchestrator Asset?

Asset types can be changed after creation of the asset All values from any Asset type are encrypted Assets values can be defined for each user! Assets can hold entire DataTable variables

Which function does the Anchor Base activity provide?

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! Confirms the page is fully loaded and that all elements are in the same place as where the automation was developedx Searches for a UI element by attaching to a reliable selector field and sends the tab hotkey until it is in the desired field

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 dt_Invoices from Main.xaml to ProcessInvoices.xaml.Which action needs to be performed?

Declare an "Out" argument in Main.xamlx Declare an "In" argument in ProcessInvoices.xaml!!!!hastohaveanargumenttotakeoutsidedata Declare an "Out" argument in ProcessInvoices.xaml Declare an "In" argument in Main.xaml

What is the main feature of a flowchart?

Determines the project's behavior when encountering an execution error Provides the ability to seamlessly go from one activity to another and act as a single Block activity for linear processes Enables the creation of complex business processes and connects activities in multiple ways by branching multiple logical operators! Provides a condition to facilitate the transition from one state to another

In UiPath Studio, which activities can be used as an anchor?

Element Exists or Image Exists Find Image or Find Element! Get Text or Get Visible Text Wait Element Vanish or Wait Image Vanish

What is a feature of the Native screen scraping method?

Extracts hidden text Supports Citrix Runs in the background Extracts the text position!

What is the correct sequence of Queue Item statuses if all statuses are involved in the transaction execution of a Queue Item?Instructions: From the drop-down list, select the correct sequence number in which each status occurs.

Failed2 In Progress1 Successful4 Retried3

A user wants to write a data table to an .xlsx file; however, the file does not exist. What will happen if the Excel Write Range activity is used to write the data table?

File will be created and the data will be located in the file! File will be created but the file will not contain any data Process will throw an execution error Process will continue the execution without creating the file

A developer wants to retrieve all UI elements from a form based on a certain filter condition. Which activity should the developer use?

Find Element Mouse Trigger Set Clipping Region Find Children!

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?

If Do While Switch While!

When reading a CSV file with the Read CSV activity, which property needs to be enabled in order to access data in the output datatable by the column names in UiPath Studio 2020.10?

IgnoreQuotes Delimiter Has headers! PreserveFormat

In UiPath Studio, which argument direction(s) exist?

In/Out arguments only Out arguments only In, Out, and In/Out arguments! In arguments only

Which elements must exist for each Dictionary object?

Item and Collection Item and Values Key and Collection Key and Value!

What is the correct expression for displaying the current date in the Output panel using a Write Line activity in a "dd-MM-yyyy" format?

Now.ToString("dd-MM-yyyy")! Now."dd-MM-yyyy" Format(Now,"dd-MM-yyyy") Now.CompareTo("dd-MM-yyyy")

Which data type is used to store data extracted from a Microsoft Excel file using a Read Range activity?

Object String DataTable! Array

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. The robot scrapes the data from the web application.4. The robot performs calculations.5. The outstanding amount is provided to the customer over the telephone by the representative. What is the number of steps that require manual intervention?

One Two Three! Five

Based on best practice, how many Global Exception Handlers can be set per automation project?

One for the entire project! One for each workflow in the project An unlimited number in the project One for each activity in the project

What are the differences between partial selectors and full selectors?

Partial selectors do not include information about the top-level window.Full selectors are recommended to perform multiple actions in the same window. Partial selectors are recommended to perform multiple actions in the same window.Full selectors include information about the top-level window.! Partial selectors include information about the top-level window.Full selectors are recommended to perform multiple actions in the same window. Partial selectors are recommended when switching between multiple windows.Full selectors do not include information about the top-level window.

During development, a breakpoint is enabled at a particular activity. Later, the developer published the package to UiPath Orchestrator 2020.10. When the process runs from a UiPath Robot in an unattended mode, what is the expected behavior?

Process causes the robot to crash due to the breakpoint Breakpoint will have no impact on the process execution! Process generates an exception error due to the breakpoint Breakpoint will cause the process to pause indefinitely

Which function is available with an attended robot?

Process execution can be scheduled from Orchestrator Process execution can be manually triggered from an Orchestrator shared folder Process execution can continue under a locked screen Processes can be started from UiPath Assistant or the command prompt!

What describes a function of UiPath version control?

Prohibits the comparison between multiple file versions Stores only one version of a project on the version control system Enables an effective way to connect to GIT, TFS, and SVN at the same time Provides an effective way to manage larger projects that require collaboration between multiple users!

Which activity can be used to retrieve the value from a specific column, from a DataRow object?

Remove Data Row Get Transaction Item Get Row Item! Filter Data Table

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

Scope Name Default! Variable type

When using an Excel Application Scope activity, which activity should be used to sort a table directly in an .xlsx file?

Select Range Sort Table! Get Table Range Sort Data Table

A developer wants to retrieve all rows in a Data Table variable with a "Price" value greater than 1000. Which activity can the developer use?

Sort Data Table Output Data Table Filter Data Table! Lookup Data Table

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?

Stringx String[]!!!!!!!! List<String>x Dictionary<Object,String> x

A developer needs to design a process in the following way:1. The process needs to validate the Payment Status field in an application.2. There are three possible values in the Payment Status field named: Pending, Paid, or Awaiting Approval.3. For "Pending", the process should check the "Due Date" field. If the Due Date has lapsed, raise an alert. Otherwise, do nothing.4. For "Paid", change the Overall Status to Completed.5. For "Awaiting Approval", send an alert email to the email address in the Account Owner field.Based on best practices, which activity is recommended for designing the process flow for Step 2?

Switch! Set Transaction Status If Report Status

When using the For Each activity to loop through the output of a Get Outlook Mail Messages activity, how should the TypeArgument property be set?

System.Net.Mail.MailMessage! System.Web.UI.WebControls.MailMessageEventArgs UiPath.Mail.MailMessageExtensions System.Net.Mail.Attachment

Which data type does the Selector property of an activity accept?

System.Security.SecureString System.Xml.XmlElement UiPath.Core.Selector x System.String!

Which component of the UiPath platform is used to develop workflows?

UI Explorer UiPath Agent UiPath Studio! UiPath Orchestrator

What describes the relationship between UiPath Robots and UiPath Orchestrator?

UiPath Robots can be deleted if they have pending or active jobs in UiPath Orchestrator UiPath Orchestrator consumes the Queue Items uploaded to the UiPath Robot Attended robots can be connected to UiPath Orchestrator without Windows Credentials! Unattended robots can be connected to UiPath Orchestrator without the Windows username

Which type(s) of automation does UiPath support?

Unattended automation only Attended and Hybrid automation only Attended, Hybrid, and Unattended automation! Hybrid and Unattended automation only

A developer wants to build a project which iterates through multiple digital PDF invoice files to retrieve the Total Value. Assuming all the files have the same structure, which action should be performed based on best practices?

Use the Find Image and Get Text activities in an Anchor Base activity Ensure the selectors are valid for all invoices! Ensure the total values are copied to the clipboard by using Hotkeys Use OCR activities to output the total value from all invoices

A developer needs to ensure a string has a valid email format. How can this be verified?

Using the Format Value activity Using a Send SMTP Mail Message activity Using the Contains function with '@.com' Using Regular Expressions!

How can a sequence named InitAllSettings.xaml be triggered from within Main.xaml?

Using the Invoke Code activity Using the Invoke Method activity Using the Invoke Workflow File activity! Using the Open Application activity

How can a full list of attributes of UI elements be displayed?

Using the Outline panel Using the UI Explorer tool! Using the "Indicate on Screen" button Using the Output panel

What are the differences between variables and arguments?

Variables must be assigned to an argument valueArguments always have a direction Variables pass data between workflow filesArguments pass data between activities inside the same workflow Variables pass data between activities inside the same workflowArguments pass data between workflow files! Variables always have a directionArguments can be assigned to a variable value

Which UiPath Studio panel can be used to change the scope of a variable?

Variables! Outline Locals Project

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 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 only with .xlsm files and Excel must be installed

In order to ensure a robust and stable automation, which selector should be modified based on best practices?

idx


Conjuntos de estudio relacionados

Abeka 8th Grade Math, Unit 8.1 - 8.13

View Set

Pneumonia and rsv NCLEX Questions

View Set

Field SPSS 4th edition - chapter 1, Stats Test #1

View Set

Chapter 10: Campaigns and elections

View Set

4. VMED 5109 - Digestion and Absorption

View Set

Psychology of Adjustment Test 3 Jessica Lee

View Set