Project Organization - Quiz
We want to create a robot that searches for weather information daily and then creates a report based on it. What is the best type of workflow to use? A. Sequence B. State Machine C. Flowchart
A
Which variable type is fit for datasets of single values whose number is liable to change? A. List B. Dictionary C. Array
A
Which factors should be considered as criteria for breaking down a project into different workflows? A. Using more than one application. B. Using decision points to automate projects. C. Having sets of activities serving different purposes on the same project.
A C
What are the principles an UiPath implementation should follow? A. Efficient B. Extensible C. Floating D. Unattended E. Reliable F. Maintainable
A, B, E, F
Which of the following statements are true regarding the Find Element activity? A. It throws an exception if it doesn't find the element on screen. B. It returns the found element in a variable for later use. C. It returns a Boolean (True or False) specifying if the element was found on screen.
A,B
We need to automate a logistics process that pairs goods in several warehouses with transporters according to certain rules. It configures shipments, it calculates costs and sends daily orders. The process is continuous. A. Sequence B. State Machine C. Flowchart
B
Which of the following criteria can be considered breakdown criteria for splitting large workflows? A. The data types used. B. The application that is being automated. C. The length of timeout properties. D. The length of each workflow. E. The purpose of a certain application.
B, D, E