You are saving the input from users to a variable of String type in Main.xaml.  The user info is stored in an Excel spreadsheet by a Write Range activity added in WriteData.xaml. WriteData.xaml is invoked in Main.xaml.

 

What direction will your argument have?

  • Choose one of the options below

 

 

In/Out

 

Out

 

In

 

How can you create a new variable in UiPath Studio?

  • Choose all the options that apply 
  • Press Ctrl+K in an activity input field that requires a variable

  • Press Ctrl+Shift+K in an input field that requires a variable in the Properties panel

  • Press Ctrl+K in an input field that requires a variable in the Properties panel

  • Press Ctrl+Shift+K in an activity input field that requires a variable

  • Select the Create new Variable option in the Variables panel

 

 

Which activity can be used to process every item in a collection individually?

  • Choose one of the options below
 

For Each

 

Do While

 

While

 

 

 

 

 

Match the following variable properties with their definitions:

Match the following UiPath Platform components with the descriptions provided:

 
 

What is the correct way to concatenate a string variable (Username) with a string (" is online")?

  • Choose one of the options below
 

"Username" + " is online"

 

Username  + " is online"

 

Username +  is online

 

Fill in the following sentence: " ... are used to pass data from one workflow file to another in UiPath Studio."

  • Choose one of the options below
 

Both Variables and Arguments

 

Only Variables

 

Only Arguments

 

 

 

Which of the characteristics below make a process more suitable for RPA automation?

  • Choose all the options that apply
  • Stable

  • High exception rate

  • Repetitive

  • Rule-based

 

  • Choose all the options that apply
  • Start applications

  • Capture data from text fields

  • Make decisions based on predefined rules

 

 

When running a job, will all the automation ‘.xaml’ files included in the project be executed?

  • Choose one of the options below
 

Yes, because we can test and run any workflow separately.

 

No, only workflows containing arguments will be executed.

 

Yes, because data is passed between workflows using arguments. 

 

No, only files linked to the Main.xaml through the Invoke Workflow File activity will be executed.

 

Consider an Int32 variable (Counter), initially assigned with the value 10. The value decreases by 1 every time a sequence is executed in a Do While activity. 

 

How many times will the sequence be executed if the expression in the Condition field of the Do While activity is V > 0? 

  • Choose one of the options below
 

9

 

11

 

10

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

Selectors in Studio 문제  (0) 2022.04.27
Data Manipulation in Studio 문제  (0) 2022.04.27
DataTables and Excel Automation 문제  (0) 2022.04.27
UI Automation with Studio 문제  (0) 2022.04.26
UI Automation with Studio 문제1  (0) 2022.04.26

+ Recent posts