Limited Time Discount Offer! 15% Off - Ends in 01:44:04 - Use Discount Coupon Code A4T2023 Hide Answers/explanation

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

Limited Time Discount Offer!

15% Off - Ends in 01:44:04 - Use Discount Coupon Code Hide answers/explanation

A4T2023
Correct Answer: D

QUESTION NO: 38
A developer creates a Dispatcher which extracts information from the top 30 mail messages in Microsoft
Outlook and uploads that information into a queue.
Input your exam code ... What is the recommended way to avoid processing duplicates of the same Queue Items?

A. Create an Excel file of processed Queue Items and loop through the list to check if the current Queue
Item has been processed before.

B. Add a descriptive "Reference" in the "Add Queue Item" activity and check that it does not equal the
"Reference" of the Queue Item last processed.

C. Set the "Unique Reference" of the queue to "Yes" and "Auto Retry" of the queue to "No".

D. Set the "Unique Reference" of the queue to "Yes" and add a descriptive "Reference" in the "Add
Queue Item" activity.

QUESTION NO: 36
What is the slowest method of reading text? Hide answers/explanation
Options are :

Correct Answer: D
A. OCR

B. Native

C. Full Text
QUESTION NO: 39
A developer needs to create an automation process that identifies a file with format
Hide answers/explanation
"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?
Correct Answer: A
A. strinput.Substring(strInput.LastIndexOf("_")+1,8)

B. strinput.Substring(strInput.IndexOf("_")+1,strInput.IndexOf(".")-1)

C. strinput.Substring(strInput.IndexOf("_")+1.8)
QUESTION NO: 37
A developer is adding a Log Message activity in an Exit section of a single state within a state machine. D. strinput.Substring(strInput.IndexOf("_")+1,strInput.IndexOf("."))
When will the Log Message activity in the Exit section be executed?

Hide answers/explanation
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.
Correct Answer: C
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.
QUESTION NO: 40
A developer created automation in UiPath to process CVs of job candidates. This process is designed to
help the HR team in their daily activities. Every day robot needs to process mails from the HR team sent to
its Outlook account. Besides emails from HR, the robot also receives organizational emails and emails from
other employees. There are several possible ways to set up the Get Outlook Mail Messages activity for the
robot to only extract emails from the HR Team <hr.team@company.com>.
Please choose the incorrect way.

A. "[SenderName] = 'HR Team" in the Filter property of the Get Outlook Mail Messages activity.

B. "[From] = 'HR Team" in the Filter property of the Get Outlook Mail Messages activity.

C. "[SenderEmailAddress] = 'hr.team@company.com'" in the Filter property of the Get Outlook Mail


Messages activity.

D. "HR Team" in the From property of the Get Outlook Mail Messages activity.

Hide answers/explanation

Correct Answer: D

There is no "From" property in the Get Outlook Mail Messages activity, and all filtering needs to be done in the Filter
property of the Get Outlook Mail Messages activity. All 3 strings can be used as a filter to get mails only from the HR
Team.
UiPath Documentation
Exam Topic: Identify and describe how activities are used to automate actions in Excel, e-mail, and .pdfs.

Actual4test Practice Exams are written to the highest standards of technical accuracy, using only certified subject
matter experts and published authors for development - no all study materials.

You might also like