0% found this document useful (0 votes)
227 views5 pages

Ui Path: Important Questions and Answers: Score: 10.00

The document contains questions and answers about UiPath. It covers topics like custom activities, running parallel processes, reusable components, scheduling processes from Orchestrator, and web scraping capabilities.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
227 views5 pages

Ui Path: Important Questions and Answers: Score: 10.00

The document contains questions and answers about UiPath. It covers topics like custom activities, running parallel processes, reusable components, scheduling processes from Orchestrator, and web scraping capabilities.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

Ui Path : Important Questions and Answers

Multiple Choice
1)
Are you restricted to the existing activities in UiPath Studio?

 No, you can create and use Custom Activities.


 Yes, you are restricted to the existing activities.
 No, you can download more activities via the Package Manager and UiPath Go!
Score: 10.00
Single choice
2)
 Can you run multiple instances of the same process, in parallel?

 Yes, on the same robot.


 Yes, on different robots.
 No.
Score: 10.00
Single choice
3)
What is a reusable component?

 A workflow that implements a very common action repeated throughout all your automations.
 The artifact of a Publish operation.
 A functionality of the Orchestrator server.
Score: 10.00
Single choice
4)
Scheduling a process is done from:

 UiPath Studio.
 Orchestrator Server.
 UiPath Robot.
Score: 10.00
Multiple Choice
5)
What web scraping capabilities can UiPath implement? 

 Extracting image content from a webpage.


 Extracting lists or other structured data from a webpage.
 Extracting text based content from a webpage
 Extracting the content of a table from a webpage.
Score: 0.00

BACK TO RESULTS
Level 1 - Foundation Training - 2018.3
46 / 155 parts completed
PREVIOUS

NEXT
Lesson 1 - Introduction to UiPath
5/5
Lesson 1 - Introduction to UiPath
Lesson
Lesson 1 - Introduction to UiPath
Video
Lesson 1 - Documentation
Lesson
Lesson 1 - Introduction to UiPath - Recap
File download
Lesson 1 - Quiz
Test
Lesson 2 - Variables, Data Types & Control Flows
17 / 17
Lesson 3 - Data Manipulation
10 / 10
Lesson 4 - Recording
13 / 13
Lesson 5 - Advanced UI Interaction
1 / 14
Lesson 6 - Selectors
0 / 12
Lesson 7 - Image and Text Automation
0 / 12
Lesson 8 - Advanced Citrix Automation
0/9
Lesson 9 - Excel & Data Tables
0 / 12
Lesson 10 - PDF
0 / 10
Lesson 11 - E-mail Automation
0 / 12
Lesson 12 - Debugging & Exception Handling
0 / 14
Lesson 13 - Project Organization
0 / 13

RPA Training - Feedback Form


Survey
RPA Developer Foundation Training - Final Test
Test

Read more

GOT IT
1)
Which of the following statements are true regarding the Output DataTable activity?

 Returns a DataTable object


 Writes a DataTable to a csv file
 Returns the data contained in a DataTable as a string in a csv format
 Writes a DataTable to an Excel file
Score: 10.00
Single choice
2)
The String.Format(“Input = {0} and Output = {1}”, “1”,”2”) expression returns which of the
following text:

 Input = 1 and Output = 2


 Input = 1 and Output = 1
 Input = 0 and Output = 0
 Input = {0} and Output = {1}
Score: 0.00
Single choice
3)
Which .Net method of the datatable object can be used to filter a table by a condition?

 Select
 Clone
 ToString
 Filter
Score: 10.00
Single choice
4)
Which variable type can you use to efficiently store the current time inside your
workflows?

 Integer
 DateTime
 Array<String>
 String
Score: 10.00
Single choice
5)
Which activity can be used to loop through each row from a DataTable?
 Build DataTable
 Flow Decision
 If
 For Each Row
Score: 10.00

1)
Which recording wizard would you use to automate UI interactions in an application where elements can not be

selected individually?

 Citrix Recording
 Web Recording
 Desktop Recording
 Basic Recording
Score: 10.00
Single choice
2)
How can you delay the Automatic Recording?

 By clicking in the right corner of the screen


 By hitting the F2 key
 By hitting the Escape key
 By right clicking
Score: 10.00
Single choice
3)
Can you combine automatic recording with step-by-step recording in the same recording sequence?

 No
 Yes
Score: 10.00
Single choice
4)
Which container will Web Recording generate?

 Attach Browser
 Attach Window
 Excel Application Scope
 No container
Score: 10.00
Single choice
5)
Which recording wizard would you use to automate Virtual Machine actions? 
 Web Recording
 Desktop Recording
 Basic Recording
 Citrix Recording
Score: 0.00

You might also like