ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 5 - ASDEV01 discussion

Report
Export

Examine the following Blue Prism Process diagram:

The 'Number as Text' data item is configured as text data item: and has an initial value of 10 The 'Result' data item is configured as a number data item.

The 'Cast to Number' Calculation stage must output the text value stored in the 'Number as Text1 data item, to the Result data item

Which of the following expressions would you use in the 'Cast to Number1 Calculation stage to set the value of the 'Result' data item?

A.
[Number as Text]
Answers
A.
[Number as Text]
B.
Convert(Number as Text 'NUMBER')
Answers
B.
Convert(Number as Text 'NUMBER')
C.
Cast([Number as Text])
Answers
C.
Cast([Number as Text])
D.
Cast([Number as Text. TEXT)
Answers
D.
Cast([Number as Text. TEXT)
Suggested answer: B

Explanation:

This is the correct expression to use in the calculation stage to set the value of the result data item. It uses the convert function to convert the text value stored in the number as text data item to a number value. The other options are either incorrect or used for different purposes.

Reference: https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20Developer%20-%20Certification%20Overview_0.pdf (page 14)

asked 16/09/2024
Tomasz Kusmierek
27 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first