Sei sulla pagina 1di 11

1. What is the file that contains the information about the automation project ?

project.xml

project.xaml -- not this

project.config

project.json -- c

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

.bat

.msi

.nupkg -- c

.exe

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

State Diagram and flow Chart

State Diagram -- c

Sequence

Flowchart

4. Which will provide quick access to variables,arguments and imports in UIPath


Studio ?

Variables Properties

All

Designer panel -- c

Manage Variables

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

True

False -- c

6. Which exceutes the process built on UiPath studio?

UiPath Orchestrator

UiPath State

UiPath Robot -- c

UiPath project
7. Which is suitable for linear processes and stand as a single block activity?

workflow

All options

Sequences -- c

Flowchart

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

Validate

Transactions

End

Transition(s) -- c

9. Which among the following has multiple branching logical operators?

None of the above

Flow chart and Sequence

Flowchart -- c

Sequence

10. Around__________activities are present in UiPath studio.

300 -- c

350

450

400

11. Which is suitable for linear processes and stand as a single block activity?

All options -- not this

Flowchart

workflow

Sequences -- c

12. ________ Deals with any kind of data.

Boolean

Integer

String -- not this


Generic value -- c

============================================================

1. _________ deals with numbers, characters and Boolean.

All the options

Scalar -- c

Collections

Tables

2. _________ is not a type of recording.

Citrix

Desktop

Basic

Application -- c

3. Variables in UiPath are categorised into ________ types.

Three -- c

Four

Two

Five

4. ________ is used to do excel activities.

Excel app scope

Excel pro scope

Excel application scope -- c

Excel project scope

5. _________ is used to find UI elements in application.

Selectors -- c

Attributes

Nodes

6. $ is a wild card selector.

True

False -- c

7. _________ is used to check by name rather than index.


None of the Options

Dictionary -- c

Array

List

8. Recording captures everything and transforms it into ________.

Sequences -- c

Diagrams

Flow chart

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

ForEach Row -- c

All the options -- not this

do While

ForEach -- not this

10. ________ provides skeleton structure for process.

Automatic and Manual Recordings

Automatic Recoring -- c

Manual Recoring

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

False

True -- c

============================================================

1. __________ is used when reliable selectors are not available.

Append range -- c

Add Range -- not this

Range Append

2. Relative Scrapping helps in extracting data from virtual networks.

False

True -- c

3. ___________ monitors the system based on system-wide key events.


Hot Key trigger -- c

Triggering

Key Trigger

Key hot triggering

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

Image appear

Image available

Image Present

Image Exists -- c

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

Range -- c

With in Range

Range from

6. Citrix environment is a virtual environment.

True -- c

False

7. Output methods are also called as __________.

Screen scrapping -- c

Output scrapping

Web scrapping

App scrapping

8. Which among the following is used to automate virtual environments.

Citrix wizard automation

citrix automatic wizard -- c

citrix automation -- not this

citrix wizard

9. Which among the following helps in monitoring system events?

system events monitor -- not this

Monitoring system events


Monitor system events -- c

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

Save Mail Message -- c

Mail save Message

Save Mail

Mail Save

11. __________ is used to secure the text sent to UI elements.

Secure text

Type secure text -- c

security text

Secure type text

12. Relative Scrapping helps in extracting data from virtual networks.

False

True -- c

============================================================

1. Execution status can be tracked by using _______.

Logs

Log Message -- c

Message Log

2. Data is passed between the workflows using _______.

Activities -- c

Flowcharts

Diagrams

3. Which among the following is a organised project standard?

Maintainable

Reliable

All the options -- c

Efficient

4. ___________ helps to observe the execution of a process.

Executions
Debugging -- c

Exceptions

5. Which among the following is not a debug mode?

Highlight

Break

slowstep

Enter -- c

6. __________ is used to break complex workflow into smaller steps.

Start Workflow

Begin Workflow

Invoke Workflow -- c

============================================================

1. All logs in UiPath are exported to ___ file.

.xls

.ods

.xlsx

.csv -- c

2. Which among the following maintains and develops orchestrator environment?

Configuration -- c

Monitoring

Deployment

Development

3. __________ Orchestrates the robots to run repetitive business process.

UiPath Explorer

Ui Explorer

UIPath Orchestrator -- c

UiPath Robot -- not this

4. ___________ helps in executing jobs faster.

Jobs
Process -- c

Environments

5. Which among the following are types of assets?

Text

All the options -- c

Integer

Bool

6. You can assign robots in UiPath from _______.

Jobs Page

None of the options

Jobs or Schedules Page -- c

Schedules Page

============================================================
============================================================
============================================================

1. Which among the following is used to generate multiple actions in same window?

Partial and Full selectors

Partial Selector -- c

Full selector

2. _________ adds a pause when activty is done.

After Delay

Delay time

Delay after ---- c

Pause delay

3. Despite sensitive to graphical variations which property is fast and reliable?

Click Element

Click Image ---- c

All

Click Text

4. We can use _____when looking to extract a certain value from a PDF file when
there are major structural changes in the file.
Anchor Base -- c

Element Exists

Text Exists

Relative

5. ______helps in validating selectors in real time.

Ui Explorer ---- c

Web explorer

Desktop explorer

UiPath Explorer

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

ForEach Row -- not this

ForEach

do While

All

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

UiPath Orchestrator ---- c

UiPath Robot

None of the options

UiPath Studio

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

False -- c

True

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

False

True -- c

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

Clone

Copy
Select

Sort -- c

11. Each transition contains three sections namely condition,action,and


___________.

Trigger -- c

end

Validate

final state

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

True -- c

False

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

True -- c

False

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

.bat -- not this

.nupkg

.exe

.msi

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

True

False -- c

16. To achieve faster automation UI elements are helpful.

True -- c

False

17. _______ direction can be used within given workflow.

In and In/Out

Out
In/Out

In -- not this

Direction

18. It is recommended to surround the workflow by a _____ activity in order to


handle any exceptions.

Comment

Annotations

Try Catch -- c

19. Which among the following is fast in execution?

Default

Simulate Type/Click -- c

Windows Message

20. What is the file that contains the information about the automation project ?

project.json -- c

project.config

project.xml

project.xaml

Potrebbero piacerti anche