---Advertisement---
Automation Robotics

RPA with UiPath Interview Question-Answer

By Smart Answer

Updated on:

---Advertisement---

Q.1 Which exceutes the process built on UiPath studio?

       A. UiPath project

       B. UiPath Robot

       C. UiPath Orchestrator

       D. UiPath State

Ans : UiPath Robot


Q.2 Entry,Exit and ___________ are the three sections of the state activity in a state machine.

       A. Transactions

       B. End

       C. Validate

       D. Transition(s)

Ans : Transition(s)


Q.3 Which among the following has finite states in its execution?

       A. State Diagram and flow Chart

       B. Flowchart

       C. Sequence

       D. State Diagram

Ans : State Diagram


Q.4 When publishing a project, what is the type of file the entire project is archived to ?

       A. .bat

       B. .msi

       C. .nupkg

       D. .exe

Ans : .nupkg


Q.5 Variables can be created even if the Designer panel does not contain at least one activity.

       A. True

       B. False

Ans : False


Q.6 Multiple Processes can use the same file if visible checkbox is checked.

       A. True

       B. False

Ans : True


Q.7 ________ Deals with any kind of data.

       A. String

       B. Generic value

       C. Integer

       D. Boolean

Ans : Generic value


Q.8 ________ is used to do excel activities.

       A. Excel application scope

       B. Excel project scope

       C. Excel app scope

       D. Excel pro scope

Ans : Excel application scope


Q.9 _________ deals with numbers, characters and Boolean.

       A. Collections

       B. Tables

       C. Scalar

       D. All the options

Ans : Scalar


Q.10 Recording captures everything and transforms it into ________.

       A. Sequences

       B. Diagrams

       C. Flow chart

Ans : Sequences


Q.11 ________ provides skeleton structure for process.

       A. Manual Recoring

       B. Automatic Recoring

       C. Automatic and Manual Recordings

Ans : Automatic Recoring


Q.12 Which among the following is used to check whether the image is available ?

       A. Image available

       B. Image appear

       C. Image Exists

       D. Image Present

Ans : Image Exists


Q.13 Which among the following helps in monitoring system events?

       A. system events monitor

       B. Monitor system events

       C. Monitoring system events

Ans : Monitor system events


Q.14 $ is a wild card selector.

       A. True

       B. False

Ans : False


Q.15 __________ is used to secure the text sent to UI elements.

       A. security text

       B. Secure text

       C. Secure type text

       D. Type secure text

Ans : Type secure text


Q.16 Which among the following is used to automate virtual environments.

       A. Citrix automatic wizard

       B. Citrix wizard

       C. Citrix automation

       D. Citrix wizard automation

Ans : Citrix automatic wizard


Q.17 By using ______ property you can find the pages as per your wish.

       A. Range

       B. Range from

       C. With in Range

Ans : Range


Q.18 Which among the following is used to save mails to specified folder?

       A. Save Mail Message

       B. Mail save Message

       C. Save Mail

       D. Mail Save

Ans : Save Mail Message


Q.19 Data is passed between the workflows using _______.

       A. Flowcharts

       B. Activities

       C. Diagrams

Ans : Activities


Q.20 Execution status can be tracked by using _______.

       A. Message Log

       B. Logs

       C. Log Message

Ans : Log Message


Q.21 Which among the following is not a debug mode?

       A. Highlight

       B. Break

       C. Enter

       D. slowstep

Ans : Enter


Q.22 __________ is used to break complex workflow into smaller steps.

       A. Start Workflow

       B. Begin Workflow

       C. Invoke Workflow

Ans : Invoke Workflow


Q.23 Which among the following is a organised project standard?

       A. Efficient

       B. Maintainable

       C. Reliable

       D. All the option

Ans : All the option


Q.24 ___________ helps to observe the execution of a process.

       A. Exceptions

       B. Executions

       C. Debugging

Ans : Debugging


Q.25 ___________ helps in executing jobs faster.

       A. Environments

       B. Jobs

       C. Process

Ans : Jobs


Q.26 __________ Orchestrates the robots to run repetitive business process.

       A. Ui Explorer

       B. UiPath Robot

       C. UIPath Orchestrator

       D. UiPath Explorer

Ans : UIPath Orchestrator


Q.27 Which among the following maintains and develops orchestrator environment?

       A. Development

       B. Deployment

       C. Monitoring

       D. Configuration

Ans : Configuration


Q.28 All logs in UiPath are exported to ___ file.

       A. .xlsx

       B. .csv

       C. .xls

       D. .ods

Ans : .csv


Q.29 Which among the following are types of assets?

       A. Text

       B. Integer

       C. Bool

       D. All the options

Ans : All the options


Q.30 You can assign robots in UiPath from _______.

       A. Jobs or Schedules Page

       B. Jobs Page

       C. Schedules Page

       D. None of the options

Ans : Jobs or Schedules Page


Q.31 Which among the following is a web-based management platform?

       A. UiPath Studio

       B. UiPath Robot

       C. UiPath Orchestrator

       D. None of the options

Ans : UiPath Orchestrator


Q.32 _________ adds a pause when activty is done.

       A. Delay time

       B. After Delay

       C. Pause delay

       D. Delay after

Ans : Delay after


Q.33 _____ tool is a method of getting blocks of text from a PDF.

       A. Get Text

       B. Screen Scraping

       C. Read PDF Text

       D. All

Ans : All


Q.34 ______helps in validating selectors in real time.

       A. UiPath Explorer

       B. Web explorer

       C. Desktop explorer

       D. Ui Explorer

Ans : Ui Explorer


Q.35 Which activity enables you to step through arrays, lists, data tables or other types of collections?

       A. do While

       B. ForEach

       C. ForEach Row

       D. All

Ans : ForEach


Q.36 Pick Branch activity cannot be used inside the Then/Else section of an If activity.

       A. True

       B. False

Ans : True


Q.37 Each transition contains three sections namely condition,action,and ___________.

       A. end

       B. Validate

       C. final state

       D. Trigger

Ans : Trigger


Q.38 Which among the following is fast in execution?

       A. Windows Message

       B. Simulate Type/Click

       C. Default

Ans : Simulate Type/Click


Q.39 ___is the best approach to filter data from a data table based on a condition.

       A. Clone

       B. Copy

       C. Select

       D. Sort

Ans : Sort


Q.40 Which input action on screen scraping is best suited for an application that needs higher rate of compatibility and speed?

       A. Simulate Type/Click

       B. Click Image

       C. All

       D. Click

Ans : Simulate Type/Click


Q.41 _______ enable you to pause the execution of an automation so that you can check its state at a given point.

       A. Break

       B. Slow step

       C. Breakpoints

       D. Pause

Ans : Breakpoints


Q.42 We can use _____when looking to extract a certain value from a PDF file when there are major structural changes in the file.

       A. Anchor Base

       B. Text Exists

       C. Element Exists

       D. Relative

Ans : Anchor Base


Q.43 Which among the following is a organised project standard?

       A. Maintainable

       B. Efficient

       C. Reliable

       D. All the options

Ans : All the options


Q.44 Can a robot perform clicks alongside key modifiers (shift, ctrl, etc) in citrix environment?

       A. True

       B. False

Ans : True


Q.45 Generic Value variables can store any kind of data including text,number,dates and array data(s).

       A. True

       B. False

Ans : True


Q.46 Break activity can be used along with switch activity to iterate through cases of switch activity.

       A. True

       B. False

Ans : False


Q.47 To achieve faster automation UI elements are helpful.

       A. True

       B. False

Ans : True


Q.48 Left click and Right click on buttons, Mouse hover and other elements can be recorded.

       A. True

       B. False

Ans : False


Q.49 When you publish a project, the entire project folder is archived into _________ file ?

       A. .bat

       B. .exe

       C. .nupkg

       D. .msi

Ans : .nupkg


Q.50 The current values of the variables while working in debug mode will be displayed in ____ panel of the UiPath studio.

       A. Output

       B. Variables

       C. Locals

       D. Debug

Ans : Locals


Smart Answer

---Advertisement---

Related Post

Automatix – Art of RPA Interview Question-Answer Part – 2

Automatix – – – 1 Q.1 _____ is used for nesting of substeps in a job.        A. Developer Tools        B. Process recorder ...

Automatix – Art of RPA Interview Question-Answer

Automatix – Art of RPA Interview Question-Answer Part – 2 Q.1 _________ deploys jobs to the software robots.        A. Developer tools        B. ...

WorkFusion RPA Express Interview Question-Answer

Q.1 Which of the following are the capabilities of SPA?        A. Cognitive automation        B. Workforce Orchestration        C. Robotic automation ...

RPA with Pega Interview Question-Answer

Q.1 Adapters help the users to interact with _______ application(s).        A. Random        B. Any        C. Target Ans : Target Q.2 ...

Leave a Comment