Quiz 1
Quiz 1
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.
UiPath 1
d. Load Web Page
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"]
b. Anchor
c. Element ID
d. Timeout
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.
UiPath 2
c. By using a column reference.
a. An error is thrown.
b. Only the first row is read.
13. What type of files does the Excel Process Scope work with?
a. CSV files
b. Simulate Type
c. Send Window Messages
a. Read Range
b. Get Text
c. Extract Text
d. Text Scope
True/False Questions
1. Sequence activities cannot contain nested workflows. (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)
7. Type Into activity can simulate pressing the Enter key. (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.
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
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
4. You want to log extracted prices into an Excel file. Which activity sequence
is correct?
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)
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
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
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