0% found this document useful (0 votes)
7 views6 pages

Quiz 1

The document contains multiple-choice, true/false, definition-based, and scenario-based questions related to UiPath activities and their functionalities. It covers topics such as Sequence activity, Excel Process Scope, Read Range, and various input methods. The questions are designed to test knowledge and understanding of UiPath automation tools and their applications.

Uploaded by

D.M.Kamrul Hasan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views6 pages

Quiz 1

The document contains multiple-choice, true/false, definition-based, and scenario-based questions related to UiPath activities and their functionalities. It covers topics such as Sequence activity, Excel Process Scope, Read Range, and various input methods. The questions are designed to test knowledge and understanding of UiPath automation tools and their applications.

Uploaded by

D.M.Kamrul Hasan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

UiPath

Multiple-Choice Questions (MCQs)


1. What is the primary purpose of a Sequence activity in UiPath?
a. To execute activities in a linear order.
b. To manage workflows with decision-making.
c. To open multiple workflows simultaneously.

d. To execute parallel activities.

2. Which activity ensures Excel processes are properly managed and closed
after use?
a. Use Excel File
b. Excel Process Scope
c. Write Cell
d. Read Range

3. How does the Use Excel File activity identify the file to interact with?
a. By specifying a file path.
b. By reading file metadata.
c. By default configuration.

d. None of the above.

4. What type of data does the Read Range activity return?


a. String
b. Array
c. DataTable
d. List

5. Which activity opens a specified URL in a browser?


a. Open URL
b. Open Browser
c. Navigate URL

UiPath 1
d. Load Web Page

6. What is the default timeout for the Open Browser activity?


a. 10 seconds
b. 30 seconds
c. 1 minute
d. No timeout

7. How can you access a specific column value in For Each Row?
a. row.Index

b. row("ColumnName").ToString
c. row.GetColumn("ColumnName")
d. row["ColumnName"]

8. What does the Type Into activity do?


a. Simulates typing text into a specified field.
b. Copies text from a specified field.
c. Validates text in a specified field.

d. None of the above.

9. Which property of the Click activity identifies the clickable element?


a. Selector

b. Anchor
c. Element ID

d. Timeout

10. What is the output of the Get Text activity?

a. Boolean
b. DataTable

c. String
d. Integer

11. How does the Write Cell activity locate the cell to write in?
a. By specifying the sheet name and cell address.

b. By providing a row index.

UiPath 2
c. By using a column reference.

d. None of the above.

12. What happens if the range in Read Range is left blank?

a. An error is thrown.
b. Only the first row is read.

c. The entire sheet is read.


d. The last row is skipped.

13. What type of files does the Excel Process Scope work with?
a. CSV files

b. Only XLSX files


c. Any Excel-compatible files

d. Password-protected files only

14. What input method in Type Into works in the background?


a. Default

b. Simulate Type
c. Send Window Messages

d. None of the above

15. Which activity extracts visible text from a webpage?

a. Read Range
b. Get Text

c. Extract Text
d. Text Scope

True/False Questions
1. Sequence activities cannot contain nested workflows. (True/False)

2. Excel Process Scope automatically closes Excel after execution.


(True/False)

3. Use Excel File locks the file, preventing other processes from accessing it.
(True/False)

UiPath 3
4. The Read Range activity reads only numeric data from an Excel sheet.
(True/False)

5. Open Browser supports private mode browsing. (True/False)

6. For Each Row in DataTable requires data to be in tabular format.


(True/False)

7. Type Into activity can simulate pressing the Enter key. (True/False)

8. Click activity always requires an anchor to locate the element. (True/False)

9. Get Text activity stores extracted data as a string. (True/False)

10. Write Cell can write data to multiple cells simultaneously. (True/False)

Definition-Based Questions
1. Define the purpose of the Sequence activity in UiPath.

2. What is the primary function of the Excel Process Scope activity?

3. Explain the use of the Use Excel File activity.

4. What is a DataTable, and how does Read Range utilize it?

5. Describe the role of the Open Browser activity.

6. Explain how For Each Row in DataTable processes each row.

7. What is the purpose of the Type Into activity?

8. Define the use of the Click activity.

9. What does the Get Text activity do?

10. Explain how the Write Cell activity updates Excel data.

Scenario-Based MCQs
1. You are tasked with extracting product names from an Excel file and
searching them on a website. Which activities should you use?

a. Use Excel File → Read Range → For Each Row → Type Into → Click

b. Excel Process Scope → Read Range → Write Range → Get Text

c. Open Browser → Write Cell → Get Text

2. While automating Excel, you want to read data from "Sheet1" without
including the headers. What should you configure?

UiPath 4
a. Enable Add Headers
b. Disable Add Headers

c. Leave Add Headers blank

d. None of the above

3. A product search on a website fails due to a dynamic selector issue. How


can you resolve it?

a. Use a fixed selector.

b. Use wildcards in the selector.

c. Remove the selector property.


d. Retry the activity without changes.

4. You want to log extracted prices into an Excel file. Which activity sequence
is correct?

a. Read Range → Get Text → Write Range

b. Use Excel File → Write Cell

c. Open Browser → Get Text → Write Cell


d. For Each Row → Type Into → Get Text

5. After typing a product name, the search button must be clicked. What
activity should you use?
a. Type Into

b. Click

c. Get Text

d. Open Browser

Scenario-Based True/False
1. Read Range can read data from password-protected Excel sheets without
additional configuration. (True/False)

2. Open Browser allows opening multiple tabs in the same session.


(True/False)

3. For Each Row in DataTable can process empty rows. (True/False)

4. Get Text activity works even when the browser is minimized. (True/False)

UiPath 5
5. Write Cell requires a specific cell reference to update data. (True/False)

Concept-Based MCQs
1. Which property in Type Into ensures accurate typing in minimized
windows?

a. Default

b. Simulate Type

c. Send Window Messages


d. Keyboard Mode

2. What does the Add Headers option in Read Range do?

a. Ignores headers in the sheet.

b. Reads only the header row.

c. Includes headers in the DataTable.


d. Leaves headers blank.

3. Which activity handles large amounts of text extraction from UI elements?


a. Get Text

b. Screen Scraping

c. Extract Text

d. Web Extractor

4. How can you handle errors in the Click activity if the selector is not found?

a. Use Try-Catch

b. Adjust Delay After

c. Change TimeoutMS
d. Disable Click

5. Which activity is best for adding product prices to specific cells in Excel?

a. Write Cell
b. Write Range

c. Update Cell
d. Edit Range

UiPath 6

You might also like