Winter Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: geek65

AD01 Blue Prism Accredited Developer Exam Questions and Answers

Questions 4

Which of the following is the correct order to collect data using the Excel VBO?

Options:

A.

Open Workbook > Get Worksheet as a Collection > Close Workbook

B.

Show Excel > Open Workbook > Get Worksheet as a Collection > Close Workbook

C.

Create Instance > Open Workbook > Get Worksheet as a Collection > Close Workbook

D.

Create Instance > Show Excel > Get Worksheet as a Collection > Close Workbook

Buy Now
Questions 5

A Filename is the path and file name to which the Excel file should be saved Which of the following Expressions would return a valid Filename?

Options:

A.

RepJacedFile Name]," xlsx" "")&" xh»x"

B.

[Root Folder)&[Flle Name]&'\xlsx"

C.

LoadTextFiie((Root FokJer]&'V&" xisx"

D.

[Root Folder]&'V&[File Name]

Buy Now
Questions 6

Examine the following extract taken from an Action in Object Studio:

What will happen if an Exception occurs in the ‘Read Nasdaq Data’ stage?

Options:

A.

The 'Nasdaq Error1 Recover stage will receive Error1 Exceptions, and the 'Nasdaq Error2' Recover stage will receive Error2 Exceptions

B.

The 'Nasdaq Error’ Recover stage will receive the Exception as stages and the order of priority are decided using the stage name, which are sorted in ascending order

C.

An Exception Block will allow multiple Recover stages to be placed in the block, however only one of them will be responsive to receiving exceptions, therefore it is impossible to predict what will happen

D.

The 'Nasdaq Error2' Recover stage will receive the Exception as it placed above the 'Nasdaq1 Error' Recover stage in the Action flow

E.

An Internal Exception will be thrown as an Exception Block cannot contain 2 blocks

Buy Now
Questions 7

Examine the following extract taken from an Action in Object Studio:

What problem do you see with the current configuration of this Action flow?

Options:

A.

The Retry Limit data item is set to 10 when it should always be set to 3

B.

There is a missing Resume stage on one of the routes through the flow?

C.

There is a missing Recover stage on one of the routes through the flow

D.

There is nothing wrong with the current configuration

Buy Now
Questions 8

Examine the Process below:

An error has been encountered on Page 1 and the exception has bubbled up to be recovered in the Recover 1 stage. If there is an error in the Calc 1 stage which path will the Process take?

Options:

A.

The Process will continue to the Resume 1 Stage

B.

The Error will cause the Process to terminate

C.

The Error will be recovered in the Recover2 Stage

D.

The Error will cause the Process to jump to the End Stage

Buy Now
Questions 9

Which of the following indicates a case in a Work Queue is waiting to be worked?

A)

B)

C)

D)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 10

Blue Prism Enterprise is shipped with Visual Business Objects (VBO) However these need to be imported into the Environment Where can these VBOs be found?

Options:

A.

[Root Directory] \BluePrism\VBO\lnstall'.

B.

[Root Directory] \Blue Pnsm Training'*

C.

[Root Directory] AProgram Files\Blue Prism Limited\Blue Prism Automate\VBO\

D.

[Root Directory] AProgram Files\Blue Prism Limited\

Buy Now
Questions 11

Please refer to the exhibit.

A Developer encountered an error while trying to highlight an element and realized that there are multiple similar elements on a web page with the same name Which of the following Attributes should be used to acquire a unique match?

Options:

A.

Web Text

B.

Ordinal

C.

Web Element Type

D.

Match Index

Buy Now
Questions 12

The Developer has created Tags on Work Queue items to support searching within the Control Room.

Two different search criteria is required where the Tags "HeightTall" and "Material Brick" exists:

* All Items that have been tagged with 'Height Tail" value

• All items that do NOT have Tag values 'Material Brick"

Which TWO search strings will be used?

Options:

A.

"FiHeight.Tall". "-F. Material, Brick'

B.

'FindHeight.Tall'. 'NoFind; Material. Brick"

C.

-Matenal;Bnck"

D.

"+Height;Tair

E.

"Add:Height;Tair, 'Sub: Material Brick"

Buy Now
Questions 13

Please refer to the exhibits.

An error has occurred in the Update Data' action and has been captured by the Recovery stage. As part of the retry logic, the 'No' path has been taken How should the properties be configured for the process to throw the exception that was encountered on the Update Data action''

Options:

A.

Use Business Exception in the Exception Type field and type "Update Data Failed" in the Exception Detail field

B.

Enable Stage logging and leave the "Preserve the type and detail of the current exception' option un-Ucked

C.

Use System Exception in the Exception Type field and ExceptionDetail(} function in the Exception Detail field

D.

Tick the 'Preserve the type and detail of the current exception' checkbox and leave all other fields to their defaults

Buy Now
Questions 14

The Centrex Data Solutions application has been launched successfully and Blue Prism has navigated the application to the New Order screen, as displayed below:

Before Blue Prism can interact with the New Order screen, there is a requirement to ensure the screen is in focus first. Which of the following configurations are correct to the ensure the New Order screen is in focus?

A)

B)

C)

D)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 15

How can a session variable value be updated when a process is running? (select all that apply)

Options:

A.

By using the Internal - Session Variables business object.

B.

By pausing the Session Variables work queue.

C.

By updating the value in Credential Manager.

D.

By updating the value in Control Room.

Buy Now
Questions 16

Which of the following stages can be found in BOTH the Object Studio and the Process Studio'' Select the TWO correct responses.

A)

B)

C)

D)

E)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

E.

Option E

Buy Now
Questions 17

Examine the following diagram which has been extracted from a Blue Prism Process currently being tested in Process Studio:

The 'Access Customer Account* sub-page contains no Breakpoints, however the page does contain an error.

What will happen if you choose to Step Over (F10) when debugging the Process?

Options:

A.

The Process will work all stages in the 'Access Customer Account' Page until the exception is thrown and then focus will move to the stage containing the error on the 'Access Customer Account' page

B.

The Process will work all stages in the 'Access Customer Account' Page until the exception is thrown and then focus would move to the appropriate recover stage on the 'Access Customer Account' page

C.

The Process will work all stages in the 'Access Customer Account' Page until the exception is thrown and then focus will move to the 'Recover1' stage

D.

The Process will work all stages in the 'Access Customer Account' Page until the exception is thrown and then focus will move to the 'Get Customer Details' stage

Buy Now
Questions 18

Which of the following statements about spy modes are TRUE?

Options:

A.

Accessibility Mode is the most commonly used for open source web applications

B.

Win32 Mode is the default mode used for web-based applications

C.

HTML Mode is the most commonly used when a Code Stage is required

D.

Browser Mode is the default mode used for web-based applications

Buy Now
Questions 19

Which of the following statements regarding the use of Work Queues are correct? (select 2 responses)

Options:

A.

Control Room allows filtering of the displayed queue items using exact tags and by using wildcards

B.

Wildcards are not allowed in the Tag Fitter property of the Work Queues business object Get Next Item action

C.

Work Queue item Status can only be set to Completed or Exception

D.

Tags can be used allow flexibility in the order items are worked within a single Work Queue

Buy Now
Questions 20

A Developer is following the best practices to prepare the Process for a Production release

Which of the following should NOT be implemented?

Options:

A.

Disable all unnecessary stage logging to reduce the amount of data logged and stored during the runtime

B.

Use Retry loops to handle Business Exceptions on a Work Queue Items to increase resilience in the process logic

C.

The Process logic should include alerting mechanism to notify Process Controller(s) of any critical issues

D.

The solution should have zero Valuation Errors to avoid failures when it is run from the Control Room

Buy Now
Questions 21

What are the TRUE statements about a Blue Prism Business Object?

Select the TWO correct responses.

Options:

A.

Defined within the Object layer

B.

Will always have a Launch action

C.

Can be used as a stand-alone process

D.

Do not share any stages with the Process Studio

E.

Actions are built to no specific hierarchy

Buy Now
Questions 22

Which of the following statements regarding the use of Worker Queues are correct? (select 2 responses)

Options:

A.

Control Room allows filtering of the displayed queue items using exact tags and by using wildcards

B.

Wildcards are not allowed in the Tag Fitter property of the Work Queues business object Get Next Item action

C.

Work Queue item Status can only be set to Completed or Exception

D.

Tags can be used allow flexibility in the order items are worked within a single Work Queue

Buy Now
Questions 23

Which of the following Work Queue icons indicates a case currently being worked?

A)

B)

C)

D)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 24

In the UAT environment the process has been configured to get the input data from a file and a Data Item has been created to hold the file path However, in the Production environment, the location of this file has changed to a shared network drive.

What should the Developer do to ensure the correct file path is passed to the process without having to update the process between environments''

Options:

A.

Set the Data Item exposure to Session and update the file path every time the process starts

B.

Use a Wildcard while specifying the file path in the Data Item to enable global search on startup

C.

Set the Data Item exposure to Environment and store the file path as an Environment Variable

D.

Use File Management VBO to create a logic to search for the file every time the process runs

Buy Now
Questions 25

Consider the following process flow from the Main Page of a process in Process Studio:

Thinking about the standard Blue Prism Process Templates, what is wrong with this Main Page process flow?

Options:

A.

There is nothing wrong with the Main Page flow shown in the image, it is a copy of Blue Prism's standard Process Template

B.

The Stop? decision stage should be removed from the process flow, as Stop time is Configured either within the Scheduler process are stopped via Control Room.

C.

The Mam Page process flow is too high level For better visibility of the process logic the flow steps hidden m the sub-pages should al be on the main page instead.

D.

There is no exception handling on this Main Page so any exceptions that "bubble up" will cause the process to terminate rather than exceptions being handled correctly.

E.

The Reset Global Data page is not required because sub-page within a process should always use input parameter rather than global data items. There should be no global data to reset.

Buy Now
Questions 26

Which of the following statements are correct when considering an elements attributes in Application Modeller?

(Select all items which apply)

Options:

A.

The attribute list will always contain the same entries regardless of the target application or element

B.

The initial selection of attributes made by Blue Prism will always be the optimum attribute set to use to match the element

C.

The attributes displayed in Application Modeller are provided to Blue Prism by the target business application

D.

Attributes which are included in the element match criteria contain a tick in the Match column of Application Modeller

Buy Now
Questions 27

Examine the following Blue Prism Process diagram:

The 'Retry Limit' data item is configured as a number data item, and has an initial value of 3. The 'Retry Count* data item is configured as a number data item, and has an initial value of 0. The 'Count' Calculation stage increases the value of the 'Retry Count' data item by 1. The 'Retry? Decision stage contains logic to prevent more than 3 attempts

What is wrong with the current configuration?

Options:

A.

The Resume stage must also be within the exception block

B.

Sub-pages should not have retry logic Exception handling should be in the Object layer rather than in the Process

C.

The retry loop logic shown in the image is incorrect because it uses multiple action stages There should be a retry loop around every action

D.

The retry loop logic does not include any actions after the resume stage to ensure the application is ready to try the 'Search Screen - Perform Search' Action again

Buy Now
Questions 28

Please refer to the exhibit.

When searching for a Customer Profile in the Blue Prism insurance application, the relevant number is entered into the Customer ID field. This field has been spied in Blue Prism and the attribute set has been returned by Application Modeller.

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

Options:

A.

Window Text

B.

Screen Visible

C.

Visible

D.

Class Name

Buy Now
Questions 29

A Blue Prism solution works fine when developing and testing it in Process and Object Studio, but when it is run in Control Room, exceptions occur because elements are not being found.

What is the most likely cause of this behaviour?

Options:

A.

The target application has changed in design

B.

Intelligent Wait stages have not been used in line with Blue Prism best practices within Business Object Actions

C.

The Business Object Action has not been published, therefore, it cannot be used by a Process in Control Room.

D.

Exception handling best practice has not been incorporated into the Process design

Buy Now
Questions 30

The Blue Prism Server Service has been stopped for 4 hours

Once it is restarted what will happen to any missed schedules which should have executed while it was stopped?

Options:

A.

All schedules will be marked as Exception

B.

Only schedules within a defined timeframe are executed

C.

All schedules will be executed in the order they were added

D.

Only schedules within the last 60 minutes are executed

Buy Now
Questions 31

Examine the following process flow:

The Orders Collection contains the following data

The Saved Quantity Data Item is configured as a number with the initial value 0.

The Loop Orders stage is configured to loop though the Orders collection.

The Get Quantity stage is configured as follows:

What will the data item Saved Quantity contain after the execution of the page?

Options:

A.

4

B.

5

C.

1

D.

19

Buy Now
Questions 32

Which of the following statements about Business Objects is true?

Options:

A.

It is Blue Prism best practice to include business rules within Business Objects

B.

A Business Object is configured in the Studio area of Blue Prism

C.

A Business Object can be exposed to Control Room

D.

Logging of individual stages is not configurable in Business Objects

Buy Now
Questions 33

How many Start Stages can a sub-page in a Process have?

Options:

A.

0

B.

1

C.

2

D.

Any Number

Buy Now
Questions 34

Examine the extract below taken from a Blue Prism Process:

The Outputs tab from the Get Next Item stage is provided below:

What is the correct expression for the ‘Item Returned?’ Decision stage, to check if a Work Queue item was returned?

Options:

A.

Item ID < > ""

B.

[Customer Data] < > ""

C.

[Customer Data] < > NULL

D.

([Customer Data].Rows) > 0

E.

[Item ID] < > ""

Buy Now
Questions 35

Study at the following diagram which is an extract from a process being tested in Process Studio:

There are no breakpoints in the "Access Customer Account" subpage however there is an error

What will happen if you choose to step over (F10) when debugging the process?

Options:

A.

The process will work all stages in the; Access Customer Account" page until the error is thrown and then focus will move to the "Get Customer Details" stage.

B.

The process will work all stages in the "Access Customer Account" page until the error is thrown and then focus will move to the "Recover 1 stage.

C.

The process would will all stages in the "Access Customer Account' page until the error is thrown and then focus will move to the stage containing the error on the ''Access Customer Account" page.

D.

The process will work all stages in the 'Access Customer Account" page until the error is thrown and then focus would move to the appropriate recover stage on the 'Access Customer Account" page.

Buy Now
Questions 36

ACME INC have introduced a new password policy for the Centrix Data Solutions application

A Developer has built, tested and deployed the Credentials Manager functionality to ail the automations in the Production environment

What TWO additional functionalities are now available for the Developer to use when creating future automations?

Options:

A.

Server Key Store

B.

Active Directory Integration

C.

Encryption Method Triple DES (192 bit)

D.

Encrypt and decrypt Work Queue Item data

E.

Resource Screen Capture

Buy Now
Questions 37

FILL BLANK

Review the Action flow below which loops through the Customer List Collection until the relevant customer match is found, and then uses the ‘Set DOB’ Calculation stage to copy the value from the Collection column ‘DOB’, to the DOB data item:

- The DOB data item is a Date data item with no initial value.

- The DOB column in the Customer List Collection is a Date data type.

What expression would you use in the ‘Set DOB’ Calculation stage, to copy the value from the Collection column, to the DOB data item?

(Remember, Blue Prism expressions are case sensitive)

Options:

Buy Now
Questions 38

The Process Controller needs to be able to view Exception items from both the Work Queue screen within the Control room, and from the Session Logs According to best practice, which TWO options would the Developer recommend?

Options:

A.

Use the column filters available within Blue Prism Settings > Audit > Process Log settings

B.

Call the Exception Stage details and tag them to the Item prior to Mark Item as Exception

C.

Loop through the Work Queue items in Exception and tag with the Exception Details

D.

Use the Scan Processes feature within the Blue Prism Settings > Exception Type to identify items

E.

Ensure that the Stage logging is enabled within each Exception Properties

Buy Now
Questions 39

A business object needs to use a Global Send Keys stage to populate the User Name field in an application entitled Workflow. The application is in focus and cursor is in the User Name field. In order to configure the Global Send Keys, which element needs to be placed in the Element field of the stage below?

Options:

A.

Workflow

B.

Main Window

C.

Login Window

D.

Username (Edit Field)

Buy Now
Questions 40

What is NOT considered one of the golden rules for Object Design?

Options:

A.

Keep actions small and limited to a specific task

B.

Do not include business logic in the Object

C.

Use InpuVOutput parameters to promote usability

D.

Use a single Object for an entire application

Buy Now
Questions 41

When considering an element's attributes in Application Modeller which of the following statements are true? (select all that apply)

Options:

A.

The attributes are provided to Blue Prism by the Target System

B.

The initial selection of attributes made by Blue Prism will always be the optimum attribute set for the element

C.

The list of attributes may vary from application type to application type

D.

Selected attributes are shown as ticks in the Match column of Application Modeller

Buy Now
Questions 42

An Action called ‘Get Customer Address’ fails immediately and the following Exception is raised:

Internal: Stage Address Type does not exist

What is the potential reason for this Exception?

Options:

A.

An Action stage with the name 'Address Type' is being referenced but it no longer exists

B.

An internal error always indicates a problem with the Blue Prism product. The Blue Prism support team should be contacted for assistance

C.

A data item referenced as an input parameter in the 'Get Customer Address' Action cannot be found

D.

Whilst debugging a Process in Process Studio, the 'Reset' button was pressed whilst the process was calling the 'Get Customer Address' action

Buy Now
Questions 43

The Developer needs to ensure only one Digital Worker can access and update an Excel file at a time

How should the Developer design the solution to take this into consideration?

Options:

A.

Use an Environment Lock in the Process, so the file cannot be accessed until the Lock is released

B.

Ensure the Object Run Mode is set to Foreground to prevent it being am by multiple Digital Workers

C.

Use a Blue Prism Process Template to correctly set the Process to Get Next Item from the Work Queue

D.

Use an Environment Variable to ensure only one Digital Worker can access the environment

Buy Now
Questions 44

A web-based application has a different URL for Testing Development, Training and Production According to best practice, which of the following statements is TRUE?

Options:

A.

An Object should be built per URL in case the applications have differences

B.

Dynamic Match should be used to select the correct URL

C.

The URLs should be stored as Global Data Items.

D.

An Environment Variable should be used to store the URL

Buy Now
Questions 45

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:

How many times will the Loop Again stage be executed when the page is executed?

Options:

A.

10

B.

9

C.

11

D.

The loop will be infinite

Buy Now
Questions 46

Which of the following indicates a case in a Work Queue is an exception?

B)

C)

D)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 47

Please refer to the exhibits

Under what TWO conditions will the process move to the 'Close Down' page directly from the Stop? Decision stage during runtime?

Options:

A.

The specified Stop time has passed

B.

'Request Stop received from Control Room

C.

Priority of the remaining Queue Items is 0

D.

All the Queue Items have been processed

E.

Immediate Stop' received from Control Room

Buy Now
Questions 48

A Blue Prism Developer is creating a process that will review travel request forms for ACME consulting. As part of this process, the Developer must ensure that none of the fields in the request are blank.

Following best practice, where should the Developer create this logic"?

Options:

A.

Object Studio a business object dedicated to validating the form

B.

Process Studio, a separate page within the process containing validation logic

C.

Process Studio: an action on the main page calling a Business Object's Validation page

D.

Object Studio a separate page within the create request object containing validation logic

Buy Now
Questions 49

A Blue Prism Process attempts to call an Action named 'Get Nasdaq Data' however it keeps causing the Process to fail

The Developer attempts to recreate the problem in the Development environment and discovers the following Exception is thrown:

Which of the following responses would explain the reason for this exception bang thrown?

Options:

A.

An internal error always indicates a problem with the Blue Prism product. The Blue Prism support team should be contacted f(j assistance

B.

The 'Get Nasdaq Data' Action is not published

C.

The Business Object containing the Action has not been associated with the application by either launching it or attaching to it

D.

The 'Get Nasdaq Data' Action no longer exist in the Business Object, but the Process is attempting to use it

E.

The 'Read Nasdaq Data' stage is not connected to another stage so it cannot execute

Buy Now
Questions 50

A Blue Prism Process works successfully when testing in the Process Studio but terminates in Control Room due to the exception stating screen elements were not found What should the Developer check first?

Options:

A.

The correct Spy mode was used to identify elements

B.

Application Modeller has a unique match for the screen element

C.

Wait Stages have been used effectively

D.

The Attach page is published in the Business Object

Buy Now
Questions 51

Which of the following Stages can be found Process Studio but NOT Object studio?

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 52

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?

Options:

A.

Stop()

B.

IsStopRequestec?

C.

IsStopRequested()

D.

StopNow()

E.

Stop?

F.

StopNow?

Buy Now
Questions 53

What is the Blue Prism Application Navigator

Options:

A.

It is the spy tool that you drag around the application to identify attributes.

B.

It is part of the zoom tool in Process and Object Studio that allows you to instantly jump to different parts of the process map

C.

It is the Studio list side-bar of Process and Objects.

D.

It is Application Modeller functionality to create an application's entire element tree that when selected will highlight individual elements in the application.

Buy Now
Questions 54

In which of these scenarios is it ok not to use a Blue Prism work queue as part of your Blue Prism solution?

Options:

A.

A Blue Prism work queue is not required for simple linear processes that do not work multiple cases.

B.

A Blue Prism work queue should always be used. It eliminates the risk of contention and allows you to gracefully pause the queue at any time.

C.

A Blue Prism work queue is not required if the business process interfaces with a Work List system with in-built capability to ensure multiple users cannot work the same case at the same time

D.

A Blue Prism Work Queue decreases the scalability of the solution and therefore should only be used for complex scenarios such as multi-day processing.

Buy Now
Questions 55

What will be the outcome after the page has run?

Options:

A.

Data Item Output Value contains A

B.

Data Item Output Value contains B

C.

Data Item Output Value contains C

D.

An Internal Exception will be thrown

Buy Now
Questions 56

Examine the following Blue Prism Process flow:

The Process is intended to attempt to perform the processing enclosed in Block1 a maximum of three times before throwing an exception

The 'Attempts' data item is a number data item with an initial value of 0.

The 'Max Attempts' data item is a number data item with an initial value of 3.

The 'Increment Attempts' Calculation stage increases the value of the 'Attempts' data item by 1.

To enable this to work correctly, what is the correction Expression for the 'Increment Attempts' Calculation stage?

Options:

A.

+1

B.

Attempts +1

C.

Max Attempts + 1

D.

{Attempts + 1

E.

[Attempts) + 1

Buy Now
Exam Code: AD01
Exam Name: Blue Prism Accredited Developer Exam
Last Update: Nov 21, 2024
Questions: 189
AD01 pdf

AD01 PDF

$28  $80
AD01 Engine

AD01 Testing Engine

$33.25  $95
AD01 PDF + Engine

AD01 PDF + Testing Engine

$45.5  $130