UiPath Automation Exam Questions 69- 132

UiPath Automation Exam Questions 69- 132

Professional Development

64 Qs

quiz-placeholder

Similar activities

Microprocessor 8085

Microprocessor 8085

Professional Development

60 Qs

SF Sales Cloud Practice Exam 1

SF Sales Cloud Practice Exam 1

Professional Development

60 Qs

CSA Mock Test 1

CSA Mock Test 1

Professional Development

60 Qs

FT Practice Quizz 03

FT Practice Quizz 03

Professional Development

59 Qs

ServiceNowTraining_2

ServiceNowTraining_2

Professional Development

60 Qs

Salesforce Admin Quiz 1

Salesforce Admin Quiz 1

Professional Development

61 Qs

Salesforce Quiz (LNCT Group of Colleges ,Bhopal) - 17-Mar'25

Salesforce Quiz (LNCT Group of Colleges ,Bhopal) - 17-Mar'25

Professional Development

60 Qs

Snow Test Question 60 6.0

Snow Test Question 60 6.0

Professional Development

60 Qs

UiPath Automation Exam Questions 69- 132

UiPath Automation Exam Questions 69- 132

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Ismael Parada Mateo

FREE Resource

64 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A developer needs to create an unattended automation process that extracts the information from emails from a centralized mailbox. The developer needs to use the mail folder, port, server, username, and password values, with no email client accessible on the unattended machine. Which activity should the developer use to fetch unread emails with the subject "Email for Robot"?

Get IMAP Mail Messages

Save Mail Message

Get Outlook Mail Messages

Save Outlook Mail Message

Answer explanation

The 'Get IMAP Mail Messages' activity is designed for unattended automation to fetch emails from a centralized mailbox using IMAP protocol, making it suitable for extracting unread emails with specific subjects without an email client.

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What are the available argument directions in UiPath Studio?

In, Out, and In/Out arguments.

In/Out arguments only.

Out arguments only.

In and Out arguments.

Answer explanation

In UiPath Studio, arguments can be categorized as In, Out, and In/Out. In arguments are used to pass data into a workflow, Out arguments are for returning data, and In/Out arguments allow both input and output, making the first choice correct.

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which selector should be adjusted according to best practices to ensure reliable and stable automation?

<html app='chrome.exe' title='Release History - UiPath Platform' />

<webctrl parentid='confluence-ui' tag='SPAN' idx='94' />

<html app='chrome.exe' title='Google' />

<webctrl tag='INPUT' aaname='Search' />

<html app='chrome.exe' title='ACME System 1 - Download monthly Report' />

<webctrl aaname=' Year 200?' parentid='searchForm' class='text' />

<html app='chrome.exe' title='World population - Wikipedia' />

<webctrl aaname='Population by continent' tag='TABLE'/>

<webctrl tableCol='3' tableRow='7' tag='TD'/>

Answer explanation

La respuesta C es la única que necesita ser ajustada porque usa un selector con el texto:
aaname=' Year 200?' — este ? indica que el valor es incierto o variable (como podría ser 2001, 2002...).

🔧 Según las buenas prácticas, se recomienda usar comodines (*) o anclajes más estables en lugar de depender de valores que pueden cambiar, como años, índices, o títulos de página dinámicos.


¿Por qué las otras no deben ser ajustadas?

  • A. Usa idx='94', lo cual puede ser inestable, pero no se marca como problemático aquí.

  • B. El campo de búsqueda de Google tiene un nombre estable: 'Search'.

  • D. El uso de tableCol y tableRow es aceptable si el contenido de la tabla es fijo.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which option from the UiPath Studio backstage view prohibits sending projects with Workflow Analyzer errors to remote repositories?

Analyze RPA XAML Files Only.

Enforce Analyzer before Publish.

Enforce Analyzer before Run.

Enforce Analyzer before Push/Check-in.

Answer explanation

The option 'Enforce Analyzer before Push/Check-in' ensures that projects with Workflow Analyzer errors cannot be sent to remote repositories, promoting code quality before sharing.

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How can the profiling results be accessed after executing a workflow?

Go to the Profile Execution tab in the Debug ribbon.

Go to the Execution Details section in the Profiling tab.

Go to the Import profiling session section in the Debug ribbon.

Go to the Performance Analysis menu in the Debug ribbon.

Answer explanation

To access profiling results after executing a workflow, navigate to the Profile Execution tab in the Debug ribbon. This is the correct location for viewing detailed profiling information.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will be the behavior of the process if during the design time the property ValidateUnconnectedNodes is set to True on a flowchart and a Log Message activity from this flowchart is not connected to any other node?

The flowchart displays an error indicating that some activities are not connected to the others within the flowchart.

The flowchart undergoes successful validation with no errors displayed, but an exception will occur during the workflow's runtime.

The flowchart will display an error indicating the presence of unconnected activities, but only when validated using the Workflow Analyzer.

A warning message is displayed in the Output section of Studio, indicating the presence of unconnected activities.

Answer explanation

Setting ValidateUnconnectedNodes to True ensures that the flowchart checks for unconnected activities. Therefore, the correct behavior is that the flowchart displays an error indicating that some activities are not connected.

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

An automation process requires interaction with several reports. The reports have the same structure and the title format is always "Report X - PDF", where X is a number from 1 to 100. To ensure that the selector accurately identifies the correct PDF to be utilized in the automation, what is the recommended approach given the scenario where multiple PDF files may be open on the desktop but only one report will be open at a time?

Replace "X" in the title attribute value with "*" wildcard character

Replace the title attribute value with "*" wildcard character

Replace "X" in the title attribute value with "?" wildcard character

Replace the idx attribute value with "*" wildcard character

Answer explanation

Replacing 'X' in the title with '*' allows the selector to match any report title format like 'Report 1 - PDF', 'Report 2 - PDF', etc., ensuring accurate identification of the correct PDF in the automation process.

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?