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

AD01 Blue Prism Accredited Developer Exam Questions and Answers

Questions 4

According to Blue Prism best practice which of the following information would be appropriate to store in a Work Queue tag? (select 3 responses)

Options:

A.

Something that identifies the type of work that was performed Example tags might be: Funds Transferred, SIM Card Requested, Account, Closed, Account Suspended, Account Noted

B.

Something that identifies exact datetime of a step in the process. Example of tags might include Account Closed 20/03/2017 12:12:16, Work

Completed 20/03/2017 12:12:16: Request Loaded 20/03/2017 12:12:16

C.

Something that identifies the source of work. Example of tags might include: Email, Web Form, Excel Adhoc. Database

D.

Something that identifies the client record to make work queue items easier to search. Example tags might be a phone number, customer reference number or ID, customer full name. For example: +4407994446767, 00023231 A; Mr John A Smith

E.

Something that identifies the type of process scenario. Example of tags might include: Invalid Product, Unrecognised customer, Goneaway Marker, Invalid Status

F.

Details of an exception that has occurred. For example: The Login Screen was not found.

Buy Now
Questions 5

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 6

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 7

Examine the following Blue Prism Action diagram taken from Object Studio:

What is wrong with the current configuration?

Options:

A.

The current configuration risks creating an infinite loop.

B.

The current configuration is missing an intelligent Wait stage after the 'Read Result Table' stage, to ensure the Action logic has worked correctly.

C.

There is nothing wrong with the current configuration.

D.

The Exception Block should be removed from the page so that all exceptions on that page can be recovered.

Buy Now
Questions 8

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 9

Please refer to the exhibit

What is the missing phase in the Delivery Lifecycle?

Options:

A.

Plan

B.

Outline

C.

Develop

D.

Design

Buy Now
Questions 10

Examine the following Process flow, which calculates the total number of orders:

The ‘Orders’ Collection contains the following data:

The ‘Loop Orders’ loop is configured to loop through the ‘Orders’ Collection.

The ‘Total Orders’ data item is configured as a number data item with an initial value of 0.

The ‘Get Total Orders’ Calculation stage contains the following expression:

What will the Total Orders data item value be after the page has executed?

Options:

A.

0

B.

11

C.

10

D.

44

Buy Now
Questions 11

A process is currently scheduled to run every day but needs to be temporarily stopped for 3 months According to best practice, how should this be done?

Options:

A.

Retire the Schedule for the required period. then Unretire it

B.

Clone the Schedule and set a new start date on the clone

C.

Set an End Date on the Schedule, then create a new Schedule to Start after 3 months

D.

Pause the Schedule for the required period

Buy Now
Questions 12

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 13

Which of the following flow representations are invalid and therefore cannot be recreated in a Blue Prism flow diagram:

A)

B)

C)

D)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 14

Which of the following is NOT a benefit of providing an Operational Handbook?

Options:

A.

Ensure business continuity

B.

Faster resolution of issues

C.

Real-time analytics

D.

Knowledge transfer

Buy Now
Questions 15

Please refer to the exhibits.

What is the expected behavior if the Developer uses the 'Step' function at this stage on a sub-page?

Options:

A.

The focus will move to the Recover1 stage as the current stage fails due to an input error

B.

All the remaining stages on the page will be processed, and the focus will move to the next stage on the Main Page

C.

The current stage will be processed, and the focus will move to the Release Lock stage

D.

The Work Queues > Add to Queue Action will open in a new window and the focus will move to its Start stage

Buy Now
Questions 16

Examine the following Exception handling taken from the Main Page of a Blue Prism Process:

Consider the following potential explanations as to what is wrong with the design:

1. The exception handling is not within an Exception Block.

2. There is no Resume stage in the shown process flow.

3. There is a potential for the flow to cause an infinite loop within the process.

4. Because the flow is on the Main Page of the process there should not be a ‘Re-Throw’ Exception stage as there are no parent/calling pages for the exception to ‘bubble up’ to.

Which of the above appropriately describes what is wrong with this design?

Options:

A.

1,2, 3 and 4

B.

3 only

C.

4 only

D.

2 and 4

Buy Now
Questions 17

The Work Queue "Customer Onboarding' has a number of Pending Items which may be tagged as "Domestic", "Retail" or "Business" There is also a tag for the 8 digit product code formatted as "Product Code: {product code}" e.g. Product Code: CA123456.

What is the correct configuration to get the next item from the queue that:

• Isn't applying for a loan product i.e. Product Code doesn't begin with "LN"

And

• Is a domestic customer

Options:

A.

Configure "Domestic; -Product Code: I_N"" in the Tag Filter parameter

B.

Configure "Domestic; -Product Code: LN?" in the Tag Filter parameter

C.

Configure 'Domestic and Product Code <> LN?" in the Tag Filter parameter

D.

Configure "Domestic + [Product Code] <> LN*”” in the Tag Filter parameter

Buy Now
Questions 18

If you change the value of a 'Session Variable1, when will the new value be available to a running Process?

Options:

A.

Immediately

B.

Next time a new case is taken from a Work Queue

C.

Next time the Process starts

D.

After the Digital Worker has been restarted

Buy Now
Questions 19

Study the following page in a process:

Calculation stages will write A, B or C to the Output value data item.

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 20

What is wrong with the flow shown in the image?

Options:

A.

Sub-pages should not have retry logic, exception handling should be in the object level rather than in the process.

B.

The resume stage must also be within the exception block

C.

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

D.

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.

Buy Now
Questions 21

How can an environment variable value be updated? (select all that apply)

Options:

A.

By using the Internal - Environment Variables business object

B.

By changing the Blue Prism Server configuration

C.

By updating the value in Control Room

D.

By updating the value in Credential Manager.

E.

By updating the value in System Manager

Buy Now
Questions 22

Please Refer to the exhibits.

A Developer is getting an error at the Navigate stage that uses a dynamic input value to navigate the left menu links in the web-based application What can be done to fix the issue?

Options:

A.

Web Target Address' attribute should be checked for the element

B.

Web Path/X Path' attribute should have '= (Equal)' as the Match Type

C.

'Value' field of the Web Text attribute should be cleared

D.

Web Page Address' attribute should be unchecked for the element

Buy Now
Questions 23

Please refer to the exhibit.

The Developer is using the basic Blue Prism Process Templates

What is wrong with how this Main Page is handling exceptions''

Options:

A.

The Main Page flow adheres to best practice in the basic Process Template

B.

The exception handling does not contain any consecutive exception logic

C.

Between the Recover and Resume stages there should be logic to reset the application ready for the next case

D.

Exception Block should be removed as exceptions should be handled in the sub-pages

Buy Now
Questions 24

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 25

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 26

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 27

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 28

A process contains only 4 stages. Study the following process flow.

The data item New Date is a date data item with no initial value.

The calculation stage is configured as follows:

What will happen when you execute the Create Date stage?

Options:

A.

5 days will be added to today's date and the result stored in the New Date data item.

B.

1 month will be added to today's date and the result stored in the New Date data item.

C.

1 week will be added to today's date and the result stored in the New Date data item.

D.

The process will throw an exception as the New Date data item is null.

Buy Now
Questions 29

Please refer to the exhibit

An automation Start Up page has been created to launch and login to the Blue Prism Portal. The page has no Input or Output Parameters The page is run but causes an Exception What is the cause?

Options:

A.

The Username and Password Data Items contains no hard-coded credentials

B.

The BP Portal. Go to LMS action should be inside the Login Block

C.

There is no action to retrieve the credentials from Credential Manager

D.

The BP Portal Launch action should have a retry loop

Buy Now
Questions 30

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 31

A process contains only 4 stages Study the following process flow:

The data Item Result' is a number data item with an initial value of 2.

The calculation stage is configured as follows:

Following the execution of the Perform Calculation stage, which of the following is true?

Options:

A.

The data item Result will contain 3

B.

The data item Result will contain 5

C.

The process will throw an exception

D.

None of these statements are correct

Buy Now
Questions 32

Which of the following activities can you perform in Blue Prism Control Room?

(select all items which apply)

Options:

A.

Set the Maximum Attempts parameter for the Work Queue

B.

Rename a Work Queue

C.

Delete items from a Work Queue

D.

Refresh Work Queue data

E.

Create a Work Queue

F.

Encrypt a Work Queue

Buy Now
Questions 33

Study the following process flow:

This is the Mam Page of a simple process which calls the Page Calculation before completing The data items are configured as follows:

• X is a Number data item with an initial value of 20

• Y is a Number data item with an initial value of 5

• Result is a Number data item with no initial value

The Calculation Page stage is configured as follows:

The Calculation Page is as follows:

The Data Items are configured as follow:

• X is a Number data item with an initial value of 10

• Y is a Number data item with an initial value of 5

• Result is a Number data item with no initial value

The Start Stage is configured pass through the X and Y values as input parameters.

The divide calculation stage expression is [X] / [Y]

The end stage is configured to pass back the results value as an output parameter.

What will be contained in the Result Data Item on the Mam Page following the execution of the Process?

Options:

A.

0

B.

No Value

C.

2

D.

4

Buy Now
Questions 34

Examine the following Process flow:

The 'Start Value' data item is a number data item with an initial value of 10 The 'End Value' data item is number data item with an initial value of 0.

The Multi Calc stage is configured as follows

After the page has been rurv what value will be assigned to the 'End Value* data item?

Options:

A.

The Internal Exception 'Failed to evaluate expression - Division by zero' will be thrown

B.

100

C.

-10

D.

no

E.

30

Buy Now
Questions 35

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 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

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)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 38

Which of the following can you perform in Control Room? (select all that apply)

Options:

A.

Refresh a Work Queue

B.

Create a Work Queue

C.

Encrypt a Work Queue

D.

Rename a Work Queue

Buy Now
Questions 39

Please refer to the exhibits.

This is a detail of a Process sub-page

* Sign Up Dale Current Date and Expiry Date Dala Hems are of the Date data type

* Status and Output Data Items are of the Text' data type.

What is the output of this logic when the page is executed till its End stage'

Options:

A.

Subscription Status = Expired. Expiration Date = 04-07-2023

B.

Internal Error at the Decision stage as > function cannot be used for dates

C.

Internal Error at the Calc3 stage as a date cannot be stored in a Text Data Item

D.

Subscription Status = Active; Expiration Date = 04-07-2023

Buy Now
Questions 40

Consider the following flow within an Object Studio action:

The developer of this flow found that writing some credentials to the target application sometimes failed with an exception even though the element exists on the screen. He found that simply catching the exception, waiting for 2 seconds and then retrying fixed the problem.

What problems do you see within the flow?

Options:

A.

The Resume stage is not within the same Exception Block as the Recover stage and therefore will not work

B.

There is a potential for an infinite loop if the Credentials' stage keeps throwing an exception for some unforeseen reason

C.

The credentials stage is a read stage not a write stage

D.

There is no need for a wait stage in the flow

Buy Now
Questions 41

What is the syntax for using a collection field in an expression?

Options:

A.

Like this MyCollection(MyField)

B.

Like this MyCollection[MyField]

C.

Like this [MyCollection[MyField]]

D.

Like this MyCollection.MyField

E.

Like this [MyCollection.MyField]

Buy Now
Questions 42

Please refer to the exhibits.

A Developer has created the logic that is resulting in an infinite loop of exceptions when the Multi Calc stage is executed

What is the reason"?

Options:

A.

The Exception functions are used outside the recovery mode resulting in their own exception

B.

A Block is not used for the Recovery stage causing it to catch Exceptions from all stages on the page

C.

An Exception stage is not used to report Exceptions causing an infinite loop in the recovery logic

D.

The Data Item names are the same as the Exception expression resulting in their own exception

Buy Now
Questions 43

The Developer is debugging an action page in a Business Object by stepping through the stages which interact with the application. What will happen when they click Reset on an Action page in the Business Object?

Options:

A.

Focus will return to the Start stage in the Process Studio

B.

Focus will move to the Start stage on the Launch action

C.

Application window will be closed

D.

Application window will remain open

Buy Now
Questions 44

Which of the following Blue Prism stages can be found in Object Studio but not in Process Studio? (Select ail items which apply)

A)

B)

C)

D)

E)

F.

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

E.

Option E

Buy Now
Questions 45

Study at the following diagram which is an extract from a sub-page of 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 out (SHIFT+ F11) 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 would move to the breakpoint at "Get Customer Details" stage.

B.

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

C.

The process will work all stages in the "Access Customer Account' page until the error is thrown and then focus would 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 "Exception 1 stage.

Buy Now
Questions 46

The Developer is importing a Blue Prism release file.

What will happen if there is already a Business Object or VBO with the same name in the environment they are importing into?

Options:

A.

It will be imported with a suffix (2> on the file name

B.

The existing Object will be updated with the imported details

C.

A conflict error message will advise user to rename file before importing

D.

User will be prompted to rename new object or overwrite old object

Buy Now
Questions 47

Please refer to the exhibit.

Consider the following Attribute Match for the Windows Title of an Application.

What alterations would you recommend making to the Attribute shown?

Options:

A.

Change the Match Type to Dynamic

B.

Use a * at the beginning and end of the Value

C.

Position the ''after Solutions'

D.

Change the Match Type to Wildcard

Buy Now
Questions 48

A Blue Prism solution interfaces with an internet application called HappyWeb. There is a test website available for development, and a training site available for user acceptance testing, and there is the production she available for processing live cases in HappyWeb.

Which of the following is true?

Options:

A.

All development and testing MUST be done using the production site. This is because the test and training websites might not mirror production exactly.

B.

A local text file should be used to easily configure the details of the HappyWeb website to be used in each Blue Prism environment.

C.

An Environment variable should be used to store the HappyWeb URL.

D.

Three different versions of object that launches the HappyWeb website will need to be created and maintained, one for each environment.

Buy Now
Questions 49

Please refer to the exhibits.

All Data Items are of Text Data Type

What is the output once all stages are executed?

Options:

A.

Recent Activity (or John – Orders: AR34675 Refunds: CAB30981

B.

Recent Activity (or 4320 – Orders: REF4399 Refunds: USD18.99

C.

Recent Activity for 4320 – Orders: AR34675 Refunds: CAB30981

D.

Recent Activity for John – Orders: REF4399 Refunds: USD18.99

Buy Now
Questions 50

Which part of Blue Prism is capable of performing interactions with Business applications (applications which a user would use)?

Options:

A.

Control Room

B.

Application Modeller

C.

Object Studio

D.

Process Studio

Buy Now
Questions 51

You identify an element in Application Modeller and it highlights uniquely and can be used in your object flow diagram. The next day you find that Blue Prism cannot no longer identify the same element, your object flow is giving you 'Element not found' exceptions. Which of the following statements is true?

Options:

A.

This must be an environment issue. The Blue Prism environment must be consistent and persistent, and an element that worked one day and does not work the next day suggests the environment is changeable. The IT team supporting the environment needs to be contacted to fix the problem.

B.

The Blue Prism product support team should be contacted to report the issue. This signifies an inconsistency in how the Blue Prism product is working which needs to be fixed.

C.

This suggests that Best Practice exception handling has not been implemented in the object. A retry loop around the object stages that are using the element will probably fix the problem

D.

It is common for consistency issues to be found during configuration/development testing. The most likely cause is that an attribute has been selected for the element that is changeable, such as a window title with a date, or a URL The developer needs to ensure that any changeable attributes are unticked.

Buy Now
Questions 52

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 53

A Work Queue is in place to calculate invoice prices for Gas, Electric and Dual fuel payments Tagging has been configured to tag each work queue item with 'Gas', 'Electric' or 'Dual' How would you configure the Get Next Item action to retrieve items from the queue that are tagged with Gas cr Electric?

Options:

A.

<>Dual

B.

"Gas" & 'Electric"

C.

[Gas] OR [Electric]

D.

-Dual

Buy Now
Questions 54

The Work Queue 'Account Closure has a number of Pending Items which may be tagged as "Current", "Saving" or "Loan" What is the correct configuration to get the next item from the queue that is tagged either "Current" or "Loan"?

Options:

A.

Configure "Current or Loan" in the Tag Filter parameter

B.

Configure "-Saving" in the Tag Filter parameter

C.

Configure "Current; Loan: in the Tag Filter parameter

D.

Configure "Current + Loan'" in the Tag Filter parameter

Buy Now
Questions 55

FILL BLANK

Examine the following recover flow taken from a Blue Prism Process:

The ‘Exception Detail’ data item has no initial value and has a data type of text.

The Calculation stage ‘Save Exception Detail’ will output the current exception detail to the ‘Exception Detail’ data item.

What expression would you use in the ‘Save Exception Detail’ stage to achieve this?

Options:

Buy Now
Questions 56

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
Exam Code: AD01
Exam Name: Blue Prism Accredited Developer Exam
Last Update: Nov 21, 2024
Questions: 189

PDF + Testing Engine

$130

Testing Engine

$95

PDF (Q&A)

$80