RPA-Uipath -interview Q&A
1. What is branching in Uipath?
For connecting the activities we are using the branch in Flowchart.
________________________________________
2. What is Selector & types of selector?
To automate specific actions in the user interface, you are required to interact with various windows, buttons, drop-down lists and many others. Most RPA products do this by relying on the screen position of UI elements, a method that is not at all dependable.
To overcome this problem, UiPath Studio uses what we call selectors.
Wildcards are symbols that enable you to replace zero or multiple characters in a string.
________________________________________
3. Types of Wildcards in UiPath?
Asterisk (*) – replaces zero or more characters
Question mark (?) – replaces a single character
4. What is Uipath Explorer?
UI Explorer is an advanced tool that enables you to create a custom selector for a specific UI element. It is available only if the UiPath.UIAutomation.Activities package is installed as a dependency to the project.
To open the UI Explorer window, click the button in the Selectors section, in the Design tab.
________________________________________
5. What is Automatic Recording in UiPath?
Automatic recording is very useful and time-saving as it can provide you with a skeleton for your business processes, and can be easily customized and parameterized.
________________________________________
7. What is manage package in UiPath?
The package manager functionality enables you to download activity packages, libraries, frameworks, wrappers and others, view the ones already installed on your computer and update them, as well as add and remove your own.
These features are available through the Manage Packages window that you can open by clicking the Manage Packages button on the Activities panel.
________________________________________
8. How to publish any project in UiPath?
Publishing an automation project means archiving the workflow and all the other files in the folder so that it can be sent to Robots and then executed.
Additionally, automation projects may be published to a custom NuGet feed, with the option to also add an API key if the feed requires authentication.
Publishing projects locally requires you to provide a path on the local machine, different than the location where process packages are published. From here, you can later manually send the packages to the Robots, so they can be executed. The default local publish location is %ProgramData%\\UiPath\\Packages.
________________________________________
9. How to run bot through robot?
If development is completed, we will deploy bot to orchestrator, So that’s why we will publish that & connect orchestrator through robot, we will provide all the data in uipath robot setting.
________________________________________
10. How to run bot through command prompt & create shortcut of robot?
First we have to publish that from design panel, then we have to take that published nugget package location & -file your .xaml location.
________________________________________
11. How to save credentials in window & use through Uipath?
First we have to install system credential from Uipath manage package then we will save all credential in credential manager. We will take secure credential activity & will fetch that user id & password in two variable & pass into web application or whatever process want to automate.
________________________________________
12. How to automate database?
For database automation you have to install Uipath.database activity from Manage package,
& You have to provide all the datails of whatever database you are using in activity properties.
________________________________________
13. How to create database connection with Uipath & take the data from database?
For database automation you have to install Uipath database activity from Manage package,
& You have to provide all the details of whatever database you are using in activity properties.
________________________________________
14. Which activity you have used in database.
For database there are lots of activity like Connect, Disconnect, Execute query & Non execute query.
________________________________________
15. What are UI Activities Properties in UiPath?
There are multiple activities that can be used to automate apps or web-apps and you can find them in the Activities panel, under the UI Automation category.
ContinueOnError ,DelayBefore,TimeoutMS,WaitForReady –
________________________________________
16. What is citrix automation in Uipath? Have worked on citrix?
The virtual machine is the emulation of the computer science. If you efficiently want to process the automation in the Citrix machines then you will need techniques and tool. The Citrix automation in uipath is used for operating the virtual machine.
________________________________________