A developer met with a rental car company to review their business requirements which takes reservations from a Microsoft Outlook email box. The company has indicated the following occurs in their application:
1.Login to the rental car company's desktop application
2.Navigate to the Rental Requests section
3.Get emails from their Microsoft Outlook account
4.Extract data from the current email and add it to the queue
5.For each Queue Item:
-a) Navigate to the Reservations section
-b) Add the booking details into the Reservations section
-c) Close the current reservation and move to a new one
6.Log out and close the company's application
The developer needs to create a process using the Dispatcher/Performer architecture for the company. Which steps will be included in the Dispatcher process?
A developer created a project in the Robotic Enterprise (RE) Framework. The Config.xlsx has the Asset entry shown in the exhibit:
Assuming the default REFramework configuration, how can the developer reference the Asset in the Config variable so that the dictionary returns the asset value as a String?
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.
What do the Items in the Orchestrator queues consist of? Select all the options that apply.
Options are :
The return value of the Get Transaction Item activity is of the following type:
Options are :
Review the following exhibit:
What is the result of clicking the "Run in PiP" button?
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 is using UiExplorer to modify selectors. The "Highlight" button is present in UiExplorer. What is its functionality and when does this button appear?
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 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?
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 has two collections containing data:
1) A list of strings called listA that was initialized with 2 items
2) An array of strings called arrayB that was initialized with 2 items
How can both collections be combined into a single 4-item collection called results?
A developer wants to use the Robotic Enterprise (RE) Framework to automate a business process. The TransactionData of this process is a collection(List
From the drop-down list shown in the exhibit, select the variable type for the TransactionItem.
You have two variables, varA and varB, as shown in the following exhibit:
What is the output of the Write Line activity?
During the development of a process, a certain label text must be retrieved. After retrieving the text, a button must be clicked and the following occurs:
1.The loading of the label text element takes longer than 30 seconds.
2.The loading of the button takes longer than 30 seconds.
3.The retrieving of the data or clicking the button must be tried until successful.
Based on UiPath best practices, what must the developer use to ensure that an error is thrown if the label text or the button element does not load?
You are developing a .xaml file to interact with multiple fields of a web page. You want to Auto Empty the fields that require input.
Which input method(s) will automatically empty the target input fields?
When fine-tuning a dynamic selector, how many characters does "*" replace?
A developer configured the properties for a Click activity on an element inside a web page as shown in the exhibit. An animation on the web page never completely loads but the element specified in the Click activity does.
What occurs when this Click activity executes?
A developer creates a Dispatcher which extracts information from the top 30 mail messages in Microsoft Outlook and uploads that information into a queue.
What is the recommended way to avoid processing duplicates of the same Queue Items?
A developer wants to create an attended automation process. The process will take information from emails in the current user's inbox.
Assuming the email/domain or password for the user's email inbox are not provided in the automation, which activity can be used to get unread emails with the subject line "Email for Robot"?
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?
A new blank project only has the Main.xaml file and consists of a single Throw activity. The activity is not enclosed in a Try Catch activity.
If this process is published and run from Orchestrator, what is the expected result?
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 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 used title='1 writtenNotes - Notepad' as an attribute of a selector. The first character of the Notepad file name changes dynamically based on the .txt file used to open the file.
If the developer wants the selector to identify the Notepad by everything but the first character, how should title
be replaced?
Review the following exhibits:
Based on the exhibits, what is the output of the sequence?
A developer is creating a process using the Dispatcher and Performer model. The Dispatcher uses the Bulk Add Queue Items activity to upload items to an Orchestrator queue. Which type of design is best-suited for the automation of this Dispatcher?
A developer is building a process which types data into input fields and needs to use the Hardware Events input method. In addition, the developer wants to decrease the speed with which the input string characters are typed into the fields.
Which property of the Type Into activity should the developer edit?
Based on UiPath best practices, which project layout is recommended for processes with complex transitions in UiPath Studio?
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 created an attended process which used UI Automation activities on hidden or minimized windows. While the process is running on the user's machine, the user also needs the ability to use the machine.
Which activity is configured by default to enable interaction with hidden or minimized windows?
A developer creates a workflow that extracts the date of birth for different account holders in a web application. The following selector represents the selector structure for a 6-digit account number 123456.
Assume only the account number value changes in the selector and there is a defined list of 6-digit account numbers.
The developer needs to fine-tune the selector to work only for a pre-selected list of account numbers. What represents an example of a good selector?
A developer automates a process which has an Excel file as input data. Because the Orchestrator is not connected, the developer needs to adapt the Robotic Enterprise (RE) Framework to use it with tabular data.
Where in the REFramework is it a best practice to read the data from the Excel file and store it in a global DataTable variable?
A developer created a process with the Robotic Enterprise (RE) Framework, uploaded the package on the Orchestrator, and created a job for it. Once these steps are performed, the job is started from the Orchestrator and begins to process transactions. After two processed transactions, the job is stopped from Orchestrator.
At which point in the workflow will this job stop?
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"?
A developer reviewed the following sequence:
The parameters of the Invoke Method are:
In order to get the table name of the first element in the DataSet, which expressions should the developer use?
A developer was reviewing an Orchestration process whose "main" attribute is set to Main.xaml in project.json.
However, the process is not pausing as intended. What is a possible cause for this issue?
What is the difference between a Click activity whose SimulateClick property is checked and another one with the same property unchecked?
Options are :
In the UiPath Robotic Enterprise Framework template, if a System Error is encountered in the Process Transaction state of the Main workflow, which state is executed next?
Options are :
In this exercise, you will create a UiPath automation that performs the steps below.
To achieve this, you will use the REFrameWork as the starting template and follow the UiPath development best practices.
Here are the steps performed by the Robot:
1. Log in to https://www.acme-test.com.
2. On the landing page, Dashboard, click on the Work items menu item. Scrape the data in all the pages of the table, page by page, ensuring error handling and recovery.
3. For each page:
- Filter the records where Status is 'Open';
- Filter the records where Type is 'WI5';
- Filter the records where WIID is less than 500000;
- Append the resulting datatable into an Excel worksheet; you shouldn't worry about the headers and format of the output file.
Constraints to follow in the development, using the REFrameWork:
1. TransactionItem datatype should be a String. The process should recover and retry in case of errors in navigation between WorkItems page. One transaction is the action of scraping one web page.By navigating to the next page, the next transaction will execute. (Same as ACME Process 4 Dispatcher from the UiPath Academy).
2. Create a separate workflow file for the Login to ACME. File input arguments: URL ; Username ; Password .
3. Create a separate workflow file for closing ACME.
3. Add the ACME_URL and ACME_Credential to the Config file.
4. Populate InitAllApplications.xaml from the Framework folder with Invoking the Login to ACME and navigation to the Work Items.
5. Populate CloseAllApplications.xaml from the Framework folder with Invoking the Close ACME.
6. Populate KillAllProcesses.xaml from the Framework folder with killing the process used.
7. Populate the Process.xaml file with the following actions: Web scraping, Filtering and Appending to Excel.
Important Note: Don't use external file references outside of the project folder (including Orchestrator Assets). Place all the used files within the project folder, zip that folder and upload it to the UiPath Certification Platform.
Zip ALL the used workflow files AND the output Excel file. Then upload the .zip file to the UiPath Certification Platform.
Good luck!
Options are :
ALL THE BEST!
In which workflow in the UiPath Robotic Enterprise Framework template is the TransactionNumber global variable incremented by default?
Options are :
What is the best way to select a row with a certain value from a column in Excel?
Options are :
How can a string variable called myString be converted to an all-capitals representation for future use?
Options are :
A developer has configured the Activity Project Settings for UI automation and a Click activity as shown below. What will be the result of executing the Click activity in Run mode?
Is it possible to reprocess a transaction in a Queue after its failure due to
an application exception?
Options are :