ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 171 - AD01 discussion

Report
Export

Please refer to the exhibits.

How many Full Time Employees will the generated Report include?

A.
2
Answers
A.
2
B.
0
Answers
B.
0
C.
4
Answers
C.
4
D.
1
Answers
D.
1
Suggested answer: B

Explanation:

Loop Structure:

The loop iterates through each row in the Data collection.

For each row, it checks the 'Full Time?' condition.

Condition:

If 'Full Time?' is true, the process continues to 'Generate Report of Full Time Employees'.

If 'Full Time?' is false, the row is removed from the collection.

Loop Execution:

Initially, there are 4 rows in the Data collection.

If any row is not full-time, it is removed.

Outcome:

The decision to generate the report happens only if all rows satisfy the 'Full Time?' condition.

Since the diagram does not specify that any rows are full-time and the decision to remove rows occurs based on a negative condition, all rows could potentially be removed.

Final Report:

Given the process flow and assuming all rows do not meet the 'Full Time?' condition, no rows are left for generating the report.

Blue Prism documentation on loop stages and decision stages.

asked 16/09/2024
P. Kriek
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first