UiPath RPA Certification Study Questions

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

Consider the string variable Letters = "abcdefg". Which out of the four values would the expression Letters.Substring(1,2) return? Choose one of the options below A. "ab" B. "bcd" C. "bc" D. "abc"

C. "bc"

Which one of the following activities enables you to stop the loop at a chosen point, and then continue with the next activity? A. Check True B. Check False C. Break D. Continue

C. Break

The type of collection that does not have fixed number of elements are known as: A. Array B. List C. String D. Variable

B. List

Which of the following activites can be used to read an entire sheet from an Excel file? Choose one of the options below A. Read Cell B. Read Range C. Get Table Range D. Get Range

B. Read Range

What does the For Each loop do?

Performs series of activities in the body section on each element of a collection

What does Matches refer to with the RegEx builder?

Searches an input string for all occurrences and returns all the successful matches

What does UI elements highlighted in red mean?

Target element not identified

What is the Robot used for?

Running automation jobs

A Break Activity is used to stop the segment of automation that's repetitive at a chosen point, and then continue with the next activity. Which of the following three (3) activities enables you to insert Break Activity within them? A. While B. If C. Do While D. Switch E. For Each

A. While C. Do While E. For Each

You are building an automation with Notepad. You want it to perform a UI action on a specific Notepad file. To indicate the required Notepad file to be opened, which property of Use Application/Browser activity do you need to configure? Choose one of the options below A. Application path B. Application arguments C. Browser URL D. Selector

B. Application arguments

Check App state activity can be used outside the scope of Use application browser card. Choose one of the options below A. True B. False

A. True

Which one of the following activities enables your project to take multiple different courses of action, depending on whether a series of specified conditions are met? Choose one of the options below A. Switch B. If C. For Each D. Else If

D. Else If Else If activity lets you add multiple conditions using the drop-down options Else If and Else.

What is Hoverable Selection used for?

Helps to indicate hoverable elements

Studio is with the default design experience. You have opened the project, which uses a Classic design experience. You want to extract data from a web application. Based on the given scenario, which scraping wizard will be available to you? Choose all the options that apply Screen Scraping Data Scraping Recorder Table Extraction

Screen Scraping Data Scraping

What type of robot can you provision by using the sign in feature? Choose one of the options below A. Only unattended robots B. Both unattended and attended robots C. Only attended robots

C. Only attended robots

What is AI Computer Vision?

Uses a neural network to identify elements on screen

Which of the following actions/functions that aren't background compatible? Choose one of the options below A. Activities using image as targeting method. B. Activities using Sendwindowmessage inputmethod. C. Activities using fuzzy selector as targeting method. D. Activities using Selector as targeting method.

A. Activities using image as targeting method.

Which of the following actions gets captured automatically by the App/Web recorder. Choose all the options that apply A. Clicking Action B. Typing text C. Sending keyboard shortcuts using your keyboard D. Copying text E. Hovering over an element F. Highlighting an element Correct

A. Clicking Action B. Typing text C. Sending keyboard shortcuts using your keyboard

Which of the following three (3) fields are mandatory when creating a variable in the variable panel? A. Scope B. Name C. Default value D. Variable type E. Expression

A. Scope B. Name D. Variable type

What is a Target used for?

UI element required to perform UI actions on it

What is Image Selection Mode?

Uses only images as targeting method to identify the UI element

ChromiumAPl is a...? Choose one of the options below A. Targeting method B. scraping method C. Input method D. Output method

C. Input method

What does UI elements highlighted in yellow mean?

Duplicate found

What is Deployment and hypercare?

Final process packages, libraries, and assets are migrated to the production Orchestrator

When creating a process with multiple nested decisions, you'd opt for the Flowchart layout? A. True B. False

A. True Flowcharts can be used in a variety of settings, from large jobs to small projects that you can reuse in other projects.

Which of the following are container activities? Choose all the options that apply A. Use Application/Browser B. Open Application C. Get Text D. Click

A. Use Application/Browser B. Open Application

Which of the following are the three ways to create a new variable in UiPath Studio? Choose all the options that apply. A. Select the Create new Variable option in the Variables panel Press B. Ctrl+K in an activity input field that requires a variable C. Press Ctrl+Shift+K in an activity input field that requires a variable D. Press Ctrl+K in an input field that requires a variable in the Properties panel E. Press Ctrl+Shift+K in an input field that requires a variable in the Properties panel

A.Select the Create new Variable option in the Variables panel Press B. Ctrl+K in an activity input field that requires a variable D. Press Ctrl+K in an input field that requires a variable in the Properties panel

Which one of the following decision-making activities in UiPath Studio lets us add multiple conditions to the workflow? A. If Activity B. Else If Activity C. Flow Decision Activity D. Else Activity

B. Else If Activity

App/web recorder doesn't support image targeting method. Choose one of the options below A. True B. False

B. False

What is a Pause F3 used for?

Helps to adjust required settings in the application while indicating the target

What is Integration and User Acceptance Testing (UAT)?

The implementation team conducts integration and UAT together with the business team

What does the Switch loop do?

Used when at least three potential courses of action are needed

What is Orchestrator used for?

Managing automation processes and jobs

What is an anchor used for?

UI Element which helps to uniquely identify the correct UI element required for UI action

How can you add activities to your Studio project?

From the Activities panel

What is the Object Repository used for?

Helps store and share UI element targets

Consider the array UserNames = { "John", "Jane", "Dave", "Sandra"}. What value will the expression UserNames(1) return? Choose one of the options below. A. "Jane" B. "Sandra" C. "Dave" D. "John"

A. "Jane" The count starts at 0 which is why 1 corresponds with Jane

Which of the following four values will the following expression return? String.Format("{1} is {0}", "home", "John", 'far away", O, 1) Choose one of the options below A. "John is home" B. "Home is far away" C. "John is far away" D. "1 is 0" Correct

A. "John is home"

The default initialization value of an integer is: Choose one of the options below A. 0 B. 1

A. 0

What does IsMatch refer to with the RegEx builder?

Indicates if the specified regular expression finds a match in the specified input string

When would you use No RPA?

Processes where change is frequent and multiple manual actions are needed

Can activities which require an Use Excel Application container run on a machine that does not have the Excel application installed? Choose one of the options below A. Yes, for every Excel file type B. Yes, but only for .xlsx files C. Yes, but only for .xls files D. No, these activities require Excel to be installed

D. No, these activities require Excel to be installed

What activity can you use to write a data table to a string variable? Choose one of the options below A. Generate Data Table B. Write Range C. Merge Data Table D. Output Data Table

D. Output Data Table

What are the different methods that UiPath offers for List Manipulation? A. Add to Collection B. Clear Collection C. Delete Collection D. Exists in Collection E. Rename Collection F. Remove from Collection

A. Add to Collection B. Clear Collection D. Exists in Collection F. Remove from Collection

Lists Manipulation includes: Choose all the options that apply A. Adding and removing items. B. Looping through the items. C. Merging D. Searching for an element. E. Sorting the objects. F. Extracting items and converting them to other data types.

A. Adding and removing items. B. Looping through the items. D. Searching for an element. E. Sorting the objects. F. Extracting items and converting them to other data types.

Consider the list of strings ListOfContinents = {"Africa", "Antarctica", "As•a "Australia", "Europe", 'North America", "South America"}. What value will the expression ListOfContinents(2) return? Choose one of the options below A. Asia B. None, objects are not identified by their index in lists C. Australia D. Antarctica

A. Asia

By using table extraction wizard you have already scraped the structured data with the required configuration. Later you realized that you didn't set a limit for the extraction. How can you solve that? Choose all the options that apply A. Edit the value in the properties panel of Extract Table Data Activity. B. Re-configure the table extraction wizard from start. C. Use Data table/excel activities to alter the limit. D. Accessing the Editing Extract Data option in the context menu of Extract Table Data Activity.

A. Edit the value in the properties panel of Extract Table Data Activity. D. Accessing the Editing Extract Data option in the context menu of Extract Table Data Activity.

Which activity would be your first choice to loop through all the rows of a data table? Choose one of the options below A. For Each Row B. For Each C. Join Data Tables D. While

A. For Each Row

Check your understanding Identify the output methods from the following options. Choose all the options that apply A. Full Text B. Simulate Type C. Native D. Send Window Messages E. OCR Correct

A. Full Text C. Native E. OCR Correct

What happens if you use a Write Range activity and try to write data in an .xlsx file that does not exist? Choose one of the options below A. It will create that file for you and write the data in it. B. It will continue the execution without writing the data. C. It will throw an error. D. It will create a new blank file.

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

Which operations you can perform in data manipulation in order to facilitate its usage and increase its management capabilities. A. Modify B. Format C. Structuring D. Sorting E. Searching F. Merging

A. Modify B. Format C. Structuring D. Sorting

A job is executed from Orchestrator. What was the type of the Robot used? Choose one of the options below A. Unattended Robot B. Hybrid Robot C. Assistant Robot D. Attended Robot

A. Unattended Robot

What container do you need to add to be able to use Modern Excel activities? Choose one of the options below A. Use Excel File B. Use Application/Browser C. No container is needed D. Excel Application Scope

A. Use Excel File

Which of the following statements are true about Switch Activity? Choose all the options that apply A. Uses a condition that isn't boolean. B. In the Case input field, quotation marks aren't used to write strings. C. Useful when we need at least three potential sources of action. D. Uses a condition that's boolean in nature. E. Useful only with two potential courses of action.

A. Uses a condition that isn't boolean. B. In the Case input field, quotation marks aren't used to write strings. C. Useful when we need at least three potential sources of action.

Which of the following statements apply to Simulate input method? Choose all the options that apply A. Uses the technology of the target application (the API level) to send instructions. B. Automatically erases previously written text. C. Doesn't work in the background. D. Does not support special keys like 'Enter', 'Tab', and other hotkeys.

A. Uses the technology of the target application (the API level) to send instructions. B. Automatically erases previously written text. D. Does not support special keys like 'Enter', 'Tab', and other hotkeys.

The Data Manipulation in UiPath is based around which of the most common collection data types: A. Variable B. String C. Dictionary D. Correct

B. String C. Dictionary D. Correct

Choose four typical uses of RegEx: Choose all the options that apply A. Debugging B. String manipulation C. String parsing D. Data scraping E. Input validation F. Interacting with UI elements

B. String manipulation C. String parsing D. Data scraping E. Input validation

From the given options, identify the scraping wizard used in the modern design experience. Choose one of the options below A. Screen Scraping B. Table Extraction C. APP/web Recorder D. Data Scraping

B. Table Extraction

Consider a dictionary variable (BirthDates), of type String, String, that contains name and birth date pairs. They key values are the names. You want to add a new key I value pair using an Assign Activity (John Doe, Apr/20/1980). What expressions would you enter in the To and Value fields of the Assign activity? Choose one of the options below A. To: BirthDates(John Doe) Value: "Apr/20/1980" B. To: BirthDates("John Doe") Value: "Apr/20/1980" C. To: Value: "John Doe" D: To: "John Doe" Value: "Birth Dates" Correct

B. To: BirthDates("John Doe") Value: "Apr/20/1980"

What is the type of output variable returned by Find Element activity? Choose one of the options below A. DataTable B. UiElement C. Boolean D. String Correct

B. UiElement

Choose two activities that you can use if you want to add data to an existing .xlsx document without overwriting existing data. Choose all the options that apply A. Workbook Write Range B. Workbook Append Range C. Excel Append Range D. Excel Write Cell Correct

B. Workbook Append Range C. Excel Append Range

Which of the three collection data types is the best to store several cake recipes (names and ingredients)? Choose one of the options below A. Array B. List C. Dictionary D. Set

C. Dictionary

Which out of the three activities can be used to process every item in a collection individually? Choose one of the options below A. While B. Do While C. For Each

C. For Each

What expression would you use to instantiate a dictionary object that pairs names (key) with ages (value)? Choose one of the options below A. Dictionary (String, Int32) B. New Dictionary(of Int32, String) C. New Dictionary(of String, Int32) D. Dictionary (Int32, String)

C. New Dictionary(of String, Int32)

This project type is recommended for simple, linear workflows without multiple decision nodes. Choose one of the options below A. Flowchart B. State Machine C. Sequence

C. Sequence

Which out of the four options is the correct way to concatenate a string variable (Username) with a string (" is online")? Choose one of the options below A. "Username" + " is online" B. Username + is online C. Username + " is online"

C. Username + " is online"

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. Which activity will sort the Data Table values? Choose one of the options below A. store them a different variable B. store them in an Excel file C. store them in the same variable D. display them in the Output panel E. store them in a .CSV file

C. store them in the same variable

What is Assistant used for?

Commanding the attended robot

What does Scope refer to for variable properties?

Defines the part of the workflow where the variable can be used

What does Default refer to for variable properties?

Defines the value the variable is initialized with

What does Type refer to for variable properties?

Defines what kind of data can be stored in the variable

What do Properties do?

Determine how Activities behave

Which one of the following is used to pass data from one workflow file to another in UiPath Studio. Choose one of the options below. A. GenericValue B. Variables C. Both Variables and Arguments D. Only Variables E. Only Arguments

E. Only Arguments

What does Replace refer to with the RegEx builder

Replaces strings that match a Regex pattern with a specified replacement string

Consider an Int32 variable (Counter), initially assigned with the value 10. The value decreases by 1 every time 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 > O? Choose one of the options below A. 10 B. 11 C. 9 D. 1

A. 10

Which of the below options are true for 'SendWindowsMessageS? Choose all the options that apply A. Activity Property B. Activity C. Input method D. Output method

A. Activity Property C. Input method

Which of the three (3) characteristics below make a process more suitable for RPA automation? Choose all the options that apply. A. Rule-based B. Stable C. High exception rate D. Validation based E. Repetitive

A. Rule-based B. Stable E. Repetitive

Which of the following statements about UI automation are true? Choose one of the options below A. User interface automation is accomplished by imitating real human user interactions. B. Complex applications can't be automated through UI automation. C. All UiPath Studio activities are universal and can be used when automating any application.

A. User interface automation is accomplished by imitating real human user interactions.

How can we leave out a specific file from the publishing package? Choose one answer. A. By deleting the specific file from the project folder in the Project panel in Studio. B. By right-clicking it in the Project panel, and then selecting Ignore from Publish in Studio. C. By disconnecting from Orchestrator. D. By moving the specific file in a read-only location. Correct

B. By right-clicking it in the Project panel, and then selecting Ignore from Publish in Studio.

What is Studio used for?

Building automation projects

Which of the following variable types is best suited for storing the student's birth month? Choose one of the options below A. Dictionary B. Date and Time C. Array D. List

C. Array

What does the While loop do?

Checks if the expression is True and then executes the activities in the Body section

What filtering expression must we add inside the 'Filter property of the 'Get Outlook Mail Messages' activity to retrieve only emails that have Course Invoices' in the subject line? Choose one answer. A. "[Categories) = 'Subject','Course Invoices' " B. item.Subject.Contains("Request") C. "@SQL=""urn:schemas:httpmail:subject"" like '%invoices%"' D. "[Subject] = '{EXTERNAL} Course Invoices'"

D. "[Subject] = '{EXTERNAL} Course Invoices'"

What debugging action can we use to debug activities one at a time? Choose one of the options below A. 'step Out' B. 'Focus' C. 'Slow Step' D. 'Step Into'

D. 'Step Into' Use Step Into to debug activities one at a time. When this action is triggered, the debugger opens and highlights the activity before it is executed. When Step Into is used with Invoke Workflow File activities, the workflow is opened in a new tab in 'ReadOnly' mode and each activity is executed one by one. The keyboard shortcut for Step Into is Fll.

The workflow contains a Get Text Activity and the scraping method is set to Full text. While running the automation, the application is minimized. What's the outcome of the Get Text Activity? Choose one of the options below A. It throws an error. B. The Get Text activity doesn't allow you to select the scraping method. C. It extracts both the text and the text position. D. Extract the correct required text.

D. Extract the correct required text.

Which activity can be used to process every item in a collection individually? Choose one of the options below A. If B. While C. Do While D. For Each

D. For Each The For Each activity enables you to step through arrays, lists, data tables or other types of collections, so that you can iterate through the data and process each piece of information individually.

What is Process Analysis?

Implementation team analyses and identifies the requirements of the customer's process

What is Zero-Touch Automation?

Processes that are digital and involve a highly static system and process environment

Which of the following actions have to be taken to run a job on an attended robot connected to the cloud Orchestrator? Choose all the options that apply A. The user was added to Automation Cloud. B. The user has an Automation Developer — Named User' license type assigned. C. An automation process was published in Orchestrator, in a folder to which the user has access. D. The user is signed in to Orchestrator.

A. The user was added to Automation Cloud. C. An automation process was published in Orchestrator, in a folder to which the user has access. D. The user is signed in to Orchestrator.

What is the minimum number of potential courses of action does a Switch activity require? A. Three B. Two C. One D. Four

A. Three

Check your understanding Object Repository is available in both the experiences. True or False A. True B. False

B. False

What is Solution Design?

Technical team designs a future state flow and maps out the various modules to be built

What do Activities do?

Tell the Robot what actions to take

What do Targeting methods do?

Identify the UI Elements to take an action on

What is the Automation Cloud used for?

Managing the users and cloud services

Which of the following types of collection is the best option when you have to extract the unique ID's of employees from a database? A. Arrays B. List C. Dictionary D. GenericValue

A. Arrays

How can we convert a variable of type string to a double? Choose one answer. A. By using the Double.Parse method inside the Expression Editor in Studio. B. By using the Convert.ToDouble method inside the Expression Editor in Studio. C. By using the Convert.Tolnt32 method inside the Expression Editor in Studio. D. By using the ToString(Double) method inside the Expression Editor in Studio. E. By using the ToDecimal(Double) method inside the Expression Editor in Studio. F. By using the CDbl method inside the Expression Editor in Studio. G. From the Variables panel in Studio, by selecting Variable type and searching for the System.Double type.

A. By using the Double.Parse method inside the Expression Editor in Studio. B. By using the Convert.ToDouble method inside the Expression Editor in Studio. F. By using the CDbl method inside the Expression Editor in Studio. G. From the Variables panel in Studio, by selecting Variable type and searching for the System.Double type.

Which of the following tasks can be taken over by RPA robots? Choose all the options that apply. A. Capture data from text fields B. Make decisions based on predefined rules C. Start applications D. Validate data extraction results E. Validate data classification results

A. Capture data from text fields B. Make decisions based on predefined rules C. Start applications

In which of the stages does an RPA Developer have the highest contribution and responsibility? A. In the Development and Unit Testing, Integration and UAT, and Deployment and Hypercare stages. B. In the Process Analysis, Solution Design, and Development and Unit Testing stages. C. In the Discovery and Kickoff, Development and Unit Testing, and Deployment and Hypercare stages. D. In the Solution Design, Development and Unit Testing, and Deployment and Hypercare stages. x Incorrect

A. In the Development and Unit Testing, Integration and UAT, and Deployment and Hypercare stages.

From the given options. Identify the key differences between Modern and Classic design experiences. Choose all the options that apply A. Input Methods Used B. Activities C. Output Methods D. Activities properties

A. Input Methods Used B. Activities D. Activities properties

To improve readability, variable and argument names must align to a naming convention. If a variable is written as FirstName, then what is the naming convention followed? A. Pascal case B. Snake case C. Kebab case D.Lower camel case

A. Pascal case

Which of the following criteria are considered a best fit for automation? Choose all the options that apply A. Repetitive process B. Processes with Standard Input C. Rule-based D. Processes that are digital and involve a highly static system and process environment.

A. Repetitive process B. Processes with Standard Input C. Rule-based

Which targeting methods does the Unified targeting method use to identify the Required UI Element? Choose all the options that apply A. Selector B. Fuzzy Selector C. Image D. Neural network E. Native Text

A. Selector B. Fuzzy Selector C. Image

Which one of the following activities consists of a conditional expression and a collection of cases, with a corresponding set of activities? Choose one of the options below. A. Switch B. For Each C. If D. Parallel

A. Switch

When creating a process with multiple nested decisions, you'd opt for the Flowchart layout? A. True B. False

A. True Flowcharts can be used in a variety of settings, from large jobs to small projects that you can reuse in other projects.

Is there any difference when it comes to documenting a process versus documenting a procedure? Choose one of the answers provided. A. Processes and procedures are both documented in the same manner, in the form of a written document focused on providing guidelines. B. A process is typically documented via a diagram, be it a flowchart or workflow, which aims to highlight the logical sequence of the process steps. C. A procedure, on the other hand, is often a complex, written document, focused on providing guidelines D. A process is typically documented via a diagram, be it a flowchart or workflow, which aims to provide guidelines. E. A procedure, on the other hand, is often a complex, written document, that highlights the logical sequence of the steps. F. Processes and procedures are both documented via a diagram, be it a flowchart or workflow, which aims to provide guidelines. Correct

B. A process is typically documented via a diagram, be it a flowchart or workflow, which aims to highlight the logical sequence of the process steps.

Which of the following statements are true? Choose all the options that apply A. In overall UI automation scenarios, more than 90% of classic activities utilize the most reliable targeting method, namely Image. B. Object repository is only available in the modern design experience. C. Modern activities uses a targeting technology called Unified Target that cycles through all of the available targeting methods. D. Developers can use modern and classic activities regardless of the automation project's design experience.

B. Object repository is only available in the modern design experience. C. Modern activities uses a targeting technology called Unified Target that cycles through all of the available targeting methods. D. Developers can use modern and classic activities regardless of the automation project's design experience.

You have just created a new project. How would you set the classic experience for this specific project? Choose one of the options below A. Backstage View > Settings > Design B. Project Settings > General C. Activities Panel > Filter D. Manage Packages > Install the Modern Activities pack Correct

B. Project Settings > General

Before creating a robot path that defines a UI Automation project, RPA Developers first need to: Choose one of the options below A. Understand the job description of the human that the automation replaces. B. Create a sample workflow using as little activities as possible. C. Identify the human path that achieves the same goal by breaking down each individual step.

C. Identify the human path that achieves the same goal by breaking down each individual step.

What are the key features of ChromiumAPl? Choose all the options that apply A. It's the fastest input method among all four input methods. B. It doesn't support hotkeys. C. It can empty the field before typing. D. It works in the background.

C. It can empty the field before typing. D. It works in the background.

Collections are largely used for handling and processing complex data. Which one of the following is the most encountered collection with a dynamic size? Choose one of the options below. A. Array B. GenericValue C. List D. Dictionary

C. List List is the most encountered collection with a dynamic size.

Which of the following statements about robots are true? Choose all options that apply A. Attended robots cannot run automation processes published to Orchestrator B. You can run jobs from Orchestrator both on attended and unattended robots C. Unattended robots are typically deployed on separate machines D. Attended users can run automation jobs using UiPath Assistant

C. Unattended robots are typically deployed on separate machines D. Attended users can run automation jobs using UiPath Assistant

What happens if the files saved in the specified folder have the same name as the email attachments? Choose one of the answers. A. A different project folder gets created and the files are saved there. B. The files aren't saved, and the automation continues. C. The automation stops and throws an error message. D. The files with the same name get overwritten.

D. The files with the same name get overwritten.

Which of the following is a VB.NET data type that measures the duration between two variables of the type DateTime. A. TimeLapse B. TimeSpan C. Timelnterval D. DeltaTime

B. TimeSpan TimeSpan is a VB.NET data type that measures the duration between two variables of the type DateTime.

Which of the following options does Verify execution feature support to verify a UI element? Choose all the options that apply A. Checks whether the element appears B. Check whether the element disappears C. Text Changed D. Visually Changed E. Image exists F. Image appears

A. Checks whether the element appears B. Check whether the element disappears C. Text Changed D. Visually Changed

What are the activities inside a Parallel container called? A. Child activities B. Parent activities C. Master activities D. Sequence activities

A. Child activities

Check your understanding Which of the following Activities gets generated using the table extraction wizard? Choose one of the options below A. Extract Table Data B. Data Table C. Output Data Table activity D. Write Range activity

A. Extract Table Data

How does the Parallel Activity perform its execution asynchronously? Choose one of the options below A. From top to bottom, left to right B. From bottom to top, right to left C. From anywhere inside the Parallel container D. From bottom to top, left to right

A. From top to bottom, left to right

Which one of the following is a data type particular to UiPath and can store any kind of data, including text, numbers, dates, and arrays? Choose one of the options below. A. GenericValue B. Collection C. Data Table D. Dictionary

A. GenericValue GenericValue is a data type particular to UiPath and can store any kind of data, including text, numbers, dates, and arrays.

Which of the following output activities are supported in the modern design experience? Choose all the options that apply A. Get Text activity B. Get Full text C. Get visible text D. CV GetText

A. Get Text activity D. CV GetText

What are the topics on which an RPA Developer collaborates with the RPA Solution Architect throughout the stages of an implementation? A. When testing B. As part of hypercare, to establish review sessions with CoE/Business as required to discuss the results. C. For mentoring D. To ensure all deliverables have been completed, signed off on, and delivered to customer as per the Statement Of Work (SOW). E. When debugging F. Reviewing and signing-off on the Development Specifications Document (DSD). G. When troubleshooting

A. When testing C. For mentoring E. When debugging F. Reviewing and signing-off on the Development Specifications Document (DSD). G. When troubleshooting

Which design experience does the full text output method belong to? Choose one of the options below A. Classic Design Experience B. Both C. Modern Design Experience

B. Both

Which of the following responsibilities are performed by the RPA Developer throughout the implementation process? Discovery & Kickoff - Process Analysis - Solution Design - Development & Unit Testing - Integration and User Acceptance Testing (UAT) - Deployment & Hypercare A. Validate that documented to-be steps are feasible for automation. B. Build code modules as outlined and assigned (either as workflow files or libraries, as needed). C. Monitor logs and review any exception cases that occur. D. Finalize process logging (in line with logging guidelines) and sync standards with customer for post-deployment care. E. Conduct ad hoc code reviews to ensure developer code quality is in line with best practices laid. F. Ensure code is in line with development best practices. G. Conduct unit tests on created modules as development progresses to catch and fix any bugs that may arise.

B. Build code modules as outlined and assigned (either as workflow files or libraries, as needed). C. Monitor logs and review any exception cases that occur. D. Finalize process logging (in line with logging guidelines) and sync standards with customer for post-deployment care. F. Ensure code is in line with development best practices. G. Conduct unit tests on created modules as development progresses to catch and fix any bugs that may arise. The RPA Developer performs the following tasks: During Development and Unit Testing Build code modules as outlined and assigned (either as workflow files or libraries, as needed). Conduct unit tests on created modules as development progresses to catch and fix any bugs that may arise. Ensure code is in line with development best practices During integration and User Acceptance Testing (UAT) Break-fix as needed, per testing results. Finalize process logging (in line with logging guidelines) and sync standards with customer for post-deployment care. During Deployment and hypercare Break-fix as needed through agreed-upon hypercare period. Monitor logs and review any exception cases that occur.

What happens when we publish an automation process to the Orchestrator Personal Workspace? A. A process is created automatically if one doesn't already exist. B. A process is created automatically if one doesn't already exist, and existing processes must be manually updated to the latest published version. C. A process is created automatically if one doesn't already exist, and existing processes are automatically updated to the latest published version. D. If there isn't already an existing process, we must go into Orchestrator and manually create one with the same name as the Studio project.

C. A process is created automatically if one doesn't already exist, and existing processes are automatically updated to the latest published version.

What is the keyboard shortcut to create an argument of direction IN? A. Ctrl + K B. Ctrl + Shift +M C. Ctrl + M D. Alt + M

C. Ctrl + M Ctrl + M is the keyboard shortcut to create an argument of direction IN. Ctrl + Shift +M is the keyboard shortcut to create an argument of direction OUT.

You are saving the input from users to a variable of string type in Main.xaml. The user info is stored in an Excel spreadsheet by a Write Range activity added in WriteData.xaml. WriteData.xaml is invoked in Main.xaml. What direction will your argument have? Choose one of the options below. A. Property B. In/Out C. In D. Out

C. In

What do Input and Output Methods do?

Define how what technology is used when sending input or getting output from an UI

What does Name refer to for variable properties?

Defines how the variable will be identified

What does the Do While loop do?

Executes the activities in the body section and then checks the expression

What do Recorders and Wizards do?

Help developers create UI automation faster

What is High-Cost RPA?

Processes that are rather digital and can be automated, but use some complex technologies

What is Semi-Automation?

Processes that can be broken down into automated steps and steps that must remain manual

What is Discovery and Kickoff?

The initial implementation team assesses the potential automation complexity

What is Development and Unit Testing?

The modules outlined in the design whiteboard are created by the development team


Conjuntos de estudio relacionados

Ch. 16 Bushong Challange Questions - Digital Radiolgraphy

View Set

Anatomy & Physiology Blood, Ch 14

View Set

World History Honors unit 2: Ancient Greece

View Set

Ch 25 - Employment Discrimination

View Set