Search Your Question...!

UIPATH MCQ's | Interview Preparation - 2 | RPA

1. Consider having an application in Citrix Environment that has a button named ‘Accept’ and also a label that contains the Accept word. How can Click Text be customized in order to access the correct button?

   View Answer   

   By using the Occurrence property.



2. What can be done when the Windows Remote Connection doesn’t allow sending hotkeys?

   View Answer   

   It should work if the Windows Remote Connection is in ‘full-screen’ mode.



3. What happens if Find Image doesn’t actually find the desired image?

   View Answer   

   An exception is thrown.



4. Can a Pick Branch activity be used alone?

   View Answer   

   No, it can only be added inside a Pick activity body.



5. What is the EASIEST navigation method to be used in a form within Citrix?

   View Answer   

   By sending keyboard commands/hotkeys



6. How can we make sure that an app is in a certain state in a Citrix environment?

   View Answer   

   By waiting for certain UI elements to appear or disappear and making decisions based on that.



7. What does the Find Image activity return?

   View Answer   

   An UI element object.



8. How do you reset a clipping region?

   View Answer   

   With a Set Clipping Region activity



9. How can the robot pass a variable argument when opening an application in Citrix (eg: a web address for a browser)?

   View Answer   

   In the command prompt, type in the path to the application and the argument



10. In order to loop through all the rows of a datatable, which activity should be used?

   View Answer   

   For Each Row



11. What activity should you use to read all the data from a .xlsx file?

   View Answer   

   Excel Read Range



12. What activity you should use if you want to calculate a sum into a cell using Excel formulas?

   View Answer   

   Excel Write Cell



13. If you need to sort a table from an .xlsx file, what should you use?

   View Answer   

   An Excel Sort Table activity.



14. What happens if you try to use a Write Range activity to a .xlsx file that does not exist?

   View Answer   

   It will create that file for you and write the data in it.



15. What happens if you use a Read Range activity with the Range property set to “” (an empty string)?

   View Answer   

   Reads all the information from the specified sheet



16. What should you use if you want to get the value of a specific cell from a row in a datatable?

   View Answer   

   Get Row Item



17. What is the easiest way to get the invoice number from a native PDF file?

   View Answer   

   Open the PDF with Acrobat and scrape only relevant information



18. How can a robot read only the first page of a PDF file, using the PDF activities?

   View Answer   

   Set the Range property to: “1”



19. Which of the following activities requires the PDF file to be opened with Acrobat Reader in order to read it?

   View Answer   

   Get Text



20. Which Visual Basic property within the MailMessage class will you use to get the Date of an email?

   View Answer   

   Headers(“Date”)



21. Will The Get Outlook Mail Message activity delete the emails from the account after it reads them?

   View Answer   

   No



22. If you are using the For Each activity to loop through a list of MailMessage variables, what should you set the TypeArgument property to?

   View Answer   

   System.Net.Mail.MailMessage



23. The Send Outlook Mail Message activity will work without having Microsoft Outlook installed:

   View Answer   

   False



24. What activity can you use to send an email without entering the username and password of the email account?

   View Answer   

   Send Outlook Mail Message



25. Which of the following properties are found in the Get Outlook Mail Messages activity?

   View Answer   

   MailFolder



26. If you want to wait until a UI Element becomes available on the screen, what activity should you use?

   View Answer   

   Element Exists



27. The Finally block of a Try/Catch activity is executed when:

   View Answer   

   Every time, regardless if an exception occurred or not.



28. What does the Locals panel display when you are working in Debug mode?

   View Answer   

   The current values of your variables.



29. If you need to stop the workflow until a UI Element has disappeared from the screen, what activity should you use?

   View Answer   

   Wait Element Vanish



30. What is the most effective way to handle the click on a UI Element that is not always available?

   View Answer   

   By placing the Click activity inside a Try/Catch block.



31. Is “Workflow2.xaml” a good name for a reusable workflow?

   View Answer   

   No



32. When is it recommended to use nested If activities inside workflows?

   View Answer   

   You should avoid using nested If activities.



33. What activity is used to chain together multiple workflows in a single automation?

   View Answer   

   Invoke Workflow File activity



34. What is the recommended layout for sequential activities?

   View Answer   

   Sequence



35. What is the recommended layout to define business logic in a complex process automation?

   View Answer   

   Flowchart



36. Is notifying the user via a Message Box activity a good way to keep track of a workflow’s execution progress ?

   View Answer   

   No



37. What happens if you send "123[k(enter)]" by using Type Into activity with the SimulateType property selected?

   View Answer   

   It will type "123[k(enter)]".



38. What activity should be used to allow a user to click on a UI Element after being blocked using the Click Trigger activity?

   View Answer   

   Replay User Event



39. What is the UiExplorer good for?

   View Answer   

   To make selectors stable.



40. What is the output of the Workbook Read Range activity?

   View Answer   

   A Datatable



41. How can we make sure that an app is in a certain state in a Citrix environment?

   View Answer   

   By waiting for certain UI elements to appear or disappear and making decisions based on that.



42. You have an Excel table with two columns named "PersonName" and "Age". What happens if you use the activity Insert Column with the Column Name property set to "Age"

   View Answer   

   An exception is thrown



43. What activity should you use to read all the data from a .xlsx file

   View Answer   

   Excel Read Range



44. What happens if you use the Excel Read Range activity to read a .xlsx file that is already opened

   View Answer   

   t will read the document successfully.



45.  If you want to extract specific information from multiple native PDF files with the same structure, what activity should you use

   View Answer   

   Get Text



46. Will the Read PDF with OCR activity open the PDF document on the screen in order to read it

   View Answer   

   No



47. If the PDF activities are not listed in your Activities Panel, how can you get them

   View Answer   

   By installing them using the Manage Packages feature.



48. What is the output of the Save Mail Message activity

   View Answer   

   It saves a .eml file.



49.  Which of the following properties are found in the Get Outlook Mail Messages activity

   View Answer   

   MailFolder



50.  If you want to wait until a UI Element becomes available on the screen, what activity should you use

   View Answer   

   Find Element



1 comment: