0% found this document useful (0 votes)
43 views2 pages

UiPath Interview Questions Set3

The document outlines key concepts related to UiPath, including dynamic selectors, Orchestrator, assets, and queues. It explains how to make selectors dynamic, publish processes to Orchestrator, and provides a real-world automation scenario. Additionally, it describes methods for extracting data from websites using UiPath activities.

Uploaded by

ridhidas24
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)
43 views2 pages

UiPath Interview Questions Set3

The document outlines key concepts related to UiPath, including dynamic selectors, Orchestrator, assets, and queues. It explains how to make selectors dynamic, publish processes to Orchestrator, and provides a real-world automation scenario. Additionally, it describes methods for extracting data from websites using UiPath activities.

Uploaded by

ridhidas24
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/ 2

UiPath Interview Questions - Set 3: Selectors, Orchestrator & Scenarios

What is a dynamic selector in UiPath?

A dynamic selector changes based on variable values. It is used when UI elements are not

constant.

How do you make a selector dynamic?

Use variables or wildcards (*) in the selector string to handle changing attributes.

What is UiPath Orchestrator?

Orchestrator is a web-based application used to manage, schedule, and monitor UiPath Robots and

processes.

How do you publish a process to Orchestrator?

In UiPath Studio, use the 'Publish' button. Then connect the Robot to Orchestrator and deploy the

process.

What are Assets in Orchestrator?

Assets are shared variables like credentials or configuration values, stored securely and used

across processes.

What are Queues in UiPath?

Queues are used to store transactional data that can be processed by multiple robots

simultaneously.

Give an example of a real-world automation scenario.

Reading invoice data from emails, extracting text from PDFs, and updating it in an Excel sheet or

web form.

How do you extract data from a website in UiPath?


Use Data Scraping or UI Automation activities like 'Get Text', 'Get Full Text', or 'Extract Structured

Data'.

You might also like