26)What is the use fulltext scraping method in UIPATH?
FullText method allows us to scrape all visible text on the UI object.
it is fast and accurate
it cannot extract the screen coordinates of the text.
We have choice to ignore hidden text
27)What is the use Native scraping method in UIPATH?
Along with scraping the text, it also captures the position of the text and other text properties such as font style and colour. Think of it like your clipboard doing the copy-paste for you.
We have choice to ignore text formatting position options comparatively slower than full text
28)What is OCR method in UIPATH?
OCR mainly used for Virtual Desktops , Citrix applications
Only English is available by default
You have a choice to select what type of information you want.
Very slow , not fully accurate
29)What wild card characters we use for selectors in UIPATH?
*,?
30)How Write Range activity work on a .xlsx file in UIPATH?
It will write the data if file exist , if file not exist , it will create the file and write the data in that file.
31)How Read Range activity will work excel file ?
Read the value form excel file and stores it in data table , depends on Range parameter given ,
if you give range parameter as empty then it will read entire data of the file
32)How Clipping Region is working in UIPATH?
Using this we can point particular position in an application
Clipping Region is a shared resource.
Reset Clipping Region mandatory to be executed at the end of a scrape relative sequence.
33)What is the use of Get Outlook mail messages activity?
Using Get Outlook mail messages activity will get only filtered MailMessage variables
34)What is the database mandatory for Orchestrator?
Only SqlServer
35)How do you reset a clipping region?
With a Set Clipping Region activity
36)What can be done when the Windows Remote Connection doesn’t allow sending hotkeys?
It should work if the Windows Remote Connection is in ‘full-screen’ mode.
37)How can the robot pass a variable argument when opening an application in Citrix (eg: a web address for a browser)?
In the command prompt, type in the path to the application and the argument
38)What activity should you use if you want to add data to an existing .xlsx document without overwrite existing data?
- Excel Append Range
39)What happens if you use the Excel Read Range activity to read a .xlsx file that is already opened?
It will read the document successfully.
40)Who communicates directly with orchestrator?
The UIPath Agent windows service
41)What is WaitForReady property of an activity in UiPath?
Mainly used for Target to become ready before performing action
Under this we have three options
NONE: Need not to wait for target to be ready
INTERACTIVE: Wait until part of the target to be ready
COMPLETE: Wait until complete target to be ready
42) What is Target property of an activity in UiPath?
Target is nothing but an UI element of activity work with.
43) What is the Private property of an activity in UiPath?
By default log will be generated for all activities in UiPath, If you want to disable log , you can use this Private property
44)What is Action property value Toggle of Check activity in UiPath?
If Action property is Toggle -> Bot perform Check if control is unchecked vice versa
45) What is ElementScope activity in UiPath?
ElementScope activity is a container enables to attach an element performing multiple action on it.
Inside container elements need not give selector , container selector automatically applies to this.
46)What is the difference between workbook and worksheet?
if we take organizational data in excel
complete organizational data is workbook
department data in organization is worksheet.
47) How many ways create DataTable in UiPath?
Most common ways are
Build DataTable
Read Range
Read CSV
Data Scraping
48)How many ways to log the messages in application?
1)Fatal
2)Error
3)Warning
4)Info
5)Debug
6)Trace
49)What is the difference between Fatal and Error?
Fatal stops the execution there is no choice
Error may not stop execution. Sometimes execution may continue even we have an errors
50)What is the difference between Trace and Info?
Trace: When tracing the code trying to find out part of the function leading up to the errors and warnings
Info: Information logged under normal conditions about starting and stopping
51)LogMessage activity message priority levels in UiPath?
Verbose <Trace <Information<Warning<Error<Critical<off
If you activity to Error -> it is logging both Error as well as Critical.
52)What is ExtractPDFPageRange Activity in UiPath?
-This activity work based on given range
-Range property value should be coma separated 1,2,3,4
-If you give 1,2,3 -> 1,2,3 pages will be extracted
-If you give 1,3,5,->1,3,5 pages will be extracted
53)How to enable/disable bots from orchestrator?
Login into the orchestrator -> schedules menu -> rightside below refresh the find the more options -> click on options ->enable /disable /remove and view jobs options
54)How to see the job status in orchestrator ?
Login into the orchestrator ->jobs menu -> right side find the info about job
55)How to stop job from orchestrator?
Login into the orchestrator ->jobs menu -> right side find the info about job -> rightside below refresh the find the more options -> click on options -> find " view logs/stop and kill "
56)How to see the current package version running on bots?
Login into the orchestrator ->processes menu ->rightside below refresh the find the view processes option ->getting pop box there you can find version and other info
57)What is Report Status activity in UiPath?
-Report Status activity is used to display status message in UiPath assistant.
-using this activity agent knows what is happening in a process
58) What is TerminateWorkflow activity in UiPath?
If you want to terminate job and through an exception then use this TerminateWorkflow activity
-it is immediately ending the job. Throw Runtime execution error
For Part1 questions click here
Thanks for visiting this blog. How is the content?. Your comment is great gift to my work. Cheers.
No comments:
Post a Comment