1. How many Catches can you have in a Try/Catch block?
View Answer
There is no limit on the number of catches.
2.
When running a workflow how can you see the steps the workflow is executing
View Answer
Using Debug with Highlight Activities option,
Using Debug and inspecting the Output panel
3. What happens if you put a Breakpoint on a Click activity and start the workflow in Debug mode
View Answer
The workflow will be paused until you click the Continue button.
4. What can you use to make sure that the execution continues even if an activity fails
View Answer
Try/Catch activity
5.
Where can you see the variables’ values during workflow execution
View Answer
In the Locals pane
6. If you need to know if a UI Element is available on the screen or not, what activity should you use
View Answer
Element Exists
7. Which of the following is a good example of a workflow name
View Answer
GetCustomerNumber.xaml
8. How can you trigger another workflow from within your current one
View Answer
By using the Invoke Workflow File activity.
9. How can you manage passwords for an automation project
View Answer
With Windows Credential Manager
10.
What activity is used to chain together multiple workflows in a single automation
View Answer
nvoke Workflow File activity
11.
As a best practice, how should workflows use a local desktop application
View Answer
By checking if the corresponding process is running and if not, opening the application by using the Open Application activity.
By using selectors to interact with the application.
12. What is the recommended layout to define business logic in a complex process automation
View Answer
Flowchart
13. Which of the following phrases are true regarding Project Organization?
View Answer
Saves time for all team members
Is a constant concern of the robot developer
14. Is “Workflow2.xaml” a good name for a reusable workflow?
View Answer
No
15.
How can you extract a table from a web page
View Answer
By using the Data Scraping Wizard
By using the Extract Structured Data Activity.
16. In order to make a UI selector stable you need to
View Answer
Choose fixed properties.
Use Attach to Live Element.
17. What type of arguments can you use in a workflow
View Answer
Out
In
In/Out
18. The Orchestrator can:
View Answer
1.Remotely control robots 2.Send Start commands to multiple robots 3.Schedule robots to perform specific processes
19. Where should you store login details in a safely manner
View Answer
1. In UiPath Orchestrator 2.In the Windows Credentials Manager
20. In which types of variable can you store text?
View Answer
1.String 2.Generic
21. What data types can be stored inside an array?
View Answer
1. Integer 2.String
22. Which of the following data types are included in the Collections category?
View Answer
1.Dictionary 2.List
23. How can you identify a column in a data table?
View Answer
1.Using the column index 2.Using the column name
24. What activities can be used to iterate through an Array
View Answer
1.For Each 2.While
25. What is the difference between Desktop recording and Basic recording?
View Answer
1.Desktop recording generates containers 2.Basic recorder generates full selectors
26. What actions can you record using Automatic Recording?
View Answer
1.Type Into 2.Click
27. By using the Full Text scraping method, the robot is able to:
View Answer
1.Get hidden information 2.Get editable text
28. What text extraction method can you use to get text position?
View Answer
1. Native 2.OCR
29. The most important advantages of the FullText method are:
View Answer
1.It works in the background. 2.It's fast. 3.It's accurate.
30. What is UiExplorer used for?
View Answer
1.To create and fine tune selectors 2.To explore the UI tree
31. Which of the following statements are true regarding the Find Element activity?
View Answer
1.It returns the found element in a variable for later use 2.It throws an exception if it doesn’t find the element on screen
32. Having an app in a Citrix environment with multiple text-boxes that look the same (size/style), how can you identify one of them to type into?
View Answer
1.By clicking relative to an unique text/image next to the textbox 2.You can’t identify it if it doesn’t have something unique next to it (text/image).
33. If a Click Image activity was created with an image of an icon, and meanwhile that icon becomes highlighted, will the activity still work?
View Answer
1.Yes, if the clipping region avoids the background of the icon. 2.No, if the accuracy is too high.
34. Which of the following activities can be used to select an item in drop down list, in Citrix?
View Answer
1.Click OCR Text 2.Click Image
35. What activity should you use if you want to add data to an existing .xlsx document?
View Answer
1.Excel Append Range 2.Workbook Append Range
36. The Read PDF with OCR activity will throw an error if the following is not specified:
View Answer
1.The OCR Engine that is to be used. 2.The FileName property.
37. How can you specify the location of a PDF file?
View Answer
1.As a full path to the PDF 2.As a relative path
38. What activity should you use to extract all the text from the PDF file?
View Answer
1.Read PDF Text 2.Read PDF with OCR
39. 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
40. Which of the following statements regarding the Read PDF with OCR activity are true?
View Answer
1.It allows you to specify the range of pages to be read 2.It can use different OCR engines (Microsoft, Google) 3.It works with native .pdf files
41. What activity allows you to customize the name of the sender when you are sending an email?
View Answer
1.Send SMTP Mail Message 2.Send Exchange Mail Message
42. How can you send an image inside a MailMessage?
View Answer
1.You can add the path to the attachment directly in the send activity. 2.You can specify the relative path of the image in the Attachments property.
43. The Save Attachments activity can save all the attachments of an email to:
View Answer
1.A relative path. 2.An absolute path.
44. Which of the following activities will allow you to only retrieve unread messages?
View Answer
1.Get IMAP Mail Messages 2.Get Outlook Mail Messages
45. How can execution be paused before a particular activity?
View Answer
1.By using a MessageBox activity 2.By using a breakpoint in Debug mode
46. When running a workflow how can you see the steps the workflow is executing?
View Answer
1.Using Debug and inspecting the Output panel 2.Using Debug with Highlight Activities option
47. What is recommended to have in a Catch block?
View Answer
1.An alternative to the approach that fails 2.A LogMessage activity
48. How can you run the process slower in order to analyze the robot’s behavior in certain conditions?
View Answer
1.By setting up Breakpoints and running the workflow in Debug mode. 2.By using Slow Step and running the workflow in Debug mode.
49. What can you use to add more details about the process in the workflow itself?
View Answer
1.Adding activity annotations 2.The Comment activity
50. Which of the following phrases are true regarding Project Organization?
View Answer
1.Is a constant concern of the robot developer 2.Saves time for all team members
No comments:
Post a Comment