UiPath RPA Certification

Lakukan tugas rumah & ujian kamu dengan baik sekarang menggunakan Quizwiz!

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

"Jane"

What debugging action can we use to debug activities one at a time in Studio?

'Step Into'

What is the purpose of using Activate option in the Type Into activity? - Clicks a specified UI element before writing the text. - Simulates the type action. - Erases previously existing content. - Brings a specified UI element to foreground.

- Brings a specified UI element to foreground.

Which of the following are input actions? - Get Text - Click - Send Hotkey - Type into

- Click - Send Hotkey - Type into

Which type of variable does the data scraping method use to store the extracted data? - UiElement - Array - String - DataTable

- DataTable

Clicks: the mouse cursor moves across the screen - Default - Send window messages - Simulate

- Default

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

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

Which of the following activities has a Boolean variable as the output? - Wait Element Vanish - Element Exists - On Element Appears - Find Element

- Element Exists

Review Question: Which of the following factors increase the complexity of a potential automation? - Inputs that cannot be standardized - The number of decision points in the business logic - Having clear rules for each step - Legacy applications

- Inputs that cannot be standardized - The number of decision points in the business logic - Legacy applications

Which of the following are container activities? - Open Application - Use Application/Browser - Click - Get Text

- Open Application - Use Application/Browser

Review Question: which of the following criteria are considered a best fit for automation? - Rule-based - Repetitive process - Processes that undergo frequent changes. - Multiple non-digital or manual actions are required in a volatile system environment. - Processes with Standard Input

- Rule-based - Repetitive process - Processes with Standard Input

Replays the window messages that the application receives when the mouse/keyboard are used - Default - Send window messages - Simulate

- Send window messages

Uses the technology of the target application (the API level) to send instructions - Default - Send window messages - Simulate

- Simulate

What (3) characteristics make a process more suitable for RPA automation?

1. Stable 2. Rule-based 3. Repetitive

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 > 0?

10

Is there any difference when it comes to documenting a process versus documenting a procedure?

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. A procedure, on the other hand, is often a complex, written document, focused on providing guidelines

How can we run the project in debug mode in Studio? A) By clicking Design or Debug ribbon tab, then clicking Debug File drop-down list and selecting Debug Project. B) By clicking Debug ribbon tab, then clicking Debug File drop-down list and selecting Run File. C) By clicking Debug ribbon tab, then clicking Debug File drop-down list and selecting Run Project. D) By clicking Debug ribbon tab, then clicking Remote Debugging.

A) By clicking Design or Debug ribbon tab, then clicking Debug File drop-down list and selecting Debug Project.

Which of the following statements about robots are true? A) Unattended robots are typically deployed on separate machines B) Attended robots cannot run automation process published to orchestrator C) Attended users can run automation jobs using UiPath Assistant D) You can run jobs from Orchestrator both on attended and unattended robots

A) Unattended robots are typically deployed on separate machines C) Attended users can run automation jobs using UiPath Assistant Correct answer: Both A & C

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? Use Data table/excel activities to alter the limit. Re-configure the table extraction wizard from start. Accessing the Editing Extract Data option in the context menu of Extract Table Data Activity. Edit the value in the properties panel of Extract Table Data Activity.

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

We can view all available activities and add activities to our automation.

Activities panel

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

Anchor

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? Application path Selector Browser URL Application arguments

Application arguments

Review Question: which of the following variables should be used to store all student names in a class or section?

Array

Commanding the attended robot

Assistant

Managing the users & cloud services

Automation Cloud

Which design experience does the full text output method belong to? Modern Design Experience Classic Design Experience

Both

How do we open the project's location on the machine in Studio?

By clicking Project panel and selecting the File Explorer option.

How can we add an activity to the workflow in Studio?

By clicking the Activities panel, selecting the needed activity from the Available activities or just search for the keyword inside the Search bar, then drag and drop it inside the workflow.

How can we enable the activities that are only available by default in the Classic Experience in Studio? A) By making sure we select only the activities under the Classic category when searching inside the Activities panel. B) By right-clicking the project Dependencies and installing the activity packages that we need. C) By clicking View Options at the top of the Activities panel, and then selecting Show Classic. D) By making sure that the project.json file isn't in a Read-Only location.

C) By clicking View Options at the top of the Activities panel, and then selecting Show Classic.

How can we purposely pause the debugging process on an activity which may trigger execution issues? A) By enabling the Highlight Elements function from the Debug tab before debugging. B) By using the Step Out button from the Debug tab while debugging. C) By using the Step Into button from the Debug tab while debugging. D) By right-clicking the activity, and selecting Toggle Breakpoint to add and enable the breakpoint.

D) By right-clicking the activity, and selecting Toggle Breakpoint to add and enable the breakpoint.

Defines the value the variable is initialized with.

Default

Defines the value the variable is initialized with.

Default value

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

Deployment & hypercare (6th step)

We can manage the activities added to the current workflow file.

Designer Panel

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

Development & Unit Testing (4th step)

The initial implementation team assesses the potential automation complexity.

Discovery & Kickoff (1st step)

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

Do While

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?

Else If

App/web recorder doesn't support image targeting method. T/F

False

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

For Each

Which activity can be used to process every item in a collection individually?

For Each

How can you add activities to your Studio Project

From the Activities panel

How does the Parallel Activity perform its execution asynchronously?

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?

GenericValue

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

High-Cost RPA

Which of the below options are true for 'Chromium API'? Works in the background. Hot key support. 100% compatible with all sort of the applications. Execution speed is fastest in compared to Hardware events.

Hot key support. Works in the background.

Helps to indicate hoverable elements

Hoverable Selection

Before creating a robot path that defines a UI Automation project, RPA Developers first need to:

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

Uses only Image as targeting method to identify the UI element.

Image Selection Mode

In which of the stages does an RPA Developer have the highest contribution and responsibility?

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

Which of the below options are true for 'SendWindowsMessages'?

Input method Activity Property

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

Integration & User acceptance Testing (UAT) (5th step)

Collections are largely used for handling and processing complex data. Which one of the following is the most encountered collection with a dynamic size?

List

Defines how the variable will be identified.

Name

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 or No

No

Processes where change is frequent and multiple manual actions are needed.

No RPA

Which one of the following is used to pass data from one workflow file to another in UiPath Studio.

Only Arguments

Review question: Which of the following is used to pass data from one workflow file to another in UiPath Studio?

Only arguments

What type of robot can you provision by using the sign in feature?

Only attended robots

Managing automation processes and jobs

Orchestrator

See log messages output, status information for the project execution, errors, and more.

Output panel

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?

Pascal case

Helps to adjust required settings in the application while indicating the Target.

Pause

Which are the steps of RPA implementations? - Prepare RPA / Design RPA / Develop RPA / Test RPA / Implement RPA - Prepare RPA / Solution Design / Build RPA / Implement RPA / Constant improvement - Prepare RPA / Opportunity Assessment / Solution Design / Build RPA / Test RPA / Stabilize RPA / Constant improvement - Prepare RPA / Solution Design / Build RPA / Test RPA / Stabilize RPA / Constant improvement

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

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

Process analysis (2nd step)

We can manage project files, dependencies, and configure project settings.

Project Manel

You have just created a new project. How would you set the classic experience for this specific project?

Project Settings > General

It's contextual and enables us to view and change the properties of a selected activity.

Properties panel

Running automation jobs

Robot

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

Scope

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?

Screen Scraping & Data Scraping

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

Semi-Automation

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

Solution design (3rd step)

Which of the following tasks can be taken over by RPA robots? Start applications Capture data from text fields Make decisions based on predefined rules Validate data classification results Validate data extraction results

Start applications Capture data from text fields Make decisions based on predefined rules

You are running the classic design experience at Studio level. What path would you use to enable the modern design experience for all new projects?

Step 1: Acess the Studio Backstage View Step 2: Click Settings Step 3: Click Design Step 4: Enable Use Modern for New Projects

Building automation projects

Studio

Used when at least three potential courses of action are needed.

Switch

Which one of the following activities consists of a conditional expression and a collection of cases, with a corresponding set of activities?

Switch

Review Question: From the given options, identify the scraping wizard used in the modern design experience. Data Scraping Table Extraction Screen Scraping APP/web Recorder

Table Extraction

Check App state activity can be used outside the scope of Use application browser card. T/F

True

When creating a process with multiple nested decisions, you'd opt for the Flowchart layout?

True

Defines what kind of data can be stored in the variable.

Type

Target element not identified

UI elements highlighted in red

Duplicates found

UI elements highlighted in yellow

Documenting automation opportunities and managing them from discovery to implementation.

UiPath Automation Hub

Managing and monitoring the execution of automation.

UiPath Orchestrator

Executing automation workflows.

UiPath Robot

Designing automation workflows

UiPath Studio

Review Question: A job is executed from Orchestrator. What was the type of the Robot used? Attended Robot Unattended Robot Hybrid Robot Assistant Robot

Unattended Robot

Review Question: which of the following statements are true about Switch Actvity? In the Case input field,quotation marks aren't used to write strings. Uses a condition that isn't boolean. Uses a condition that's boolean in nature. Useful when we need at least three potential sources of action. Useful only with two potential courses of action.

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

What is the correct way to concatenate a string variable (UserName) with a string (" is online")?

UserName + " is online"

What are the topics on which an RPA Developer collaborates with the RPA Solution Architect throughout the stages of an implementation?

When testing When troubleshooting Reviewing & signing-off on the Development Specifications Document (DSD) For mentoring When debugging

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

While

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?

While, Do While, For Each

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

Zero-touch automation

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.

in

UI element required to perform UI actions on it.

target


Set pelajaran terkait

Abnormal Psychology Exam 1 Practice

View Set

Fundementals of nursing final exam Prep Us

View Set

ACSM EP Domain I: Fitness and Health Assessment

View Set

McKay 16 Toward a New Worldview 1540-1789

View Set

Chapter 3: Race, Ethnicity, and Immigration

View Set

REVIEW NINJA MCQ BEFORE REG, CPA REG - Business Law Section, SuperFast CPA REG, SuperFast CPA REG, CPA Exam Regulation - Individual Taxation, REG CPA

View Set

geg 101 - Solar Energy and the Greenhouse Effect

View Set