0% found this document useful (0 votes)
9 views4 pages

Automation Pathshala

The document contains a series of questions and answers related to UiPath, covering topics such as logging, data filtering, queue item statuses, and RPA technology. It includes references to official UiPath documentation for further reading. Additionally, it outlines a task to create a project that processes an Excel file to calculate and display sales data by region.

Uploaded by

vshcool007
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)
9 views4 pages

Automation Pathshala

The document contains a series of questions and answers related to UiPath, covering topics such as logging, data filtering, queue item statuses, and RPA technology. It includes references to official UiPath documentation for further reading. Additionally, it outlines a task to create a project that processes an Excel file to calculate and display sales data by region.

Uploaded by

vshcool007
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/ 4

Question Answer Fresher/Experience Reference

Orchestrator->Tenant->Manage Access->Edit User->Robot Settings-


How we can enable/disable logging? Fresher https://docs.uipath.com/studio/docs/logging-levels
>Logging Level->Off
Framework : If a new transaction item is retrieved, get additional information about it: Object
Experience
reference not set to an instance of an object.
Can we change the status of in progress queue item to New? If yes, how?
where we set the status of set transaction in REFramework (which xaml file)
4 ways of filter the datatable are
1. Filter Data Table activity in Studio
Explain all the ways to filter the datatable 2. DataTable.Select() method https://www.uipath.com/community/rpa-community-blog/four-ways-to-filter-data-table-in-uipath-studio
3. DataTable extension method DataTable.AsEnumerable()
4. Filter with LINQ
2 States in Queue are
Explain all the States of Queue 1. Item Statuses. https://docs.uipath.com/orchestrator/docs/queue-item-statuses
2. Revision Statuses.
If the transaction stays in queue (not picked by processor) longer then
when Queue transaction goes to in abandoned state
24 Hrs then it goes to abondened state
Differerence between Get Queue item and Get Transacti Get Queue item returns all the transactions available in the queue. We
can also filter what type of transactions we need.
If data is in <li> and <ul> format then which activity will use to extract the data
Get Transaction item returns the data available in transaction item
what is difference between switch and switch flow
which is in new state and sets to in progress status in orchestrator
what are all logs available https://docs.uipath.com/orchestrator/docs/logging-levels
Parallel Activity is used to perform two or more different action in
Explain the parallel activity
parallel time
Diference between partial selector and full selector https://docs.uipath.com/studio/docs/full-versus-partial-selectors
To pass data from one workflow to another workflow, we use
When we use In/OUT argument type
arguments
We can use "Set Credentials Activity" in order to update credential asset
Which activity we use to update the Credential Asset
of orchestrator
Break - stops the loop and control goes to next activity, continue- stop
Explain break any and break all? (might be tricky question as did not find "break all") Fresher
only current iteration of loop and continues the loop
Custom activities can be created using vb or c#. In uipath we can create
How do we create the custom activity ? Have you created any one ?
reusable components using existing activities.
which argument direction is pass by value and which direction is pass by reference
Robotic Process Automation (RPA) is a technology that allows work to
be automated in the same way that a human would. Robotic process
automation does not imply that robots would completely replace
humans; rather, it refers to computer software that mimics human
What is RPA Technology behaviors.
Different Types of Workflow in Uipath Sequence, flowchart, state machine & global handler
Attended RPA bots act as virtual assistants, assisting a single employee
with their responsibilities in order to increase productivity. Legacy
What is differnce between Attended robot and Unattended robot Attended Automation is limited to the desktop of a single employee.
Difference b/w Argument and Variable
Basic recorder generates full selector for each activity (do not create
container/attach window) whereas desktop recorder generated
Differnce b/w Basic and Desktop Recording container and generated partial selectors for activities
Assest is a piece of data stored in Orchestrator for the use of robots. 4
What is Assests And Its Kind types of assest 1. Text 2. Bool 3. Integer 4. Credential
Orchestrator is the component of the UiPath Platform for managing
What is orchestrator and its need automations, robots and the related entities.
How do we make Selectors Dynamic
Type of Assest to hold Username and Password Credentials
Inorder to connect to Database, we need to have installed Uipath.
database.Activities package and use connect activity to establish a
How do we connect Uipath to Database connection between uipath and database
How do we scrape data from Webpage using Data screping wizard
How do we read data from Excel using Read Range activity
Workbook activities neither requires Excel installed on machine nor
Difference b/w Workbook and Excel open excel whereas vice versa for Excel Activities
Input Methods available in Uipath Hardware events, Default, Send Window Message, & Simulate Type
Output methods available in Uipath FullText, Native, & OCR(used in screen scraping)
How to select an item from Dropdown we can use selectItem activity
How to send Email by using Uipath using Sent SMTP Mail Message or Send Outlook Mail Message activity

Click on Publish button in UiPath Studio and click next, select custom(to
deploy on local path) or select Personal Workspace or Tenant Processes
Steps to Publish a Project feed (to deploy in Orchestrator)
Task:
Download the following file to your computer: https://www.contextures.com/SampleData.zip

Create and submit a project that does the following:


Loads the downloaded Excel file
Calculates the total sales for each region
Displays, in a message box, the region with the most sales and the region with the least sales, with the corresponding sales amounts

You might also like