Review the following exhibits:
Based on the exhibits, what is the output of the sequence?
You are working on a project with three other developers and are using Team Foundation Server (TFS) source control in UiPath Studio. If you want to ensure you have the newest version from the server on your local machine, which TFS command should be used?
A developer is creating an automation project which processes personal information of employees.
To protect sensitive information that is logged during the execution of the automation at the Verbose level, how can the developer avoid logging variable and argument values in both Orchestrator and Studio?
When fine-tuning a dynamic selector, how many characters does "*" replace?
If a developer wants to use a variable of type UIElement to identify a button in a Click activity, which property must be manually configured during development?
A developer wants to create a process for a Call Center user. This process must:
1.Interact with application windows that are minimized or in the background.
2.Allow the user to interact with separate desktop applications at the same time.
Which workflow activity requires modifications to some of the properties' default values to ensure this process runs in the background?
Based on the configuration shown in the exhibit, what is the result of the execution of these activities if the target element does not exist at runtime?
What represents an example of a full selector?
While working with a queue in Orchestrator, you notice that the status of one of the Queue Items has changed to Abandoned.
When does this happen?
You are invoking a workflow file called SecondaryWorkflow.xaml from PrimaryWorkflow.xaml. The following shows the Import Arguments panel of the Invoke Workflow File activity:
In addition, the following reflects the Arguments panel in SecondaryWorkflow.xaml:
You use a Log Message activity in "SecondaryWorkflow.xaml" to print the value of the argument "in_WelcomeMessage".
What is the expected result of executing "PrimaryWorkflow.xaml"?
In UiPath Studio, what describes project validation and workflow analysis?
A developer needs to create an automation process that identifies a file with format "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?
A developer automates a process which has an Excel file as input data; however, Orchestrator is not available. As a result, the developer needs to adapt the Robotic Enterprise (RE) Framework for use with tabular data.
Based on UiPath best practices, where should the Excel file be read and stored in a global DataTable variable?
You recently observed a developer using the SecureString variable type in their workflow. What is a UiPath best practice relative to the use of SecureString?
A developer wants to ensure that a process they are developing includes coherent logs with meaningful log messages. During the execution of the process, an application exception is caught and stored in a local variable called exception.
Based on UiPath best practices, how should the Log Message activity in the Catch section of this exception be configured?
A developer needs to automate a process which involves capturing support ticket numbers from the email subject line. For example, the email subject line includes: "Action Required – XA/135" where "XA/135" is the ticket number. The robot should validate the pattern of the ticket number before proceeding.
Which expression exclusively matches the ticket number pattern from the subject line?
A developer needs to create a process that performs the following:
1.Scrapes a table of common English-Spanish translations
2.Writes the table to an Excel file
3.Emails that Excel file as an attachment
While creating this process, the developer notices that two activities with the same name can write the scraped DataTable to Excel.
What are the differences between the Workbook and Excel Write Range activities?
In which situation can "idx" be used in a reliable selector?
A developer created the following sequence:
The following reflects the Catches block for the Try Catch activity:
The Variable tab appears below:
The Properties for the Retry Scope activity are shown below:
The Properties for the On Element Appear activity are as follows:
Based on the configurations shown in the exhibits, which output is displayed in the Output panel when the target exists at runtime and it is not visible on the screen?
In a UiPath project, a developer uses a Click Button activity. A desktop application should be opened as a result of clicking the button. Based on best practice, what should the developer use to ensure: (1) the button element is clicked and (2) the application is opened correctly?
You have two lists in a workflow:
1) FranceCities which contains city names in France
2) IndiaCities which contains city names in India
In order to show all city names from both lists, which expression should be used as the input to a MessageBox?
A developer is creating an automation project which creates a temporary password in the company’s system for new employees and later enters it into a desktop application. To protect this sensitive information, how can the developer avoid the password from being displayed on screen when it is entered into the desktop application?
A developer defined two Int32 variables, FirstInt and SecondInt, in a workflow. Which panel can the developer use to monitor the result of the expression. FirstInt > SecondInt, throughout the execution of the workflow in Debug mode?
A developer creates a Dispatcher process which extracts information from a Microsoft Excel file and uploads that information into an Orchestrator queue. Based on best practice, what is the recommended way to avoid creating duplicate Queue Items?
A developer has created a project to scrape structured data from Service Desk tickets. Upon review, the developer discovered that the Extract Structured Data activity was set to retrieve 50 results. The activity needs to be updated to retrieve all available results.
From the drop-down list shown in the exhibit, select the correct value that should be used to update the MaxNumberOfResults property.
A developer automated a Performer process using the Robotic Enterprise (RE) Framework. Which state executes after the Process Transaction state has a result of "Success"?
While working with a queue in Orchestrator, you notice that the status of one of the Queue Items has changed to Abandoned. What was the status before it changed to Abandoned?
A developer uses a Key Press Trigger activity and a Click Trigger activity to monitor events in an application. The two Trigger activities are within the same Trigger Scope activity. Which approach ensures the workflow exits the Trigger Scope activity after any trigger is activated and the associated action is performed?
A developer has a project which includes a Global Exception Handler. Based on best practice, all exceptions should be caught and handled as defined by the business requirements. To ensure the defined exceptions do not reach the Global Exception Handler, which activity must be used?
A developer is working on their first project design involving Orchestrator interactions. An email needs to be sent to the process owner at the end of each transaction. The process owner is only expected to change once a year due to role changes within the company. The transaction number is the employee ID and must be included in the email to the process owner.
Based on best practices, how should the process owner email and employee ID be set?
A developer created an automation project in the Robotic Enterprise (RE) Framework which needs to enter a User ID depending on the machine it runs on. The User ID is stored in Orchestrator as a Text asset using the Value Per Account-Machine method.
Which steps should the developer perform to use this asset in the project?
A developer automated a business process based on the Dispatcher and Performer model using two automation projects. Each project file has several invoked workflow files. Before publishing, the developer wants to ensure all unexpected exceptions are caught.
How many Global Exception Handlers can be set?
A developer wants to determine how much time it takes for an activity to perform.
Based on the exhibit, what should the developer use to know how much time has elapsed in executing the Timed Activity sequence?
A developer wants to use the default Robotic Enterprise (RE) Framework without using Orchestrator. What is the minimum requirement to ensure that the project does not access Orchestrator queues?
You need to include rows from one datatable named "dt1" in another datatable named "dt2".
Instructions: From the drop-down lists for Invoke Method on the "For Each Row in Data Table" display, select the correct value of each field for the "Invoke Method". Next, from the drop-down
list on the Parameters display, select the correct Value to complete this task.
A developer is automating a process which uses data from invoice documents. The business requirement is that each transaction should be uniquely identified by the invoice number and is only uploaded to the Orchestrator queue once.
What is a recommended practice to meet this requirement?
A developer has created a process that gathers a listing of stock market prices in the following format
How should the third line in RegEx Builder be modified to ensure that only items with prices of at least 100 are identified?
A process is created using UiPath REFramework. By default, if the maximum number of retries is reached, what steps are executed next?
Which input method has the highest speed?
How should a UiPath developer handle frequent changes in the project files?
Options are :
A developer wants to use a Read PDF With OCR activity to extract required data from a PDF file. According to requirements from the client, the PDF file should be protected by a password, as it stores sensitive information. What should be done in order to ensure that the robot is able to read data from this file?
What is the use of
What robot state is displayed on the Robots page while a job is being executed?
Options are :
Which is the best way to delete unreferenced variables?
Options are :
Which statement about the UiPath Robotic Enterprise Framework template is false?
Options are :
A developer is using UiExplorer to modify selectors. The "Highlight" button is present in UiExplorer. What is its functionality and when does this button appear?
What tags are verified in Internet Explorer to assess if an application is in the Interactive or Complete state?
Which of the following are considered best practices?
Options are :
How can you fine tune a selector?
Options are :
Which of the following are considered best practices?
Options are :
A developer creates a process using a State Machine. What section(s) does the Final State activity contain?
Scheduling a process is done from:
Options are :