본문 바로가기
UiPath

[UiPath] ADP Dump 06

by 린앤율맘 2024. 1. 17.

3. What is the variable type of the "Output Data Table" activity?

 

List.

Array.

Dictionary.

(정답) String.

 

Topic: Use UiPath activities to build, filter, join, merge and iterate through DataTables.

 

(New) 4. A developer wants to move an automation into production. A Click activity contains the below automatically-generated selector. Which attribute in the selector is stable?

'="" idx="34" tag="1">

 

tag

 

Topic: Evaluate and configure static and dynamic Descriptors.

 

 

6. The project manager examined the Orchestrator logs for any pertinent error information related to a process after the process owner informed them about missing expected outputs.
To view all alerts/errors, which Level should the project manager filter the logs by?

 

Info (오답)
Trace
(정답) Warn
Fatal
Error

 

Topic: Apply logging best practices during development.

 

7. A developer configured the UI Automation Project Settings and the Properties of a Click activity as shown in the following exhibits:
0.15
0.3
15
30
 
16. Based on best practices, which activity should be used to retrieve individual pieces of data from a digital PDF in the background using UI Automation?
 
Topic: Extract a single piece of data from a single and multiple native PDFs.
 
 
(New) 22. Which activity should the developer use for a process that iterates through a list of doctors in a hospital's database and adds the title "Dr." to every person from the list?
 
(정답) for each
multiple assign
switch
parallel
 
Topic: Use the For Each, While, Do While and Switch activities.

 

(New) 24. What is the best practice rule regarding nested IF clauses?
There is no rule regarding nested IF clauses.
A maximum of 2 nested IF clauses.
A maximum of 3 nested IF clauses.
A maximum of 4 nested IF clauses.
 
43. Which screen scraping method should be employed to extract text from a scanned PDF?

 

Native only
(정답) OCR
FullText only
FullText and Native

 

Topic: Extract data from native and scanned PDF.

 

51. How can unattended robots be connected to Orchestrator using client credentials in the Assistant?
1 Open the Assistant.
2 Click Orchestrator settings in Preferences.
5 Click Connect.
3 Enter Orchestrator URL, client ID, and client secret.
4 Select "Client ID" in Connection type.

 

(New)56. Which of the following actions can be performed in UiPath Orchestrator?
Create Time Triggers and State Machine Workflows.
Create Storage Buckets and Queue Triggers.
View Logs and add Breakpoints.
Update Assets and publish a new Package version.

Topic: Describe Orchestrator Entities (Robot, Folder, Package, Process, Job, Heartbeat), Teanant Entities (User, Machine, License, Webhook, Alerts) and Folder Entities (Assets, Storage Buckets, Queues, Triggers, Credential Stores)

 

 

'UiPath' 카테고리의 다른 글

[UiPath] ADP Dump 09  (0) 2024.01.22
[UiPath] ADP Dump 07  (0) 2024.01.18
[UiPath] ADP Dump 05  (0) 2023.12.26
[UiPath] ADP Dump 04  (1) 2023.12.22
[UiPath] ADP Dump 03  (0) 2023.12.21