Labour Day Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: mxmas70

Home > Blue Prism > Developer > AD01

AD01 Blue Prism Accredited Developer Exam Question and Answers

Question # 4

When a process is running in Control Room which of the following functions within the process can be accessed from Control Room to request the process to stop?

A.

Stop()

B.

IsStopRequestec?

C.

IsStopRequested()

D.

StopNow()

E.

Stop?

F.

StopNow?

Full Access
Question # 5

Examine the following Process flow:

This is the Main Page of a simple process which calls the ‘Calculation’ Page before completing.

The data items are configured as follows:

  • Value-1 is a number data item with an initial value of 100.
  • Value-2 is a number data item with an initial value of 4.
  • Result is a number data item with no initial value.

The Calculation Page Reference stage is configured as follows:

The Calculation Page is configured as follows:

The Data Items are configured as follow:

  • Value-1 is a Number data item with an initial value of 200
  • Value-2 is a Number data item with an initial value of 4
  • Result is a Number data item with no initial value

The Start stage is configured to pass through the Value-1 and Value-2 values as input parameters.

The ‘Divide’ Calculation stage expression is [Value-1] / [Value-2]

The End stage is configured to pass back the value of the Result data item as an output parameter.

What will be contained in the Result data item on the Main Page following the execution of the Process?

A.

25

B.

0

C.

50

D.

37.5

Full Access
Question # 6

Which of the following can you perform in me System -> Workflow area of Blue Prism? (select all that apply)

A.

View the contents of a Work Queue

B.

Refresh a Work Queue

C.

Encrypt a Work Queue

D.

create a Work Queue

Full Access
Question # 7

Study the process flow below:

The outputs for the Get Next Case are configured below:

What is the correct configuration of the Expression in the ‘’Case Returned ‘’ decision stage?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 8

Study the following Process flow:

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

Full Access
Question # 9

The Order System application has been successfully launched and Blue Prism has navigated the application to the following screen:

There is a requirement to ensure this screen is in focus before any further interfacing is done with the screen. Which is the correct configuration to ensure the New Order screen is in focus?

A)

B)

C)

D)

A.

Exhibit A

B.

Exhibit B

C.

Exhibit C

D.

Exhibit D

Full Access
Question # 10

The Stock Value Calculator application has been launched successfully by a Business Object named ‘Stock Value Calculator – Basic Actions’.

A second Business Object named ‘Stock Value Calculator - Historic Values’ is used to interface with the Historic Values screen within the application.

The Wait stage highlighted below has encountered an Internal Exception:

Details of the Exception are provided below:

What action is required to present this error occurring?

A.

The Business Object 'Stock Value Calculator - Historic Values' needs to be attached to the Stock Value Calculator application

B.

The Business Object 'Stock Value Calculator - Historic Values' must relaunch the Stock Value Calculator application

C.

The Business Object 'Stock Value Calculator - Basic Actions' needs to be attached to the Stock Value Calculator application

D.

The Business Object 'Stock Value Calculator - Historic Values' needs to activate the Stock Value Calculator application

E.

The Business Object 'Stock Value Calculator - Basic Actions' needs to activate the Stock Value Calculator application

Full Access
Question # 11

A Blue Prism Process has been developed which contains steps to extract data from a delimited file.

During development, the Developer saves the delimited file to C:\BP_Proc\Temp folder on their virtual desktop and adds a data item to the process to store this file path. This data item is then used in the process steps to extract the file data.

The production Process must read this file from a network folder, and as the Blue Prism production environment is locked down, the Process configuration cannot be edited in this environment.

How could the data item ‘exposure’ be updated, so that the process can read the data item containing the relevant file path, regardless of the environment the process is being executed in?

A.

Update the data item exposure to 'Statistic'

B.

Update the data item exposure to 'Environment'

C.

Update the data item exposure to 'Session'

D.

Update the data item exposure to 'Shared'

Full Access
Question # 12

When entering an option within the Training Order system the relevant option number is entered into the Option number field as below The Option number input field has been spied in Blue Prism:

The following attribute set has been returned by Application Modeller:

Which Attribute can be un-ticked to ensure consistent visibility of the element to Blue Prism?

A.

Window Text

B.

Visible

C.

Screen Visible

D.

Class Name

Full Access
Question # 13

Which of the following about an object's run mode is true?

A.

A run mode of background will enable the business object to run at the same time as other foreground business objects

B.

A run mode of background will enable the business object to run at the time a other background, foreground and exclusive business objects

C.

A run mode of exclusive cannot at the same time as any other business object

D.

The run mode of a business object has no influence on how many business objects can be run at the same time

Full Access
Question # 14

The following Calculation Stage uses the Today function to get the current date as a date value and place it in a data item entitled "Today".

Which of the following statements is correct?

A.

If the data item "Today" is configured with a Data Type of Text, an exception will be thrown on execution of the calculation stage

B.

If the data item "Today" is configured with a Data Type of Date, an exception will be thrown on execution of the calculation stage

C.

If the data item "Today" is configured with a Data Type of DateTime, an exception will be thrown on execution of the calculation stage

D.

None of these statements are correct

Full Access
Question # 15

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?

A.

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.

B.

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.

C.

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.

D.

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.

Full Access