UiPath All Module Questions

Ace your homework & exams now with Quizwiz!

6. Which of the following responsibilities are performed by the RPA Developer throughout the implementation process? (choose all that apply) - Validate that documented to-be steps are feasible for automation - Build code modules are outlined and assigned (either as workflow files or libraries, as needed) - Monitor logs and review any exception cases that occur - Finalize process logging (in line with logging guidelines) and sync standards with customer for post-deployment care - Conduct ad hoc code reviews to ensure developer code quality is in line with best practices laid - Ensure code is in line with development best practices - Conduct unit tests on created modules as development progresses to catch and fix any bugs that may arise

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.

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

a. "Jane"

2. 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 - 1 - 11 - 9

a. 10

21. Please refer to the image attached. You want to close this window by clicking on the "X" button. Something doesn't seem right. From the given option, identify issue with current selection. (Image with a red marker in the top corner and yellow in another section) (choose all that apply) - A duplicate was found. - The UI element is not clickable. - The target needs an anchor. - Target element not identified correctly

a. A duplicate was found b. The target needs an anchor c. Target element not identified correctly

8. Which of the following is NOT an Orchestrator capability? (Choose all the apply) - Building automations - Managing attended and unattended licenses - Storing credentials - Connecting to unattended robots - Running automations in attended mode

a. Building automations b. Running automations in attended mode

5. 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? - For Each - Else If - If - Switch

a. Else If

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

a. Else If Activity

2. If a variable is written as FirstName, the naming convention followed is... - Snake case - Kebab case - Lower camel case - Pascal case

a. Pascal case

4. 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 that apply) - Table Extraction - Recorder - Data Scraping - Screen Scraping

a. Screen Scraping b. Data Scraping

14. What is the minimum number of potential courses of action does a Switch activity require? - Three - Two - One - Four

a. Three

7. Which of the following are container activities? (choose all that apply) - Open application - Use Application/Browser - Get Text - Click

a. Use Application/Browser b. Open Application

6. What debugging action can we use for debugging activities one at a time (choose one) - Step Out - Focus - Slow Step - Step Into

a. 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. b. 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. c. The keyboard shortcut for Step Into is F11

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

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

11. Which of the following statements about UI automation are true? (one) - User interface automation is accomplished by imitating real human user interactions. - Complex applications can't be automated through UI automation. - 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

6. Correct way to concatenate a string variable (UserName) with a string (" is online") - "is online" + UserName - UserName + " is online" - "UserName" + " is online" - UserName + is online

a. UserName + " is online"

11. In the example given, what should the value of the Username variable be to pass the verification set for the Type Into activity? The Username variable is of type String. (Image shows a type into with Username typed in and at the bottom it says "Verify that [email protected] is typed" - Username variable should have the value "[email protected]". - Verify execution feature isn't configured. - Any value in the Username variable; it doesn't matter. - The word "Username".

a. Username variable should have the value "[email protected]".

1. 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 activities enables you to insert Break Activity within them? - If - Do While - For Each - Switch - While

a. While b. For Each c. Do While

9. Do users need to first be added to Automation Cloud to receive any type of license? - Yes - No

a. Yes

6. Which of the below options are true for 'SendWindowsMessages'? (choose all that apply) - Activity Property - Output method - Input method - Activity

a. Activity Property b. Input method

13. How can we publish to the 'Orchestral Personal Workspace Feed'? (choose one) - By selecting the 'Assistant (Robot defaults)' option when publishing in Studio - By connecting to Orchestrator - By first enabling the option in Orchestrator and then selecting 'Orchestrator Personal Workspace Feed' when publishing in Studio - By making sure that the user has the 'Automation Developer - Named user' license assigned in the Automation Cloud

a. By first enabling the option in Orchestrator and then selecting 'Orchestrator Personal Workspace Feed' when publishing in Studio

15. What are the activities inside a Parallel container called? - Child activities - Parent activities - Master activities - Sequence activities

a. Child activities

18. Which of the following Activities get generated using the table extraction wizard? (one) - Extract Table Data - Data Table - Output Data Table activity - Write Range activity

a. Extract Table Data

15. Object Repository is available in both the experiences - True - False

a. False

3. App/web recorder doesn't support image targeting method. - True - False

a. False

3. Which activity can be used to process every item in a collection individually? (one) - Do While - For Each - If - While

a. For Each

4. How does the Parallel Activity perform its execution asynchronously? - From bottom to top, left to right - From bottom to top, right to left - From top to bottom, left to right - From anywhere inside the Parallel container

a. From top to bottom, left to right

1. Data type particular to UiPath and can store any kind of data, including text, numbers, dates, and arrays (one) - Collection - Data Table - GenericValue - Dictionary

a. GenericValue

5. What is the most important capability for the mentioned UiPath components? Components: Robot, Orchestrator, Studio, Assistant, Automation Cloud Capabilities: Building automation projects, Managing automation processes and jobs, Commanding the attended robot, Running automation jobs, Managing the users and cloud services

a. Orchestrator: Managing automation processes and jobs b. Robot: Running automation jobs c. Studio: Building automation projects d. Assistant: Commanding the attended robot e. Automation Cloud: Managing the users and cloud services

10. You have just created a new project. How would you set the classic experience for this specific project? - Manage Packages -> Install the Modern Activities pack - Project Settings -> General - Backstage View -> Settings -> Design - Activities Panel -> Filter

a. Project settings -> General

12. Which of the following actions can be easily performed by Studio users that are signed in to Orchestrator? (Choose all that apply) - Publish a package to Orchestrator - Run jobs using published processes - Run jobs in Automation Cloud - Run a process in debug mode

a. Publish a package to Orchestrator b. Run jobs using published processes

9. Characteristics that make a process suitable for automation (3) - Validation based - Repetitive - Rule-based - High exception rate - Stable

a. Rule-based b. Stable c. Repetitive

8. From the given options, identify the scraping wizard used in the modern design experience (one) - Table Extraction - Data Scraping - APP/web Recorder - Screen Scraping

a. Table Extraction

12. What method can we use to check if a string contains a specific fragment of type string? (choose one) - 'If' activity - 'ToString()' method - 'Contains' method - 'Random String' method

a. The 'Contains' method

14. Which of the following is a VB.NET data type that measures the duration between two variables of the type DateTime? (one) - TimeLapse -TimeSPan -TimeInterval -DeltaTime

a. TimeSpan

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

a. True

2. A job is executed from Orchestrator. What was the type of the Robot used? - Unattended - Hybrid - Attended - Assistant

a. Unattended Robot

2. What happens when we publish an automation process to Orchestrator (choose one) - A process is created automatically if one doesn't already exist, and existing processes must be manually updated to the latest published version - A process is created automatically if one doesn't already exist, and existing processes are automatically updated to the latest published version - A process is created automatically if one doesn't already exist - 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

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

3. Is there any difference when it comes to documenting a process versus documenting a procedure? (choose one) - Processes and procedures are both documented in the same manner, in the form of a written document focused on providing guidelines - A process is typically documented via a diagram, be it a flowchart or workflow, which aims to provide guidelines. A procedure, on the other hand, is often a complex, written document, that highlights the logical sequence of the steps. - 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 - Processes and procedures are both documented via a diagram, be it a flowchart or workflow, which aims to provide guidelines.

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

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

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

1. How to add activities to Studio project (choose one) - From the activities panel - From the project panel - From the output panel - From the properties panel

a. Activities panel

15. Which of the following actions/ functions that aren't background compatible? (one) - Activities using image as targeting method. - Activities using Sendwindowmessage inputmethod. - Activities using fuzzy selector as targeting method. - Activities using Selector as targeting method.

a. Activities using image as targeting method

12. Match the below definitions with the key UI Automation concepts. Concepts: Activities, Properties, Targeting methods, Input and output methods, Recorders and wizards, Object repository, AI Computer Vision Definitions: Identify the UI Element to take an action on, Define how what technology is used when sending input or getting output from an UI, Uses a neural network to identify elements on screen, Tell the Robot what actions to take, Help developers create UI Automation faster, Helps store and share UI Element targets, Determine how Activities behave

a. Activities: Tell the Robot what actions to take b. Properties: Determine how Activities behave c. Targeting methods: Identify the UI Element to take an action on d. Input and output methods: Define how what technology is used when sending input or getting output from an UI e. Recorders and wizards: Help developers create UI Automation faster f. Object repository: Helps store and share UI Element targets g. AI Computer Vision: Uses a neural network to identify elements on screen

19. The automation project contains just these two activities: a Use Application/Browser to open the Supplier website, and a Click action - to click on the "New Supplier" button. The issue is that depending on the user's location, the language in which the website is displayed changes. Therefore, you get an error stating the "New Supplier" button cannot be found. What can you do? (one) - Add a Check App State action to verify if the website language is set to English. - Add multiple anchors for the New Supplier button. - Edit the validation methods to use only Selectors. - Rebuild the automation.

a. Add a Check App State action to verify if the website language is set to English

2. How can we purposely pause the debugging process on an activity which may trigger execution issues? (choose one) - Use Step Out button from the Debug tab while debugging - Right-clicking the activity, and selecting Toggle Breakpoint to add and enable the breakpoint - Use Step Into button from the Debug tab while debugging - Enable the Highlight Elements function from the Debug tab before debugging

a. Add a breakpoint by... i. Right-clicking an activity and selecting Toggle Breakpoint. ii. Selecting the activity and clicking the Breakpoints button on the Debug tab. iii. Pressing F9 while the desired activity is selected

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

a. Application arguments

3. Used to pass data from one workflow file to another in UiPath Studio - Arguments - Arguments and Variables - Variables - GenericValue Variables

a. Arguments only

8. Which of the following variables should be used to store all student names in a class or section? (one) - String - Dictionary - Array - Date and Time

a. Array

16. Which of the following types of collection is the best option when you have to extract the unique IDs of employees from a database? - Arrays - List - Dictionary - GenericValue

a. Arrays

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

a. Break

1. How can we add an activity to the workflow in Studio? (choose one) - 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. - By right-clicking inside the workflow where we want to add the new activity and selecting Run to this Activity - By clicking the Project panel, typing in the Search bar the keyword, then just drag and drop it in the workflow - By clicking the Project panel, then just right-click inside it, click Add and select the needed activity

a. 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.

11. What is one way we can make sure our selector is reliable when interacting with various windows, buttons, drop-down lists, and other user interface elements? - By selecting just text elements - By selecting just buttons - By selecting larger elements on screen - By using other UI elements as anchors, for example a label or title

a. By using other UI elements as anchors, for example a label or title

20. Which of the following options does Verify execution feature support to verify a UI element? (choose all that apply) - Checks whether the element appears - Check whether the element disappears - Text Changed - Visually Changed - Image exists - Image appears

a. Checks whether the element appears b. Checks whether the element disappears c. Text Changed d. Visually Changed

4. Enable Classic activities in Studio (choose one) - Right-click the project Dependencies and installing the activity packages that we need - Making sure we select only the activities under the Classic category when searching inside the Activities panel - Making sure that the project.json file isn't in a Read-Only location - Click View Options at the top of the Activities panel, and then select Show Classic

a. Click View Options at the top of the Activities panel, and then select Show Classic

3. Run a project in Debug mode (choose one) - Clicking Debug ribbon tab, then clicking Remote Debugging - Clicking Debug ribbon tab, then clicking Debug File drop-down list and selecting Run Project - Clicking Debug ribbon tab, then clicking Debug File drop-down list and selecting Run File - Clicking the Design or Debug ribbon tab, then click Debug File drop-down list and select Debug Project

a. Click the Design or Debug ribbon tab, then click Debug File drop-down list and select Debug Project

5. Open a Project's location on the machine in Studio (choose one) - Click Project panel and Expand All - Click Project panel and Project Settings - Click Project panel and Show All Files - Click Project panel and File Explorer

a. Click the Project panel and select the File Explore option

16. Which of the following actions gets captured automatically by the App/Web recorder? (choose all that apply) - Clicking Action - Typing text - Sending keyboard shortcuts using your keyboard - Copying text - Hovering over an element - Highlighting an element

a. Clicking Action b. Typing text c. Sending keyboard shortcuts using your keyboard

15. What is the keyboard shortcut to create an argument of direction IN? (one) - Ctrl + K - Ctrl + Shift + M - Ctrl + M - Alt + M

a. Ctrl + M

1. Topics on which an RPA Developer collaborates with the RPA Solution Architect throughout the stages of an implementation (choose all that apply) - Ensure all deliverables have been completed, signed off on, and delivered to customer as per the Statement of Work (SOW) - Testing - Debugging - Mentoring - Reviewing and signing-off on the Development Specifications Document (DSD) - Troubleshooting - As part of hypercare, to establish review sessions with CoE/Business as required to discuss the results

a. Debugging, testing, mentoring, troubleshooting, and reviewing and signing-off on the Development Specifications Document (DSD)

5. Variable properties Properties: Default, Type, Name, Scope - Definitions: Value variable is initialized with, Part of the workflow where variable will be used, What data will be stored in the variable, How variable will be identified

a. Default: Value variable is initialized with b. Scope: Part of the workflow where variable will be used c. Type: What data will be stored in the variable d. Name: How variable will be identified

7. Match panels in Studio Panels: project panel, designer panel, output panel, properties panel, activities panel Descriptions: - We can manage the activities added to the current workflow file - We can manage project files, dependencies, and configure project settings - It's contextual and enables us to view and change the properties of a selected activity - See log messages output, status information for the project execution, errors, and more - We can view all available activities and add activities to our automation

a. Designer panel: We can manage the activities added to the current workflow file b. Project panel: We can manage project files, dependencies, and configure project settings c. Properties panel: It's contextual and enables us to view and change the properties of a selected activity d. Output panel: See log messages output, status information for the project execution, errors, and more e. Activities panel: We can view all available activities and add activities to our automation

4. 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? (one) - It extracts both the text and the text position. - It throws an error. - The Get Text activity doesn't allow you to select the scraping method. - Extract the correct required text.

a. Extract the correct required text

8. How can we show or hide messages that have different log levels, error, warnings in Studio? (choose one) - From the Debug ribbon tab by enabling or disabling the Execution trail option - From the Project panel by clicking the Show All Files option - By selecting the specific activity, then going to the Properties panel - From the Designer panel by right-clicking the workflow, selecting Annotations, then clicking Show or Hide All Annotations - From the Output panel by clicking the buttons in the panel's header

a. From the Output panel by clicking the buttons in the panel's header The output panel enables you to display the output of the Log Message or Write Line activities, among other things. Exceptions for packages are also displayed in this panel. From the Output panel, you can show or hide messages that have different log levels (errors, warnings) by clicking the buttons in the panel's header. Double-clicking a message displays further details about it, with the option to copy information. When searching for a log in the Output panel and selecting an item from the search results list, the log is highlighted

17. Which of the following output activities are supported in the modern design experience? (choose all that apply) - Get Text activity - Get Full text - Get visible text - CV GetText

a. Get Text activity b. CV GetText

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

a. Hot key support b. Works in the background

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

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

7. 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? - In/Out - Out - Property - In

a. In

5. Stages where RPA developer has highest contribution and responsibility - In the Development and Unit Testing, Integration and UAT, and Deployment and Hypercare stages - In the Process Analysis, Solution Design, and Development and Unit Testing stages - In the Solution Design, Development and Unit Testing, and Deployment and Hypercare stages - In the Discovery and Kickoff, Development and Unit Testing, and Deployment and Hypercare stages

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

14. Match the following with the correct design experience (modern or classic) - Input Method: ChromiumAPI, Activities: UI activities only work within containers, Activities: UI activities can work without containers, Recorders: App/Web and Computer Vision, Recorders: Basic, Desktop, Web, Image, Native Citrix, and Computer Vision, Targeting methods: Unified target, Targeting methods: Mostly selector, Scraping wizards: Data Scra ping and Screen Scraping, Is the default option unless updated, Targeting method: Native text, Scraping wizards: Table Extraction, Object repository

a. Input Method: ChromiumAPI -> Modern design experience b. Activities: UI activities only work within containers -> Modern design experience c. Activities: UI activities can work without containers -> Classic design experience d. Recorders: App/Web and Computer Vision -> Modern design experience e. Recorders: Basic, Desktop, Web, Image, Native Citrix, and Computer Vision -> Classic design experience f. Targeting methods: Unified target -> Modern design experience g. Targeting methods: Mostly selector -> Classic design experience h. Scraping wizards: Data Scraping and Screen Scraping -> Classic design experience i. Is the default option unless updated ->Modern design experience j. Targeting method: Native text -> Modern design experience k. Scraping wizards: Table Extraction -> Modern design experience l. Object repository -> Modern design experience

17. Identify the key differences between Modern and Classic design experiences (choose all that apply) - Input Methods Used - Activities - Output Methods - Activities properties

a. Input Methods Used b. Activities c. Activities properties

13. ChromiumAPI is a...? (one) - Targeting method - Scraping method - Input method - Output method

a. Input method

14. What are the key features of ChromiumAPI? (choose all that apply) - It's the fastest input method among all four input methods. - It doesn't support hotkeys. - It can empty the field before typing. - It works in the background.

a. It can empty the field before typing b. It works in the background

12. Most encountered collection with dynamic size (choose one) - List - Array - GenericValue - Dictionary

a. List

2. Which design experience does the full text output method belong to? - Classic - Modern - Both

a. Modern Design and Classic Design Experience

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

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

10. Match the following variable properties with their definitions: Properties: Type, Default value, Scope, Name Definitions: Defines how the variable will be identified, Defines what kind of data can be stored in the variable, Defines the part of the workflow where the variable can be used, Defines the value the variable is initialized with

a. Name: Defines how the variable will be identified b. Type: Defines what kind of data can be stored in the variable c. Scope: Defines the part of the workflow where the variable can be used d. Default value: Defines the value the variable is initialized with

12. Is the Anchor set correctly for this Get Text activity that should retrieve the transaction number? (Image with target on "Transaction #" and anchor on 381892) - Yes - No

a. No

9. Which of the following is used to pass data from one workflow file to another in UiPath Studio? - Variables - GenericValues - Variables and Arguments - Arguments

a. Only Arguments

3. What type of robot can you provision by using the sign in feature? - Only attended robots - Only unattended robots - Both unattended and attended robots

a. Only attended robots

11. What does the sign-in feature connect Studio to? (choose one) - Assistant - Orchestrator - Unattended robot - Attended robot

a. Orchestrator

1. Match the following with their respective functionalities. Items: Pause, Hoverable Selection, UI elements Highlighted in red, Image Selection Mode, UI elements Highlighted in yellow, Target, Anchor Functionalities: Helps to adjust required settings in the application while indicating the Target, Helps to indicate hoverable elements, Uses only Image as targeting method to identify the UI element, UI element which helps to uniquely identify the correct UI element required for UI action, UI element required to perform UI actions on it, Duplicates found, Target element not identified

a. Pause: Helps to adjust required settings in the application while indicating the Target b. Hoverable Selection: Helps to indicate hoverable elements c. Image Selection Mode: Uses only Image as targeting method to identify the UI element d. Anchor: UI element which helps to uniquely identify the correct UI element required for UI action e. Target: UI element required to perform UI actions on it f. UI elements highlighted in yellow: Duplicates found g. UI elements highlighted in red: Target element not identified

8. Ways to create a new variable in UiPath Studio (3) - Press Ctrl+K in an input field that requires a variable in the Properties panel - Press Ctrl+Shift+K in an activity input field that requires a variable - Press Ctrl+K in an activity input field that requires a variable - Press Ctrl+Shift+K in an input field that requires a variable in the Properties panel - Select the Create new Variable option in the Variables panel

a. Press Ctrl+K in an activity input field that requires a variable. b. Select the Create new Variable option in the Variables panel. c. Press Ctrl+K in an input field that requires a variable in the Properties panel. d. By performing right-click in the input field and selecting the create variable option.

5. Which of the following criteria are considered a best fit for automation? (choose all that apply) - Process with Standard Input - Multiple non-digital or manual actions are required in a volatile system environment - Processes that undergo frequent changes - Rule-based - Repetitive process

a. Repetitive process b. Processes with Standard Input c. Rule-based

13. Which of the following three (3) fields are mandatory when creating a variable in the variable panel? - Scope - Name - Default value - Variable type - Expression

a. Scope b. Name c. Variable type

16. Which targeting methods does the Unified targeting method use to identify the Required UI Element? (choose all that apply) - Selector - Fuzzy Selector - Image - Neural network - Native Text

a. Selector b. Fuzzy Selector c. Image

6. Actions to be taken to run a job on an attended robot connected to the cloud Orchestrator (choose all that apply) - User is signed into Orchestrator - An automation process is published in Orchestrator, in a folder to which the user has access - The user has an 'Automation Developer-Named User' license type assigned - The user is added to Automation Cloud

a. Signed into Orchestrator b. User added to Automation Cloud c. Automation process published to Orchestrator in a folder in which the user has access

4. Six RPA implementation phases Phases: Deployment and Hypercare, Process Analysis, Solution Design, Integration and User Acceptance Testing (UAT), Development and Unit Testing, Discovery and Kickoff Descriptions: Technical team designs a future state flow and maps out the various modules to be built, Final process packages, libraries, and assets are migrated to the production Orchestrator, The initial implementation team assesses the potential automation complexity, The modules outlined in the design whiteboard are created by the development team, Implementation team analyses and identifies the requirements of the customer's process, The implementation team conducts integration and UAT together with the business team

a. Solution design: Technical team designs a future state flow and maps out the various modules to be built b. Deployment and hypercare: Final process packages, libraries, and assets are migrated to the production Orchestrator c. Discovery and kickoff: The initial implementation team assesses the potential automation complexity d. Development and unit testing: The modules outlined in the design whiteboard are created by the development team e. Process analysis: Implementation team analyses and identifies the requirements of the customer's process f. Integration and user acceptance testing: The implementation team conducts integration and UAT together with the business team

4. Tasks that can be taken over by RPA robots (choose all that apply) - Validate data extraction results - Validate data classification results - Make decisions based on predefined rules - Capture data from text fields - Start applications

a. Start applications b. Capture data from text fields c. Make decisions based on predefined rules

3. 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? Steps to order: Click Settings, Access the Studio Backstage View, Enable Use Modern for New Projects, Click Design

a. Step 1: Access the Studio Backstage View b. Step 2: Click Settings c. Step 3: Click Design d. Step 4: Enable Use Modern for New Projects

11. UiPath Components Component: UiPath Studio, UiPath Orchestrator, UiPath Automation Hub, UiPath Robot Description: Designing automation workflows, Executing automation workflows, Managing and monitoring the execution of automation, Documenting automation opportunities and managing them from discovery to implementation

a. Studio: Designing workflows b. Orchestrator: Managing and monitoring execution c. Automation Hub: Documenting and managing automation opportunities d. Robot: Executing workflows

10. To which of the following products and profiles will a user with an Automation Developer-Named User license assigned from Automation Cloud have access to? (Choose all that apply) - StudioX - Studio - Attended robot - Data Service - Process Mining - Action Center - Task Capture

a. StudioX b. Studio c. Attended robot d. Data Service e. Action Center f. Task Capture

6. Which one of the following activities consists of a conditional expression and a collection of cases, with a corresponding set of activities? (one) - Switch - Parallel - For Each - If

a. Switch

11. State if the following are asynchronous execution or conditional activity - Switch, Else If, Parallel Activity

a. Switch: Conditional activity b. Else If: Conditional activity c. Parallel Activity: Asynchronous execution

4. Which of the following statements about robots are true? - Unattended robots are typically deployed on separate machines - Attended robots can't run processes published to Orchestrator - You can run jobs from Orchestrator both on attended and unattended robots - Attended users can run automation jobs from UiPath Assistant

a. TRUE: Unattended robots=typically deployed on separate machines b. FALSE: Attended robots can't run processes published to Orchestrator c. FALSE: You can run jobs from Orchestrator both on attended and unattended robots d. TRUE: Attended users can run automation jobs from UiPath Assistant

10. What activity can we use to iterate through emails and process each piece of information individually? (choose one) - 'Get Outlook Mail Messages' - 'Save Attachments' - 'Filter' property field - 'For Each' activity

a. The 'For Each' activity

9. What are three reasons for which an RPA Developer must have a clear understanding of the 'to-be' process steps? - To make sure that the automation outcome is the one agreed upon with the business - To know what needs to be handed over and schedule the handover sessions with the business team - Because the RPA Developer follows the 'to-be' process diagram to write the code - To ensure code is in line with development best practices - If changes or bug fixes are needed, the RPA Developer will refer to the diagram for cross-checking and removing ambiguities

a. To make sure that the automation outcome is the one agreed upon with the business b. Because the RPA Developer follows the 'to-be' process diagram to write the code c. If changes or bug fixes are needed, the RPA Developer will refer to the diagram for cross-checking and removing ambiguities

5. Check App state activity can be used outside the scope of Use application browser card. - True - False

a. True

13. What's the use of highlighted button next to the Browser URL in the give image? (Image with url and little button that looks like a web browser) - Used to launch a new instance of the application or a new browser session, preserving the configurations made in the Options - Browser property section of a Use Application/Browser Activity. - Used to launch a new instance of a browser session, preserving the current configuration settings. - Used to launch a new instance of a desktop application, preserving the current configuration settings. - Used to launch a new instance of the application or a new browser session, with the default configuration settings of a Use Application/Browser Activity.

a. Used to launch a new instance of a browser session, preserving the current configuration settings

7. Match the following activity with its description: Activities: For Each, Do While, While, Switch Descriptions: Checks if the expression is True and then executes the activities in the Body section, Executes the activities in the body section and then checks the expression, Performs series of activities in the body section on each element of a collection, Used when at least three potential courses of action are needed

a. While: Checks if the expression is True and then executes the activities in the Body section b. Do While: Executes the activities in the body section and then checks the expression c. For Each: Performs series of activities in the body section on each element of a collection d. Switch: Used when at least three potential courses of action are needed

7. Match the following characteristics over the corresponding type of robot (Unattended or Attended) - Works on the same machine as human user - Works on a separate machine - Works outside business hours - Job execution is triggered by human users or by related events - Job execution is triggered from Orchestrator

a. Works on the same machine as a human user: Attended Robot b. Works on a separate machine: Unattended Robot c. Works outside business hours: Unattended Robot d. Job execution is triggered by human users or by related events: Attended Robot e. Job execution is triggered from Orchestrator: Unattended Robot

2. Factors used to assess the automation potential of a process Factors: Zero-touch automation, High-Cost RPA, Semi-Automation, No RPA Descriptions: Processes that are digital and involve a highly static system and process environment, Processes that can be broken down into automated steps, and steps that must remain manual, Processes that are rather digital and can be automated, but use some complex technologies, Processes where change is frequent and multiple manual actions are needed

a. Zero-touch automation: Processes that are digital and involve a highly static system and process environment b. Semi-automation: Processes that can be broken down into automated steps, and steps that must remain manual c. High-cost RPA: Processes that are rather digital and can be automated, but use some complex technologies d. No RPA: Processes where change is frequent and multiple manual actions are needed


Related study sets

Chapter 3 PRE and HW - without PowerPoint Notes

View Set

Pharmacology M/C NCLEX-RN review questions

View Set

Safety and Infection Control EAQ

View Set

BUSORG 1645-1120; Corporate Entrepreneurship with Paul Harper, Midterm

View Set