Blue Prism Accredited Developer Exam AD01 Question # 49 Topic 5 Discussion

Blue Prism Accredited Developer Exam AD01 Question # 49 Topic 5 Discussion

AD01 Exam Topic 5 Question 49 Discussion:
Question #: 49
Topic #: 5

Study the following Process flow:

AD01 Question 49

The Process flow is intended to test the value of the Input data item to determine if it falls within a range of numbers, and then assign a value as an output. The number ranges are defined as between 1 to 100, between 101 to 200, and anything outside these ranges.

The Calculation stages will set the value of the Result data item to 1, 2 or 3.

To enable the Process flow to work correctly, what is the correct expression for the Choice stage branch named ‘Between 1 and 100’?


A.

[Input] >= 1 AND [Input] <= 100


B.

[Input] >= 1 AND <= 100


C.

[Input] >= ‘1’ AND [Input] <= ‘100’


D.

[Input] >= 1 [Input] < 100


E.

[Input] BETWEEN 1 AND 100


Get Premium AD01 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.