Text Material Preview
Dumpsinfo is a good website providing the latest exams information and dumps
questions for all hot IT certification exams, such as Microsoft, Cisco, Huawei,
IBM, VMware, Fortinet, and so on.
Features of Dumpsinfo’s products
Instant Download
Free Update in 3 Months
Money back guarantee
PDF and Software
24/7 Customer Support
Besides, Dumpsinfo also provides unlimited access. You can get all Dumpsinfo
files at lowest price.
UiPath Advanced RPA Developer v1.0 Exam (UiARD) UiPath-ARDv1 exam free
dumps questions are available below for you to study.
Full version: UiPath-ARDv1 Exam Dumps Questions
1. Populate InitAllApplications.xaml from the Framework folder with Invoking the Login to ACME and
navigation to the Work Items.
2.DRAG DROP
In a Robotic Enterprise (RE) Framework project that is connected to Orchestrator, what is the correct
sequence of steps if an application exception occurs on a Queue Item in the Process Transaction
state? NOTE: Drag the Description found on the “Left” and drop on the correct Step Sequence found
on the “Right”.
1 / 26
https://www.dumpsinfo.com/vendors/microsoft/
https://www.dumpsinfo.com/vendors/cisco/
https://www.dumpsinfo.com/vendors/huawei/
https://www.dumpsinfo.com/vendors/ibm/
https://www.dumpsinfo.com/vendors/vmware/
https://www.dumpsinfo.com/vendors/fortinet/
https://www.dumpsinfo.com/unlimited-access/
https://www.dumpsinfo.com/exam/uipath-ardv1
Answer:
Explanation:
Table
Description automatically generated
3.A developer is working with a legacy system using UiExplorer. Unfortunately, UiExplorer does not
recognize the required selectors.
What UI Framework is recommended for the developer to choose in such a situation?
A. Active Accessibility
B. Default
C. UI Automation
D. Visual UI
Answer: A
Explanation:
In UiExplorer, you can choose one of three UI Frameworks to change the technology used to
determine UI elements and their selectors.
The following options are available:
- Default C UiPath proprietary method. Usually works fine with all types of user interfaces.
- Active Accessibility C an earlier solution from Microsoft for making apps accessible. It is
recommended that you use this option with legacy software when the Default one does not
work.
- UI Automation C the improved accessibility model from Microsoft. It is recommended that you use
this option with newer apps when the Default one does not work.
UiPath Documentation
Exam Topic: Describe how Tags and Attributes, Dynamic Selectors, Anchor Base, etc. are used in UI
Explorer to create a robust selector in the Default, Active Accessibility, or UI Automation frameworks
2 / 26
https://www.dumpsinfo.com/
4.A developer uses a Key Press Trigger activity and a Click Trigger activity to monitor events in an
application. The two Trigger activities are within the same Trigger Scope activity.
Which approach ensures the workflow exits the Trigger Scope activity after any trigger is activated
and the associated action is performed?
A. Set "SchedulingMode=Concurrent" in the Trigger Scope activity properties
B. Set "BlockEvent=False" in the properties for the two Trigger activities
C. Set the Trigger Scope activity within a Parallel activity
D. Set "SchedulingMode=OneTime" in the Trigger Scope activity properties
Answer: D
Explanation:
Reference: https://docs.uipath.com/studio/docs/trigger-based-attended-automation
5.During the debugging process, which panel will help monitor the variables' values, arguments, and
user-defined expressions within the scope of the executing activity?
A. Locals Panel
B. Immediate Panel
C. Watch Panel
D. Call Stack Panel
Answer: C
6. Message Box displays the text “Done”
D.1. Delay of 10 seconds before executing Type into activity
7.A developer wants to design a process in which multiple decision points will be used to
accommodate complex scenarios.
In UiPath Studio, which recommended type of workflow meets this requirement?
A. State Machine
B. Sequence
C. Global Exception Handler
D. Flowchart
Answer: D
Explanation:
Reference: https://docs.uipath.com/studio/docs/workflow-design
8.What are the functions of the Outline panel?
A. It shows the structure of the workflow
B. It shows the execution result of the workflow
C. If the Activities are properly named, it can be used to search and select specific Activities used
inside the workflow
Answer: A,C
9. Add the ACME_URL and ACME_Credential to the Excel Config file.
10.You are creating a Credential asset in Orchestrator as shown in the following exhibit.
3 / 26
https://www.dumpsinfo.com/
Once the asset is created, what are you unable to edit using the default Orchestrator settings?
A. Username
B. Type
C. Password
D. Asset name
Answer: B
11.A developer uses a Lookup Data Table activity to return an email address of a person.
What will be the result of the execution of the following seqeunce?
4 / 26
https://www.dumpsinfo.com/
Please find the Build Data Table activity below
5 / 26
https://www.dumpsinfo.com/
Please find the properties of Lookup Data Table activity below
6 / 26
https://www.dumpsinfo.com/
A. melody_joe@gmail.com
B. ajoe@gmail.com
C. joedewan@gmail.com
D. An error will be thrown.
Answer: B
Explanation:
Data Table is zero-based, so ColumnIndex 1 is actually the second column of the data table, "Last
Name" column.
Lookup Data Table activity returns the first result of the search, so as there are 2 rows with
Last Name equl to "Joe", the value from the first found row will be returned -
ajoe@gmail.com.
7 / 26
https://www.dumpsinfo.com/
UiPath Documentation
Exam Topic: Describe how to work with complex data structures and data manipulation; for example,
datatables and collections
12.You want to build a Dispatcher process to populate an Orchestrator Queue for parallel processing
on multiple robots.
Which activity should you use to add a queue item for each work item?
A. Add Queue Item
B. Add Transaction Item
C. Get Transaction Item
Answer: B
13.A developer created a process which extracts text from an element on an HTML website using a
Get Text activity. The developer observed that the text can only be successfullyextracted when the
attribute "innertext" updates or changes from "false" to "true". The target element can take up to 20
seconds to load.
Which activity should be used before the Get Text activity to ensure the target element text can be
extracted?
A. Set Web Attribute
B. Delay
C. On Element Appear
D. Wait Attribute
Answer: B
Explanation:
Reference: https://docs.uipath.com/activities/docs/n-get-text
14.A developer created a custom rule for Workflow Analyzer and wants to make it available only at
the project level.
Which action should the developer perform?
A. Create an external assembly (.dll) of the rule and copy it to the Studio install location.
B. Create an external assembly (.dll) of the rule and copy it to the project location.
C. Create a Nuget package (.nupkg) of the rule and publish it to Orchestrator.
D. Create a Nuget package (.nupkg) of the rule and install it in a Studio project as a dependency.
Answer: A
15.Is there any way to hide the execution of one activity in the logs?
A. Yes, by changing the minLevel property of the "Execution" logger from NLog.config file.
B. No, but the logs can be manually edited.
C. Yes, by checking the Private property of the activity that is to be hidden.
Answer: C
16.A developer implements a state machine for his automation solution.
8 / 26
https://www.dumpsinfo.com/
What happens if a condition both for T1 and T2 is True?
A. Default transition is executed.
B. T1 transition is executed.
C. Both T1 and T2 are executed.
D. An error is thrown.
Answer: B
Explanation:
If conditions of multiple transitionsare met, the first in order is executed. In this case, the
T1 transition is executed.
UiPath Forum
17.How can you identify a column in a DataTable?
A. By using the column index.
B. By using the row index.
C. By using the column default value.
D. By using the column name.
Answer: A,D
18.A developer wants to create an attended automation process. The process will take information
from emails in the current user's inbox.
Assuming the email/domain or password for the user's email inbox are not provided in the
automation, which activity can be used to get unread emails with the subject line "Email for Robot"?
A. Get Exchange Mail Messages
B. Get POP3 Mail Messages
C. Get Outlook Mail Messages
D. Get IMAP Mail Messages
Answer: C
19.A developer initialized the following dictionary:
sampleDictionary = New Dictionary(Of String, String) From { {“HUB Academy”, “RPA”}, {“UiPath”,
“Certificate”} }
How to return the value "Certificate" from this dictionary?
A. sampleDictionary("UiPath")
B. sampleDictionary.Keys("UiPath")
C. sampleDictionary("UiPath").GetValue
D. sampleDictionary.Values(2)
9 / 26
https://www.dumpsinfo.com/
Answer: A
Explanation:
To get a value by key from a dictionary, use <yourDictionary>("<keyname>")
You can also get the value if you know its index, however, remember, that dictionary iszero-based. So
in this example, it is possible to return the value "Certificate" byusing sampleDictionary.Values(1)
UiPath Forum
Exam Topic: Describe how to work with complex data structures and data manipulation; for example,
datatables and collections.
20.A developer needs to implement the following logic for each row in the Excel table:
- if the value in column “Price” is above 130$, then apply a discount of 10%
if the value in column “Price” is above 250$ then apply a discount of 7% and store the row in a
separate table
- if the date in the column “Deadline” is less than 15 days from now, send a mail notification to the
analyst mentioned column “Contact person”
- if the value in the column “Region” is “ELAMA”, apply an additional tax of 3,5%
- if the value in the column “Additional comments” is not empty, send the item for review to a
responsible team
What is best suited to implement the above-mentioned logic?
A. State Machine
B. Sequence
C. Flowchart
D. Switch
Answer: C
Explanation:
Flowcharts can be used in a variety of settings, from large jobs to small projects that you can reuse in
other projects.
The most important aspect of flowcharts is that, unlike sequences, they present multiplebranching
logical operators, that enable you to create complex business processes andconnect activities in
multiple ways.
UiPath Documentation
UiPath Forum
Exam Topic: Describe how to use state machines versus flowcharts and sequences.
21. Finally block
B.1. System.InvalidOperationException catch
22.HOTSPOT
A developer has created a project to scrape structured data from Service Desk tickets. Upon review,
the developer discovered that the Extract Structured Data activity was set to retrieve 50 results. The
activity needs to be updated to retrieve all available results.
From the drop-down list shown in the exhibit, select the correct value that should be used to update
the MaxNumberOfResults property.
10 / 26
https://www.dumpsinfo.com/
Answer:
11 / 26
https://www.dumpsinfo.com/
23.What recording wizard would you use to automate UI interactions in an application that does not
offer support for selectors?
A. Basic Recording
B. Citrix Recording
C. Web Recording
D. Desktop Recording
12 / 26
https://www.dumpsinfo.com/
Answer: B
24.A developer wants to assign a value to a two-dimensional array of strings named newArray.
What expression can be used in the Assign activity?
A. newArray = ({"UiPath","Udemy"}, {"HUB Academy", "RPA"})
B. newArray = {("UiPath","Udemy"), ("HUB Academy", "RPA")}
C. newArray = {{"UiPath","Udemy"}, {"HUB Academy", "RPA"}}
D. newArray = {({"UiPath","Udemy"}), ({"HUB Academy", "RPA"})}
Answer: D
Explanation:
newArray = {({"UiPath","Udemy"}), ({"HUB Academy", "RPA"})} is the correct way toinitialize a two-
dimensial array of strings.
UiPath Documentation
UiPath Forum
Exam Topic: Describe how to work with complex data structures and data manipulation; for example,
datatables and collections
25.What is the difference between a Click activity whose SimulateClick property is checked and
another one with the same property unchecked?
A. The activity with an enabled SimulateClick flag does not click the target element, it just simulates
the action
B. The activity with the SimulateClick flag unchecked moves the mouse cursonr over the target
element, while the one with flag set does not move the mouse cursor
C. The activity with an enabled SimulateClick flag does not click the target element, it just simulates
the action
Answer: C
26. Message Box displays the text “Done”
(Correct)
C.1. Robot waits for the element to appear for 30 seconds
27.Which of the scraping methods can get you the hidden text in the element?
A. All of the above
B. Native
C. OCR
D. FullText
Answer: D
28.A developer uses Workflow Analyzer with the default rules to check if a project follows best
practices.
In one of the workflows, the Properties of a Click activity is shown in the following exhibit.
13 / 26
https://www.dumpsinfo.com/
Which warning will be shown in the Analyzer output for this activity?
A. Timeout values is not defined in activity Click Calculator button
B. Hardcoded delays used in activity Click Calculator button
C. Activity Click Calculator button has a default name
D. SendWindowMessages not checked in activity Click Calculator button
Answer: B
29.Where should Credentials be stored?
A. In Windows Credential Store
B. In Orchestrator as assets
C. Directly inside the workflows as variables
Answer: A,B
14 / 26
https://www.dumpsinfo.com/
30.A developer extracts data about employees from an Excel workbook. The developer uses the
following expression to filter the extracted datatable.
extractedDataTable.Select("[Age]>=21 AND ([Education]='Master' OR [Salary]>100000)
AND [Education]='Bachelor'")
How many rows will be returned as the result of the filtering?
Please find below the worksheet with data.
A. 6
B. 5
C. 0
D. 1
Answer: D
Explanation:
The expression [Education]='Master' OR [Salary]>100000 would return all rows except for 4 and 9.
Next, [Age]>=21 would also eliminate rows 8 and 10.
Out of the remaining rows, only row 3 has a Bachelor degree, so [Education]='Bachelor' would leave
only that 1 row. UiPath forum
Exam Topic: Describe how to initialize variables such as lists and datatables, and how to filter
datatables
31.A developer is adding a Log Message activity in an Exit section of a single state within a state
machine.
When will the Log Message activity in the Exit section be executed?
A. After the activities in the Entry section and the activities in the trigger are executed.
B. After the activities in the Entry section are executed, but only if there are exceptions.
C. Immediately after the activities in the Entry section are executed.
D. After the activities in the Entry section are executed and the transition to the next state is
confirmed.
Answer: D
32.What kind of workflow should you create to define business rules?
15 / 26
https://www.dumpsinfo.com/
A. Sequence
B. Flowchart
C. State machine
Answer: A,B
33.A developer wants to use the Dispatcher and Performer architecture.
What describes the characteristics of a Dispatcher and a Performer process?
A. Dispatcher is used to add Queue Items to an Orchestrator Queue Performer should be created in
the REFramework
B. Dispatcher can only interact with one Orchestrator Queue Performer is used to process Queue
Itemsone at a time
C. Dispatcher is used to process transaction items from an Orchestrator Queue Performer can
interact with multiple Orchestrator Queues
D. Dispatcher is always created in the REFramework Performer can only interact with one
Orchestrator Queue
Answer: A
34.When is it recommended to use full selectors?
A. When switching between multiple windows.
B. When the selector is stable.
C. When performing multiple actions in the same window.
D. When working with dynamic selectors.
Answer: A
Explanation:
Full selectors contain all the elements needed to identify a UI element, including the top-level window.
Recommended when switching between multiple windows. UiPath Documentation
Exam Topic: Describe the differences between using full selectors versus using partial selectors
35.While working with a queue in Orchestrator, you notice that the status of one of the Queue Items
has changed to Abandoned.
What was the status before it changed to Abandoned?
A. Failed
B. In Progress
C. Retried
D. New
Answer: B
36.It is possible to write to a text file without using the Write Text File activity?
A. No
B. Yes, by using the Invoke Method Activity
C. Yes, with the Invoke Power Shell Activity
Answer: B,C
37.A developer wants to ensure that a process they are developing includes coherent logs with
meaningful log messages. During the execution of the process, an application exception is caught
and stored in a local variable called exception.
Based on UiPath best practices, how should the Log Message activity in the Catch section of this
16 / 26
https://www.dumpsinfo.com/
exception be configured?
A. Level: Warn
Message: exception.Message + "at" + exception.Source
B. Level: Error
Message: "Exception occurred at" + exception.Source
C. Level: Fatal
Message: exception.Message
D. Level: Info
Message: "Application Exception at" + exception.Source
Answer: C
38.How can you delay the Automatic Recording?
A. By hitting the Escape key
B. By right clicking
C. Not possible
D. By hitting the F2 key
Answer: D
39.A developer wants to filter the following datatable to get all rows with people from Canada younger
than 50 years old who provided their email address.
Which expression providesthe required results?
A. DataTable.Select("Country = ''Canada'' AND Age < 50 AND Email != ''")
B. DataTable.Select("[Country] = 'Canada' AND [Age] < 50 AND [Email] != ''")
C. DataTable.Select("[Country] = 'Canada' AND [Age] < 50 AND [Email] <>''")
D. DataTable.Select("[Country] = 'Canada'&& [Age] < 50 && [Email] <> ''")
Answer: C
Explanation:
To filter a datatableusing .Select method, follow the rules:
40.A process uses the Robotic Enterprise (RE) Framework without access to Orchestrator.
Based on best practices, what is the recommended way to ensure a transaction will be retried in the
17 / 26
https://www.dumpsinfo.com/
event of an Application Exception while processing that transaction?
A. Use a Retry Scope activity within the Process Transaction state
B. Use a Try Catch activity with a Retry Scope activity in the Catch block defined for Application
Exceptions
C. Set the MaxRetryNumber in the Config.xlsx file to a number greater than 0
D. Create a Queue in Orchestrator with the "Max # of retries" greater than 0
Answer: C
Explanation:
Reference: https://jignesh2882.wordpress.com/2019/04/07/uipath-certificate-question-answer-update/
41.A developer uses Screen Scraping to extract unstructured data from a webpage.
How can the developer transform the unstructured data into a datatable?
A. Using Output Data Table activity.
B. Using Create Table activity.
C. Using Generate Data Table activity.
D. Using Build Data Table activity.
Answer: C
Explanation:
Generate Data Table activity generates a DataTable variable from unstructured data. Thisactivity
enables you to select column and row separators according to which the table isgenerated. This
activity is automatically generated when using the Generate Table featurein the Screen Scraping
window.
UiPath Documentation
Exam Topic: Describe how to work with complex data structures and data manipulation; for example,
datatables and collections
42.How can you retrieve the value stored in a Queue Item variable?
A. Use the Deserialize Xml activity
B. Use the Deserialize Json activity
C. Use the SpecificContent property
Answer: C
43.CORRECT TEXT
In this exercise, you will create a UiPath automation that performs the steps below.
To achieve this, you will use the REFrameWork as the starting template and follow the UiPath
development best practices.
Here are the steps performed by the Robot:
44.CORRECT TEXT
In this exercise, you will create a UiPath automation that performs the steps below.
To achieve this, you will use the REFrameWork as the starting template and follow the UiPath
development best practices.
Here are the steps performed by the Robot:
45. Create a separate workflow file for closing ACME.
46.A developer needs to create an automation process that identifies a file with format
"Monthly_Report_MMddyyyy.xlsx". The file name is saved to a variable called strinput.
To extract the date from strinput, which string manipulation method should be used?
18 / 26
https://www.dumpsinfo.com/
A. strinput.Substring(strInput.LastIndexOf("_")+1,8)
B. strinput.Substring(strInput.IndexOf("_")+1,strInput.IndexOf(".")1)
C. strinput.Substring(strInput.IndexOf("_")+1.8)
D. strinput.Substring(strInput.IndexOf("_")+1,strInput.IndexOf("."))
Answer: A
47. TransactionItem datatype should be a String. The process should recover and retry in case of
errors in
navigation between WorkItems page. One transaction is the action of scraping one web page.By
navigating to the
next page, the next transaction will execute. (Same as ACME Process 4 Dispatcher from the UiPath
Academy).
48.In the UiPath Robotic Enterprise Framework template, what happens if the processing of a
transaction item falls with an Application Exception of a System Error?
A. All use application are closed and then re-initialized
B. The execution of the transaction item is retried if the MaxRetryNumber config value is greater than
0
C. The process executes the End Process state
Answer: A,B
49. System.SelectorNotFoundException
19 / 26
https://www.dumpsinfo.com/
Please find properties of Type Into activity below:
20 / 26
https://www.dumpsinfo.com/
A.1. System.SelectorNotFoundException
50.A developer creates a Dispatcher which extracts information from a Microsoft Excel file and
uploads that information into an Orchestrator queue.
21 / 26
https://www.dumpsinfo.com/
What is the recommended way to avoid creating duplicate Queue Items?
A.Set the “Unique Reference” of the queue to “No”
Set “Auto Retry” of the queue to “Yes”
B.Set the “Unique Reference” of the queue to “Yes”
Add a descriptive “Reference” in the Add Queue Item activity
C.Add a descriptive “Reference” in the Add Queue Item activity
Check that it does not equal the “Reference” of the Queue Item last uploaded
D.Create an Excel file of processed Queue Items
Loop through the list to check if the current Queue Item to upload has been uploaded before
Answer: B
51. Populate InitAllApplications.xaml from the Framework folder with Invoking the Login to ACME and
navigation to the Work Items.
52.A developer created a sequence with a Retry Scope shown in the following exhibit:
What is the content of the Output panel after running this sequence?
A.0
B.1
22 / 26
https://www.dumpsinfo.com/
C.1
2
3
D.1
2
3
Retry Scope: End
Answer: B
53.At the end of the execution of Workflow1, which retrieves some items from a database, is the
database connection closed automatically?
A. Yes, the connection is closed after 30 seconds.
B. The connection has to be closed using a Disconnectactivity.
C. Only the database admin can decide this aspect.
Answer: B
54.You recently observed a developer using the SecureString variable type in their workflow.
What is a UiPath best practice relative to the use of SecureString?
A. Name of the SecureString variable should include the prefix "str_".
B. SecureString variable scope should be limited to the scope where it is created.
C. A workflow file should not contain more than one SecureString variable.
D. SecureString variable should be assigned to an argument.
Answer: B
55. For each page:
- Filter the records where Status is 'Open';
- Filter the records where Description is 'Calculate Client Security Hash';
- Filter the records where WIID is less than 600000;
- Append the resulting datatable into an Excel worksheet, you shouldn't worry about the headers and
format of the output file.
Constraints to follow in the development, using the REFrameWork:
56. Desktop applications -A wm_null message is sent to check the existence of the <wnd>, <ctrl>,
<java>, or <uia> tags. If they exist, the activity is executed.
57. Robot waits for the element to appear for 30 seconds
58.You are working on a project with three other developers and are using Team Foundation Server
(TFS) source control in UiPath Studio.
If you want to ensure you have the newest version from the server on your local machine, which TFS
command should be used?
A. Check In
B. Commit
C. Show Changes
D. Get Latest Version
Answer: A
Explanation:
Reference: https://forum.uipath.com/t/tfs-source-control-issues/283355
23 / 26
https://www.dumpsinfo.com/
59.A developer creates an automation solution that processes a specific file stored in a Shared
location. A developer uses Add Log Fields activity to add a field that indicates which file is being
processed during each run.
Which name of the field would cause the logging process to become corrupted?
A. nameOfTheFile
B. fileName
C. processedFile
D. file
Answer: B
Explanation:
Creating custom log fields that have the same name as a default log field causes the logging process
to become corrupted and may cause issues in the workflow you are running.
For example, creating a custom log field called fileName causes this issue, as fileName is a log field
that is generated by default.
Default fields
These log fields are present in all execution type logs, such as SQL (if configured),
Elasticsearch (if configured), and the default EventViewer Logs:
Message -The log message.
Level -Defines the log severity.
Timestamp -The exact date and time the action was performed.
FileName-The name of the .xaml file being executed.
jobId-The key of the job running the process.
processName-The name of the process that triggered the logging.
processVersion-The version number of the process.
windowsIdentity-The name of the user that performed the action that was logged.
robotName-The name of the robot (as defined in Orchestrator).
UiPath Documentation
Exam Topic: Describe how to write coherent log messages (default or user-defined), and how to use
them to diagnose and debug a production process running in UiPath Studio
60.The String.Format("Input = {0} and Output = {0}", "1","2") expression returns the following:
A. An error.
B. Input = 1 and Output = 1.
C. Input = {1} and Output = {2}.
D. Input = {0} and Output = {0}.
E. Input = 1 and Output = 2.
Answer: B
61. Log in to https://www.acme-test.com.
62.A developer created an automation project in the Robotic Enterprise (RE) Framework which needs
to log into a website using different credentials depending on the account and machine it runs on. If
the value is not defined for the account and machine, the developer needs the process to throw an
error. For security reasons, the credentials for the login are stored in Orchestrator as Credential
Assets with the Value Per Account-Machine option.
Which steps should the developer perform to use the Orchestrator asset in the project?
A.Create a Credential asset with the Global Value disabled.
Add a row in the Assets sheet in Config.xlsx with the name of the Orchestrator asset.
B.Create a Credential asset with the Global Value disabled.
24 / 26
https://www.dumpsinfo.com/
Add a row in the Settings sheet in Config.xlsx with the name of the Orchestrator asset.
C.Create a Credential asset with the Global Value enabled.
Add a row in the Assets sheet in Config.xlsx with the name of the Orchestrator asset.
D.Create a Credential asset with the Global Value enabled.
Add a row in the Settings sheet in Config.xlsx with the name of the Orchestrator asset.
Answer: B
63.TransactionItem datatype should be a String. The process should recover and retry in case of
errors in navigation between WorkItems page. One transaction is the action of scraping one web
page.By navigating to the next page, the next transaction will execute. (Same as ACME Process 4
Dispatcher from the UiPath Academy).
64.You have two variables, varA and varB, as shown in the following exhibit:
What is the output of the Write Line activity?
A. 246246
B. 123123246
C. 246123123
D. 123123123123
Answer: B
25 / 26
https://www.dumpsinfo.com/
65.What are the recording profiles are available in UiPath Studio?
A. Basic, Desktop, Web, and Citrix
B. Basic and Desktop
C. Automatic recording and Step-by-Step recording
D. Click, Check, Type Into, and Select Item
Answer: A
66.Is it possible to reprocess a transaction in a Queue after its failure due to
an application exception?
A. No, transactions cannot be processed again if they fail.
B. Yes, if the Auto-Retry property of the Queue is enabled.
C. Only transactions that failed due to a business exception can be reprocessed.
D. Yes, it can be retried manually on the Transactions page.
Answer: B,D
26 / 26
https://www.dumpsinfo.com/