Practice 1 - Sequence, Flowchart or State Machine?

 

Fit the best workflow type to the following problem statements:

We are automating a banking process that moves money from clients' accounts according to certain rules. It makes payments, it calculates interest rates and, each morning, it moves the amounts of money according to specific rules. The process is continuous. 

 

Sequence

 

Flowchart

 

State Machine

 

 
 
 
 
 

We want to create a robot that runs once a day, collects stock market data and then creates a report based on it. 

 

Sequence

 

Flowchart

 

State Machine

 
 

 

We have a workflow which runs once a day. It contains several decision points and based on the input data and the verifications made, it may have 5 possible outcomes.

 

Sequence

 

Flowchart

 

State Machine

 
 

 

We are developing a workflow that will be integrated in a bigger project. It consists of logging into an ERP application using secure credentials, downloading all the invoices that were validated in the previous day and transferring them.

 

Sequence

 

Flowchart

 

State Machine

 
 

 

We received a request to create a robot that listens to a server until it receives some information. When it does, it processes the information, then after the processing is complete, it logs the results. Finally, it returns to listening to the server. The process is continuous. 

 

Sequence

 

Flowchart

 

State Machine

 

 
 
문제
 

Which variable type is fit for datasets of single values whose number is liable to change?

  • Choose one of the options below
 

Dictionary

 

List

 

Array

 

We want to send a current date value outside of an invoked workflow. What is a good name for the argument?

  • Choose one of the options below
 

io_CurrentDate

 

in_CurrentDate

 

CurrentDate

 

out_CurrentDate

 

What are the principles an UiPath implementation should follow?

  • Choose all the options that apply
  •  

    Reliable

  •  

    Efficient

  •  

    Maintainable

  •  

    Floating

  •  

    Extensible

  •  

    Unattended

 

You can use the Simulate input method to send hotkeys.

  • Choose one of the options below
 

True

 

False

 

Order the steps you need to follow to create a new library.

  •  

 

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?

  • Choose one of the options below
 

Sequence

 

State Machine

 

Flowchart

 

 

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.  

 

What is the best type of workflow to use? 

  • Choose one of the options below
 

Flowchart

 

State Machine

 

Sequence

 

Which of the following statements are true regarding the Find Element activity?

  • Choose all the options that apply
  •  

    It returns a Boolean(True or False) specifying if the element was found on screen.

  •  

    It returns the found element in a variable for later use.

  •  

    It throws an exception if it doesn’t find the element on screen.

     

     

Which factors should be considered as criteria for breaking down a project into different workflows?

  • Choose all the options that apply
  •  

    Having sets of activities serving different purposes in the same project

  •  

    Using more than one application

  •  

    Using decision points inside automation projects

 

Which of the following criteria can be considered breakdown criteria for splitting large workflows?

  • Choose all the options that apply
  •  

    The application that is being automated.

  •  

    The length of timeout properties.

  •  

    The data types used.

  •  

    The purpose of a certain operation (login, processing, reading a document using OCR, filling in a template, and so on).

  •  

    The length of each workflow.

'Uipath > Foundation 퀴즈' 카테고리의 다른 글

Error and Exception Handling in Studio 문제  (0) 2022.04.28
Debugging in Studio 문제  (0) 2022.04.28
Selectors in Studio 문제  (0) 2022.04.27
Data Manipulation in Studio 문제  (0) 2022.04.27
DataTables and Excel Automation 문제  (0) 2022.04.27

+ Recent posts