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'.