問題1
Please choose the correct statement about selectors in UiPath.
Please choose the correct statement about selectors in UiPath.
正確答案: A
說明:(僅 NewDumps 成員可見)
問題2
What happens when a new version of a package is published?
Options are :
What happens when a new version of a package is published?
Options are :
正確答案: C
問題3
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 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?
正確答案: B
問題4
A developer uses REFramework to create a complex automation project.
In the Settings sheet of the Config file, the developer writes "fileName" in the Name column and "Fin_Excel_FileName" in the Value column.
In Orchestrator, the developer creates an asset named "Fin_Excel_FileName" with the value "Report_Udemy2021.xlsx".
What will be the value of Config("fileName").ToString?
A developer uses REFramework to create a complex automation project.
In the Settings sheet of the Config file, the developer writes "fileName" in the Name column and "Fin_Excel_FileName" in the Value column.
In Orchestrator, the developer creates an asset named "Fin_Excel_FileName" with the value "Report_Udemy2021.xlsx".
What will be the value of Config("fileName").ToString?
正確答案: B
說明:(僅 NewDumps 成員可見)
問題5
What activities will be executed if the following Try Catch activity if the Notepad application is not running?
Catch block contains catches in the following order:
1. System.InvalidOperationException
2. System.SelectorNotFoundException

Please find properties of Type Into activity below:

What activities will be executed if the following Try Catch activity if the Notepad application is not running?
Catch block contains catches in the following order:
1. System.InvalidOperationException
2. System.SelectorNotFoundException

Please find properties of Type Into activity below:

正確答案: C
說明:(僅 NewDumps 成員可見)
問題6
Which of the following Rules belongs to the Naming Rules category?
Which of the following Rules belongs to the Naming Rules category?
正確答案: B
說明:(僅 NewDumps 成員可見)
問題7
What robot state is displayed on the Robots page while a job is being executed?
Options are :
What robot state is displayed on the Robots page while a job is being executed?
Options are :
正確答案: B
問題8
A developer needs to implement the following logic for each row in the Excel table:
- if the value in column "Price" is above 130$, then apply a discount of 10% if the value in column "Price" is above 250$ then apply a discount of 7% and store the row in a separate table
- if the date in the column "Deadline" is less than 15 days from now, send a mail notification to the analyst mentioned column "Contact person"
- if the value in the column "Region" is "ELAMA", apply an additional tax of 3,5%
- if the value in the column "Additional comments" is not empty, send the item for review to a responsible team What is best suited to implement the above-mentioned logic?
A developer needs to implement the following logic for each row in the Excel table:
- if the value in column "Price" is above 130$, then apply a discount of 10% if the value in column "Price" is above 250$ then apply a discount of 7% and store the row in a separate table
- if the date in the column "Deadline" is less than 15 days from now, send a mail notification to the analyst mentioned column "Contact person"
- if the value in the column "Region" is "ELAMA", apply an additional tax of 3,5%
- if the value in the column "Additional comments" is not empty, send the item for review to a responsible team What is best suited to implement the above-mentioned logic?
正確答案: B
說明:(僅 NewDumps 成員可見)