RPA - AD01 Blue Prism - quick assessment

RPA - AD01 Blue Prism - quick assessment

Professional Development

21 Qs

quiz-placeholder

Similar activities

Flow Charts

Flow Charts

9th - 12th Grade

22 Qs

S4 SDD Revision

S4 SDD Revision

11th - 12th Grade

20 Qs

Scratch

Scratch

7th - 9th Grade

19 Qs

AQA GCSE Computer Science - 3.1.1 Representing Algorithms

AQA GCSE Computer Science - 3.1.1 Representing Algorithms

8th - 10th Grade

19 Qs

OCR GCSE - Flow Charts

OCR GCSE - Flow Charts

9th - 12th Grade

16 Qs

AQA GCSE Computer Science - 3.1.4 Sorting Algorithms

AQA GCSE Computer Science - 3.1.4 Sorting Algorithms

8th - 10th Grade

18 Qs

Quiz Scratch kelas 8

Quiz Scratch kelas 8

12th Grade

20 Qs

Scratch Pre-Assessment

Scratch Pre-Assessment

5th - 9th Grade

20 Qs

RPA - AD01 Blue Prism - quick assessment

RPA - AD01 Blue Prism - quick assessment

Assessment

Quiz

Computers

Professional Development

Hard

Created by

HUYNH KHANH

Used 5+ times

FREE Resource

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image
The Process is intended to attempt to perform the processing in the recover block, Block 3, a maximum of three times before throwing an exception. Data Item “Attempts” is a number data item with an initial value of 0 Data Item “Max Attempts” is a number data item with an initial value of 3 The ‘Increment Attempts’ calculation stage adds 1 to the attempts value and outputs a result to the “Attempts” data item To enable this to work correctly, what is the correct expressions for the ‘Try Again’ decision stage?
[Attempts] < [Max]
[Attempts] > [Max]
[Attempts] = [Max]
[Attempts] + 1

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image
The Saved Quantity Data Item is configured as a number with the initial value 0. The Loop Orders stage is configured to loop through the Orders collection. The Get Quantity stage is configured as follows:
4
5
10
19

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How many Start Stages can a sub-page in a Process have?
0
1
2
Any Number

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image
Study the following process flow: The data item “Loop Counter” is a number data item and has an initial value of 0. The data item “Max Loops” is a number data item and has an initial value of 10. The two stages are configured as follows: 1. Stage name: Loop Again ? Expr: [Loop Counter] < [Max Loops] 2. Stage name: Increment Loop Counter Expr: [Loop Counter] Store in: [Loop Counter] How many times will the Loop Again stage be executed when the page is executed?
10
9
11
The loop will be infinite

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image
Examine the following process flow: The Loop Orders loop is configured to loop through the Orders collection. How many times will the ‘Process Order’ page be executed?
1
15
The loop will be infinite
It’s impossible to tell. There is no loop counter.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image
Consider the following flow in an object: Which of the following statements are true?
There just needs to be a wait stage after the start stage to correct this action.
There should be a wait stage after every stage in this flow (i.e. after the navigate, read, write stages)
If during testing in object studio this flow works no additional wait stages should be added as they will slow the interface down.
There should be an intelligent wait stage after the start stage and after any stage that cause the application we are interfacing with to change

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You identify an element in Application Modeller but when you highlight or use that element Blue Prism gives you an error message saying that duplicate elements were found. Which of the following statements is true?
It is common for duplicate elements to be found based upon the attributes that are ticked by default using the Blue Prism product. Time needs to be spent experimenting with the attribute ticks until a unique, reliable, and consistent selection of attributes are found.
It will not be possible to interface with the element in a unique way. You will need to use Surface Automation techniques for this element.
A code stage interface will need to be created and used for this application, this will give you more flexibility to interact with the application elements.
You will need to make the attributes you have selected dynamic. This will allow your flow to loop around, incrementing the attribute value until the correct element is found and used.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?