
UiPath Automation Developer Quiz

Quiz
•
Computers
•
Professional Development
•
Hard

Ismael Parada Mateo
FREE Resource
68 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
How can the value be configured for each of the three arguments (one "In", one "Out", and one "In/Out") in the Arguments window of the Invoked Workflow?
In: Variable or Hard-coded value Out: Variable or Hard-coded value In/Out: Hard-coded value only
In: Variable or Hard-coded value Out: Variable only In/Out: Variable only
In: Variable or Hard-coded value Out: Hard-coded value only In/Out: Variable only
In: Variable only Out: Variable only In/Out: Variable only
Answer explanation
The correct choice specifies that 'In' can be a variable or hard-coded value, 'Out' must be a variable only, and 'In/Out' must also be a variable only. This ensures proper data handling in the workflow.
2.
OPEN ENDED QUESTION
1 min • 1 pt
A developer has opened a pre-existing workflow that utilizes UI Automation within Google Chrome, but the Google Chrome extension has not been installed on their computer. What steps should the developer take to install the Google Chrome extension from UiPath Studio?
Evaluate responses using AI:
OFF
Answer explanation
To install the UiPath Chrome extension, the developer should open UiPath Studio, navigate to the 'Tools' menu, select 'Extensions', and then click 'Install' next to the Google Chrome extension.
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What are the three source control plug ins found in the backstage view of UiPath Studio in Home - Tools - Plugins?
GIT, SVN, Mercurial.
GIT, SVN, TFS.
GIT, CVS, TFS
GIT, CVS, Bitbucket.
Answer explanation
The correct answer is GIT, SVN, TFS, as these are the three source control plugins available in UiPath Studio's backstage view under Home - Tools - Plugins. Other options include incorrect combinations of source control systems.
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
A developer utilized the Add Data Row activity to insert a row into a data table called "dt_Reports". However, during runtime, UiPath Studio encounters an exception, "Add Data Row: Object reference not set to an instance of an object." because the data table has not been initialized. To rectify this issue, what should the developer include in an Assign before the Add Data Row activity?
Assign New System.Data.DataTable = dt_Reports.
Assign dt_Reports = New System.Data.DataRow.
Assign dt_Reports = New System.Data.DataTable.
Assign dt_Reports = New List(Of DataRow).
Answer explanation
The correct choice is 'Assign dt_Reports = New System.Data.DataTable.' This initializes the data table before adding a row, preventing the 'Object reference not set to an instance of an object' exception.
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the best method for passing data across activities within workflows?
Arguments
Namespaces
Properties
Variables
Answer explanation
Variables are the best method for passing data across activities in workflows because they allow for dynamic data storage and retrieval, enabling seamless data transfer between different parts of the workflow.
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is a correct description of a dictionary?
Dictionaries are collections of key, value pairs, in which the keys are unique.
Dictionaries are collections of item, values, in which no constraints are present over the values of the items.
Dictionaries are collections of unique values.
Dictionaries are collections of item, values, in which the items and values are unique.
Answer explanation
The correct description of a dictionary is that it consists of key-value pairs where each key is unique. This ensures that each key maps to a single value, distinguishing it from other data structures.
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Based on the graphic, what is the output at runtime?
20 23
2023
Answer explanation
La cadena "2023" se divide usando el carácter "2" como separador.
El método .Split("2"c) corta la cadena en cada lugar donde encuentra un "2".
Resultado:
Antes del primer "2" → ""
Entre los dos "2" → ""
Después del último "2" → "3"
Por eso, el array final es: {"", "", "3"}
Y al recorrerlo con un bucle For Each, se imprimen estos tres valores en el log.
Create a free account and access millions of resources
Similar Resources on Wayground
Popular Resources on Wayground
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
20 questions
ELA Advisory Review

Quiz
•
7th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns

Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade