Time Left:
00
:
20 :
00
HRS
MIN
SEC
Time Spent: %%TIMESPENT%%
Time expired. Sorry, you will not be able to continue with this quiz. Please opt-in to see the result.
SEC
HRS
MIN
SEC
SEC
Total Time
[SQBTimeSpent]
0
HRS
0
MIN
0
SEC
UiPath Quiz On Exception Handling, Miscellaneous & Outlook Automation

Test your UiPath expertise with this quiz covering exception handling, miscellaneous tasks, and automation of Outlook processes and workflows.
TAKE THIS TEST
1%
1) What is the most effective way to handle the click on a UI Element that is not always available?

Enter any additional information about the quiz

A) Set the ContinueOnError property of the Click activity to True.
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned Tags
B) Use a Find Element activity.
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned Tags
C) Use an Element Exists activity and then a Click activity
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned Tags
D) Place the Click activity inside a Try Catch.
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned TagsNext
2) Which of the following is recommended to have in a Catch block?

Note: You can select multiple answers as this is multiple choice question

A) i) The activity or set of activities to be performed when an error occurs ii) A Log Message activity.
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
B) i) A Log Message activity. ii) There's no need to add an activity in the Catch block.
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned TagsNext
3) Which activity is being described by the following statement: "When checking whether a particular condition is met, only activities that return a Boolean value can be used in the Condition block (e.g. IsTrue, IsFalse, Element Exists)"?

Enter any additional information about the quiz

A) Try Catch
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned Tags
B) Retry Scope
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned Tags
C) If
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned Tags
D) Switch
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned TagsNext
4) What does it imply when the Retry Scope activity is used without a termination condition?

Enter any additional information about the quiz

A) It throws an exception.
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned Tags
B) The Retry Scope activity retries the activities indefinitely.
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned Tags
C) The Retry Scope activity retries the activities until no exception occurs (or the provided number of attempts is exceeded).
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned Tags
D) The Retry Scope activity retries just once.
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned TagsNext
5) To use a selector in the selector property of an activity, you can store it in a variable. What's the variable type?


A) String
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned Tags
B) Int32
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned Tags
C) Boolean
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned Tags
D) UiElement
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned TagsNext
6) Which activity is being described by the following statement "Provides a way to try a block for a predefined number of times in case there are anyexceptions or a particular condition is not met"?


A) Rethrow
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned Tags
B) Throw
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned Tags
C) Retry Scope
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned Tags
D) Try Catch
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned TagsNext
7) When you are developing automation for an application on a client machine without direct access or the ability to install Studio on that machine, which targeting method can be used to identify the required UI element for processes?


A) Only Anchors
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned Tags
B) Selectors
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned Tags
C) Image
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned Tags
D) Image and Fuzzy selectors
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned TagsNext
15) If you are using the For Each activity to loop through a list of MailMessage variables, what should you set the TypeArgument property to?

Note: You can select multiple answers as this is multiple choice question

A) Only Anchors
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned Tags
B) Selectors
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned Tags
C) Image
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned Tags
D) Image and Fuzzy selectors
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned TagsNext
8) Which values does the expression InputFileInfo.DirectoryName return?

Note: You can select multiple answers as this is multiple choice question

A) The full name of the file.
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
B) The full path of the folder in which the file is located.
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
C) The name without the extension.
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
D) The file's extension.
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned TagsNext
10) What is the purpose of the File Exists activity?

Note: You can select multiple answers as this is multiple choice question

A) Checks if the specified folder path exists and returns True if the folder exists, False if it doesn't.
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
B) Checks if the specified file path exists and returns True if the file exists, False if it doesn't.
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
C) It allows the workflow developer to select a folder when building the automation.
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
D) It allows the user to select a folder while the automation is running.
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned TagsNext
10) You are retrieving some Outlook mail messages and you are filtering them using the following expression:
"[Received] >= '" + DateTime.Today.AddDays(-2).ToString("d") + " 00:00AM' AND [Received] < '"+ DateTime.Today.ToString("d") + " 00:00AM'"
This means that you are looking for...

Note: You can select multiple answers as this is multiple choice question

A) All mail messages received in the previous two days.
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
B) All mail messages received in the last 22 hours.
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
C) All mail messages received two days ago.
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
D) All mail messages received two hours ago, today.
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned TagsNext
11) What is the supported variable type in the Output property field of all Get Mail activities (POP3, IMAP, Outlook, Exchange)?

Note: You can select multiple answers as this is multiple choice question

A) MailMessage
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
B) String
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
C) List <Generic>
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
D) List <MailMessage>
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned TagsNext
12) Which statement accurately describes the process of automating the interface of Outlook using UI Automation activities within the Use Desktop Outlook App activity?

Note: You can select multiple answers as this is multiple choice question

A) UI Automation activities cannot be used to automate the interface of Outlook.
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
B) Only one Outlook window should be open on your machine for successful automation.
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
C) The Use Desktop Outlook App activity is not compatible with UI Automation activities.
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
D) Multiple Outlook windows need to be open on your machine for the automation to work effectively.
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned TagsNext
14) You are using the 'Save Attachments' activity and you have specified a local folder to download the files. What will happen if there are duplicate file names in the folder?

Note: You can select multiple answers as this is multiple choice question

A) The old files will automatically be overwritten.
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
B) An error message will be thrown and the automation will stop.
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
C) The automation will continue without downloading the new files.
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
D) A new folder will automatically be created for each duplicate file.
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned TagsNext
16) Which of the following properties are found in the Get Outlook Mail Messages activity?

Note: You can select multiple answers as this is multiple choice question

A) Server
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
B) Password
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
C) Port
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
D) MailFolder
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned TagsNext
17) The Send Outlook Mail Message activity will work without having Microsoft Outlook installed.

Note: You can select multiple answers as this is multiple choice question

A) True
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
B) False
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned TagsNext
18) What activity can you use to send an email without entering the username and password of the email account?

Note: You can select multiple answers as this is multiple choice question

A) Send SMTP Mail Message
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
B) Send IMAP Mail Message
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
C) Send Outlook Mail Message
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
D) Send Exchange Mail Message
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned TagsNext
19) Review Question -Which of the following properties cannot be modified once global constants and variables are created?

Note: You can select multiple answers as this is multiple choice question

A) i) Value ii) Data Type iii) Name
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
B) i) Data Type ii) Name iii) Scope
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned TagsNext
19) Which of the following pieces of information cannot be stored in an Orchestrator asset?

Note: You can select multiple answers as this is multiple choice question

A) A set of credentials
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
B) A table
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
C) A number
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
D) A URL
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned TagsNext
%%QUESTIONANSWERS%%
Skip Opt-in
Almost there...
Where can we email you the results? Please enter details below.
[CATEGORY_TOTAL_NUMBER]
[CategoryRank columns="1" order="lowtohigh" high="green" medium="yellow" low="red" high_range="80-100" medium_range="50-80" low_range="0-50" limitto="5" margin="20"]

Congratulations on completing the UiPath mock test! This assessment was designed to give you a snapshot of your proficiency in key areas of UiPath, including the basics of RPA, workflow and activities, and advanced concept.
By taking this test, you've gained insight into your strengths and identified areas where you might want to focus further study.
Feedback: "Your score reflects your current level of understanding. A strong score indicates readiness for advanced projects, while a lower score highlights opportunities for further learning.
By taking this test, you've gained insight into your strengths and identified areas where you might want to focus further study.
Feedback: "Your score reflects your current level of understanding. A strong score indicates readiness for advanced projects, while a lower score highlights opportunities for further learning.
Check Our Advanced UiPath Training
%%CATEGORY_TOTAL_PERCENT%%
%%CATEGORY_TOTAL_NUMBER%%
[CATEGORY_TOTAL_PERCENT]
[CATEGORY_ONLY_PERCENT]
[CATEGORY_TOTAL_NUMBER]
Retake
YOUR TOTAL POINTS
0