UiPath-ADPv1 無料問題集「UiPath (ADPv1) Automation Developer Professional」
A developer is using the REFramework template to automate a process. In "SetTransactionStatus" file, there is the following sequence of activities, where the last Log Message activity was added by the developer:
The configuration for Add Log Fields and Remove Log Fields activities are shown below:
Add transaction log fields (Success)
The developer runs the process and notices the argument values for the first transaction are:
in_TransactionID = "07/18/2023 10:27:29"
io_TransactionNumber = 1
in_TransactionField1 = "UI235-80"
in_TransactionField2 = "Update Request"
Which of the following Log Message Details will be displayed when executing the activity Log Message Completed for the first transaction, considering it is successful?
The configuration for Add Log Fields and Remove Log Fields activities are shown below:
Add transaction log fields (Success)
The developer runs the process and notices the argument values for the first transaction are:
in_TransactionID = "07/18/2023 10:27:29"
io_TransactionNumber = 1
in_TransactionField1 = "UI235-80"
in_TransactionField2 = "Update Request"
Which of the following Log Message Details will be displayed when executing the activity Log Message Completed for the first transaction, considering it is successful?
正解:C
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
When building an automation for a car rental company as part of a larger project initiative, a developer should follow the high-level steps:
1.log in to the company's desktop application.
2.For each Queue Item:
a.Navigate to the Reservations section from the Requests section.
b.Add the reservation data to the Reservations section.
c.Close the current reservation.
3.Log out and close the company's application.
What step should be mocked from the end-to-end test case in order to retrieve test data?
1.log in to the company's desktop application.
2.For each Queue Item:
a.Navigate to the Reservations section from the Requests section.
b.Add the reservation data to the Reservations section.
c.Close the current reservation.
3.Log out and close the company's application.
What step should be mocked from the end-to-end test case in order to retrieve test data?
正解:D
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
A developer extracts a date from an email. The date will always be In the same format and always from the past. Some examples of this format are: "3 Mar 2023". "20 Nov 2021". The name of the variable where the date is saved is DateString What expression should the developer use to check If the extracted date is within the last 7 days?
正解:C
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)