UiPath-ADAv1 無料問題集「UiPath Automation Developer Associate v1」
A developer is working with a Purchase Order automation process. The number of shipped containers and the number of items in each container are extracted in two strings,
"ShippedContainers" and "ItemsPerContainer". The robot must calculate the total number of items in all shipped containers, as an Integer.
Which expression is suitable for calculating the total number of boxes?
"ShippedContainers" and "ItemsPerContainer". The robot must calculate the total number of items in all shipped containers, as an Integer.
Which expression is suitable for calculating the total number of boxes?
正解:D
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
A developer has extracted the date "22-08-2022" from an invoice and stored it in a variable of type String called "ExtractedDate". As part of the process, the developer needs to perform a comparison with a different date.
Which expression should be used to convert "ExtractedDate" to a DateTime type?
Which expression should be used to convert "ExtractedDate" to a DateTime type?
正解:C
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
A developer created an automation which scrapes data from PDF reports. The reports have the same structure and the title format is always "Report X - PDF"T where X is a number from 1 to 100. Only one report will be open at a time but other PDF files may be open on the desktop.
What is the recommended method to ensure the selector identifies the correct PDF to use?
What is the recommended method to ensure the selector identifies the correct PDF to use?
正解:A
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)