Search Your Question...!

Showing posts with label Automation. Show all posts
Showing posts with label Automation. Show all posts

RPA Automation MCQ's

1. Which activities allow you to iterate through an array of strings?

   View Answer   

   While,For Each,Do While



2. As a best practice, how should workflows use a local desktop application?

   View Answer   

   1) By checking if the corresponding process is running and if not, opening the application by using the Open Application activity. 2) By using selectors to interact with the application.



3. How should an RPA developer address runtime exceptions in the workflows?

   View Answer   

   1) By logging any exception events 2)By using automatic recovery sequences inside the Catch blocks. 3) By using Try/Catch blocks when invoking external workflow files



4. How can you grab text from a notepad window inside Citrix?

   View Answer   

   1) By using Screen Scraping/Relative Scraping. 2)By using the Get Text with OCR activity



5. Can you hover the mouse over a specific UI Element?

   View Answer   

   1)Yes, by using Hover Text activity. 2)Yes, by using Hover Image activity. 3)Yes, by using Hover OCR Text activity.



UIPATH Orchestrator MCQ's | Interview Preparation | RPA

1. What happens if a new job is triggered while the robot it is assigned to is executing a different process?

   View Answer   

   The new job is left in a ‘Pending’ state until the robot finishes executing the process. The new job is executed as soon as the robot becomes available



2.  Is it possible to check whether a Robot that is connected to Orchestrator is available or not in real time?

   View Answer   

   Yes, this is possible through the Heartbeat mechanism; the status of each robot is updated on the Robots page



3. Is it possible to reprocess a transaction in a Queue after its failure due to an application exception?

   View Answer   

   Yes, if the Auto-Retry property of the Queue is enabled Yes, it can be retried manually on the Transactions page



4. How are Robot Keys generated?

   View Answer   

   Orchestrator generates unique Robot Keys during the robot provisioning process



5.  Is using the ‘Publish’ button in Studio the only way to upload a package to Orchestrator?

   View Answer   

   No. Packages can also be published via the Packages page in Orchestrator



UIPATH MCQ's | Interview Preparation - 1 | RPA

1. The Type Into activity can receive inputs like:

   View Answer   

   A variable followed by .tostring method & A static String



2. Getting the content of a PDF document is possible:

   View Answer   

   By opening the pdf and using screen scraping to get its data & By using the read Pdf text activity and providing the pdf file’s path



3. What kind of actions can be performed in the Variables panel?

   View Answer   

   Setting default values for variable & Changing variable type & Adding new variable



4. Where can you see the list of activities that you can use in a workflow?

   View Answer   

   In the Activities panel



5. How can you extract structured data from a web page?

   View Answer   

   Using the Data Scraping Wizard