UiPath ADPv1 Quiz

UiPath ADPv1 Quiz

Professional Development

17 Qs

quiz-placeholder

Similar activities

PB3+ October 2022 Dispute Review

PB3+ October 2022 Dispute Review

Professional Development

15 Qs

Team Building Trivia

Team Building Trivia

Professional Development

15 Qs

SkillDojo <> Git Bet

SkillDojo <> Git Bet

Professional Development

16 Qs

Alert Logic

Alert Logic

Professional Development

16 Qs

Blockchain Basics: Algorithm and Techniques

Blockchain Basics: Algorithm and Techniques

University - Professional Development

12 Qs

SPECTRUM DEBIT & CREDIT NOTE QUIZ

SPECTRUM DEBIT & CREDIT NOTE QUIZ

Professional Development

15 Qs

SLMG QUIZ 4

SLMG QUIZ 4

Professional Development

15 Qs

Training Review

Training Review

Professional Development

12 Qs

UiPath ADPv1 Quiz

UiPath ADPv1 Quiz

Assessment

Quiz

Professional Development

Professional Development

Hard

Created by

Pavan Pawar

FREE Resource

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A developer has created a string array variable as shown below: UserNames = {"Jane", "Jack", "Jill", "John"} Which expression should the developer use in a Log Message activity to print the elements of the array separated by the string ","?

String.Concat(UserNames,',')

String.Join(UserNames, ', ')

String.Join(', ', UserNames)

String.Concat(',', UserNames)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the context of the REFramework, if the OrchestratorQueueName key is present in both the Settings and Assets sheets, but an asset with the corresponding name is not present in Orchestrator, what will be the behavior at run time?

An empty string will be saved for the 'OrchestratorQueueName' key in the config dictionary.

The flow will throw an exception in InitAllSettings workflow.

The 'OrchestratorQueueName' key is not added to the config dictionary and the flow will throw in Get Transaction Data workflow.

The flow will use the value from the Settings sheets since the asset is missing.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When configuring the Max # of retries for the queue in Orchestrator to "1" for your process, and the queue has 5 transaction items. At runtime, the first transaction item throws a Business Rule Exception. How does the process proceed?

Transaction is retried multiple times until processed successfully.

Transaction is not retried but remaining transactions continue processing.

Transaction is retried only one time.

Transaction is not retried and the process stops.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following credentials stores have built in support in Orchestrator?

Azure Key Vault, CyberArk CCP, HashiCorp Vault, Thycotic Secret Server, BeyondTrust, CyberArk.

Cisco, Amazon Security Services, Google Credentials, Microsoft SCS, IBM Vault.

CyberArk CCP, Cisco, Google Credentials, CyberArk, Azure Key Vault.

CyberArk CCP, Azure Key Vault, Google Credentials, Amazon Security Services.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A developer is using the REFramework template to automate a process. In "SetTransactionStatus" file, there is the following sequence of activities, where the last Log Message activity was added by the developer: The configuration for Add Log Fields and Remove Log Fields activities are shown below: Add transaction log fields (Success) The developer runs the process and notices the argument values for the first transaction are: in_TransactionID = "07/18/2023 10:27:29" io_TransactionNumber = 1 in_TransactionField1 = "UI235-80" in_TransactionField2 = "Update Request" Which of the following Log Message Details will be displayed when executing the activity Log Message Completed for the first transaction, considering it is successful?

{'message': 'Transaction Completed','level': 'Information','logType': 'User','timeStamp': '10:30:19','fileName': 'SetTransactionStatus','processVersion': '1.0.0','jobId': 'cb865477-35f8-4c0a-93e9-e4f4246223f2','robotName': 'test.robot','machineId': 0,'logF_TransactionField2': 'Update Request','logF_TransactionID': '07/18/2023 10:27:29','logF_BusinessProcessName': 'Framework','logF_TransactionNumber': '1','logF_TransactionField1': 'UI235-80','logF_TransactionStatus': 'Success'}

{'message': 'Transaction Completed','level': 'Information','logType': 'User','timeStamp': '10:30:19','fileName': 'SetTransactionStatus','processVersion': '1.0.0','jobId': '59325301-680a-4d55-a81b-56ca1f369c12','robotName': 'test.robot','machineId': 0,'logF_TransactionField2': '','logF_TransactionStatus':'','logF_TransactionID':'logF_BusinessProcessName': 'Framework','logF_TransactionNumber':'','logF_TransactionField1': ''}

{'message': 'Transaction Completed','level': 'Information','logType': 'User','timeStamp': '10:30:19','fileName': 'SetTransactionStatus','processVersion': '1.0.0','jobId': '59325301-680a-4d55-a81b-56ca1f369c12','robotName': 'test.robot','machineId': 0,'logF_TransactionField2': empty,'logF_TransactionStatus': empty,'logF_TransactionID': empty,'logF_BusinessProcessName': 'Framework','logF_TransactionNumber': empty,'logF_TransactionField1': empty}

{'message': 'Transaction Completed','level': 'Information','logType': 'User','timeStamp': '10:30:19','fileName': 'SetTransactionStatus','processVersion': '1.0.0','jobId': 'f8a36a46-8ebc-40df-8f71-26b39087ebee','robotName': 'test.robot','machineId': 0,'logF_BusinessProcessName': 'Framework'}

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What status needs to be selected in the Set Transaction Status activity in UiPath Studio so that the respective Queue Item will be retried?

Retried

Failed

Abandoned

Postponed

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which activity should a developer use to add custom information to logs related to transactions for tracing purposes?

Add Log Fields

Update Logs

Add Custom Log

Build Log

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?