Search Your Question...!

Showing posts with label Blueprism. Show all posts
Showing posts with label Blueprism. 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.