Halloween Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: chrismas

AD01 Blue Prism Accredited Developer Exam Questions and Answers

Questions 4

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 5

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

AD01 Question 5

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)

AD01 Question 5

B)

AD01 Question 5

C)

AD01 Question 5

D)

AD01 Question 5

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 6

Examine the following Process flow:

AD01 Question 6

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

AD01 Question 6

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 7

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 8

The Developer has a Process designed to input new purchase orders The automation should open an Excel file of data validate that all fields are populated and that the purchase price is in the correct currency, before entering the order in the software application

What best practice approach should the Developer take when testing the process'

Options:

A.

Manually input incorrect initial values into the data items to verify exception handling works as designed

B.

Step through each stage of the process using standard debugging methods

C.

Test the process using correct and incorrect data in the file to verify exception handling works as designed

D.

Test the process using a copy of live data in the Excel file

Buy Now
Questions 9

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

A)

AD01 Question 9

B)

AD01 Question 9

C)

AD01 Question 9

D)

AD01 Question 9

E)

AD01 Question 9

F.

AD01 Question 9

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

E.

Option E

Buy Now
Questions 10

Examine the following Process flow:

AD01 Question 10

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:

AD01 Question 10

The Calculation Page is configured as follows:

AD01 Question 10

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?

Options:

A.

25

B.

0

C.

50

D.

37.5

Buy Now
Questions 11

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 12

Please refer to the exhibit.

AD01 Question 12

A Developer has configured Environment Lock in the process to ensure duplicate items are not added to the Work Queue

What is missing in the logic?

Options:

A.

A Release Lock action should be added to the recovery logic to unlock the resource in case of an exception

B.

A Query Lock action should be added after the Release Lock to confirm the release of the Lock Token

C.

A unique Lock Token should be added to its Data item to ensure the lock is acquired successfully

D.

A Sleep action should be added after the Acquire Lock to allow time for the Lock to be acquired

Buy Now
Questions 13

FILL BLANK

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

AD01 Question 13

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 14

Which of the following Stages can be found in Process Studio AND Object Studio?

A)

AD01 Question 14

B)

AD01 Question 14

C)

AD01 Question 14

D)

AD01 Question 14

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 15

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?

AD01 Question 15

Options:

A.

Workflow

B.

Main Window

C.

Login Window

D.

Username (Edit Field)

Buy Now
Questions 16

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

Consider the following process flow from a sub-page of a process:

AD01 Question 18

What is the problem with this sub-page flow?

Options:

A.

There is nothing wrong with the sub-page flow shown in this image

B.

The sub-page process flow is missing any retry exception handling that should exist where a process calls object actions that interface with an application.

C.

For better visibility of the process logic the flow steps shown in the image should be on the main page rather than in a sub-page of the process.

D.

The exception stage within the flow should be removed and replaced with an End stage that returns the found data item as an output parameter.

Buy Now
Questions 19

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 20

Examine the following Blue Prism Process diagram:

AD01 Question 20

The 'New Date' data item is a date data type and has no initial value.

The Calculation stage Properties window is displayed below:

AD01 Question 20

What will happen when you execute the 'Create New Date’ stage?

Options:

A.

1 year will be added to todays 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 'New Dale' data item value will contain todays date

Buy Now
Questions 21

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?

Options:

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'

Buy Now
Questions 22

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

AD01 Question 22

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

The calculation stage is configured as follows:

AD01 Question 22

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 23

AD01 Question 23

AD01 Question 23

AD01 Question 23

AD01 Question 23

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 24

Please refer to the exhibits.

AD01 Question 24

AD01 Question 24

The Developer needs to ensure Blue Prism best practices are followed in respect to naming conventions and layout

How would the Developer build an Object that Logs into the Application, and then Navigates the Orders page left-hand menu?

A)

AD01 Question 24

B)

AD01 Question 24

C)

AD01 Question 24

D)

AD01 Question 24

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 25

Please refer to the exhibit.

AD01 Question 25

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 26

Please refer to the exhibits.

AD01 Question 26

AD01 Question 26

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 27

Study the following configuration

AD01 Question 27

AD01 Question 27

AD01 Question 27

AD01 Question 27

AD01 Question 27

Which of the following statements is correct?

Options:

A.

When the configuration is run in Control Room, it will become stuck in an infinite loop

B.

When the configuration is run in Control Room, it will become stuck in an infinite loop until the 'Switch' Session Variable is changed to True in System Manager

C.

When the configuration is run in Control Room, it will become stuck in an infinite loop until the 'Switch' Session Variable is changed to True in the Control Room

D.

When the configuration is run in Control Room, it will fail with an internal error on the first execution of the 'Switch?' stage with the error: Decision did not result in a yes/no Answer:

Buy Now
Questions 28

Which of the following indicates a case in a Work Queue is currently being processed?

AD01 Question 28

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 29

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 30

The Developer is revisiting Blue Prism Automations which have been experiencing some issues. Most significantly that the process terminates unnecessarily when the underlying application is performing erratically.

At the time of Development the Team had not attended any Blue Prism training and were not aware of the available Process Templates

Which TWO statements should the Developer communicate to the wider team about the importance of using the Blue Prism Process Templates that directly relates to their challenges'5

Options:

A.

Contains logic loops which will recover from an Exception, navigate back to a known point in the application, and try to perform the function again

B.

Contains Environment Variables allowing for the Developer to dynamically change the name of the Process that is being created enabling it to be passed to specific action

C.

Any error that occurs within a page that is not handled by retrying, will be caught and bubbled up to the Main Page and will go to the Mark Item as Exception' page if not resolved

D.

Includes Session Variables which allow a Process to be Stopped on demand at the request of the Process Controller within the Control room

E.

Centralized management of the Work Queue used by a specific process allowing for load balancing across multiple Digital Workers

Buy Now
Questions 31

Which of the following flows can you not create in Blue Prism? (select 2 responses)

A)

AD01 Question 31

B)

AD01 Question 31

C)

AD01 Question 31

D)

AD01 Question 31

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 32

Consider the following process flow:

AD01 Question 32

What is the problem with this flow?

Options:

A.

There is nothing wrong with this flow.

B.

The exception handling in this flow can be removed because an Attach action in a navigate stage should always work if configured correctly

C.

The Attach Block should be enlarged to also include the Waited Long Enough decision stage.

D.

The flow contains a recover stage and a route from it without a resume stage. This will cause internal errors on future exceptions thrown in the same session.

E.

The 0.5 second wait stage should be removed so that the retries can be performed at full speed.

Buy Now
Questions 33

Which of the following options can be used to update the value of a data item exposed as a 'Session Variable', whilst the process is running?

(Select all items which apply)

Options:

A.

By updating the data item value in the Variable Repository in System Manager

B.

By updating the data item value in System Manager

C.

Through a Calculation stage in the same process

D.

Selecting the running Process in Control Room and then using the menu options to push a new value to the data item

Buy Now
Questions 34

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

AD01 Question 34

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 35

Please refer to the exhibit.

AD01 Question 35

What is incorrect in the Object design"?

Options:

A.

The Recover Stage should be an Alert Stage

B.

A Resume Stage is missing

C.

A link cannot go to a Recover Stage

D.

No conditions exist for the Wait Stage

Buy Now
Questions 36

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:

AD01 Question 36

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 37

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 38

FILL BLANK

Examine the following Blue Prism Process diagram:

AD01 Question 38

The Process contains logic in the ‘Control Room Stop Request?’ Decision stage, to recognise when a Process Controller has used the ‘Request Stop’ feature in Control Room, to bring the Process to a controlled stop.

What expression would you use in the ‘Control Room Stop Request?’ Decision stage, to ensure that the Process recognises that the Control Room ‘Request Stop’ command has been triggered?

(Remember, Blue Prism expressions are case sensitive)

Options:

Buy Now
Questions 39

AD01 Question 39

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 40

Study the following process flow on the Main Page of a process where the intention is to preserve the current exception.

AD01 Question 40

What is wrong with the design?

Options:

A.

The exception handling is not within an Exception Block.

B.

The exception caught by Recover2 will not be preserved by the Re-Throw Exception stage

C.

The Send Alerts process will never be run

D.

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.

Buy Now
Questions 41

Examine the following Process flow which calculates the total of all customer credit transactions:

The 'Customer Transactions' Collection contains the following dataAD01 Question 41

The 'Customer Transactions' Collection contains the following data

AD01 Question 41

Debit transactions can be identified using the Transaction Code column, which will contain a value between 01 and 49. Credit transactions can be identified using the Transaction Code column, which will contain a value between 50 and 99 The 'Loop Customer Transactions' loop is configured to loop through the 'Customer Transactions' Collection

What is the correct expression for the 'Credit Transaction?' Decision stage, to ensure that only credit transactions are included when calculating the total of customer credits'?

Options:

A.

MakeNumber([Transaction Code]) >- 50

B.

ToNumber([Transaction Code]) >= 50

C.

[Transaction Code] >= 50

D.

[Customer Transactions Transaction Code] >= 50

E.

ToNumber([Customer Transactions Transaction Code]) >= 50

F.

MakeNumber([Customer Transactions.Transaction Code]) >= 50

Buy Now
Questions 42

Please refer to the exhibits.

AD01 Question 42

AD01 Question 42

AD01 Question 42

How many Full Time Employees will the generated Report include?

Options:

A.

2

B.

0

C.

4

D.

1

Buy Now
Questions 43

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 44

Examine the following process flow:

AD01 Question 44

The Orders Collection contains the following data

AD01 Question 44

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:

AD01 Question 44

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 45

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 46

Which of the following options can be used to update the value of a data item exposed as an Environment Variable?

(Select all items which apply)

Options:

A.

Using the 'Internal - Global Variables' Business Object to update the value

B.

Using a Calculation stage in the same Process to update the value

C.

Using the Global Variables store in Environment Manager to update the value

D.

Using System Manager to update the value

Buy Now
Questions 47

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

AD01 Question 47

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 48

Consider the following process flow:

AD01 Question 48

Decision JA" properties are:

AD01 Question 48

Decision "B" properties are.

AD01 Question 48

Decision "C" properties are

AD01 Question 48

What will happen when the process runs?

Options:

A.

The flow will pass through calculation stage "A"

B.

The flow will pass through calculation stage "B"

C.

The flow will pass through calculation stage "C"

D.

An exception will be thrown

Buy Now
Questions 49

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 50

Examine the following Page of a Blue Prism Process:

AD01 Question 50

The expressions of each of the Calculation stages are provided below:

AD01 Question 50

AD01 Question 50

What will the value of the Result Data Item be after the page has run?

Options:

A.

Result Data Item value will equal A

B.

An Internal Exception will be thrown

C.

Result Data Item value will equal C

D.

Result Data Item value will equal B

Buy Now
Questions 51

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

AD01 Question 51

The Request Type is a text data item and will contain a text value which categorizes the type of request being processed. The Process Request stage has been assigned a Breakpoint with the following Breakpoint condition:

AD01 Question 51

What will happen if you press the Go button when debugging the Process?

Options:

A.

If the 'Request Type' value equals "New Card", then the Process will stop at the Breakpoint on the 'Process Request' stage

B.

If the 'Request Type' value equals "New Card" then the Process will flow to the End stage without stopping

C.

Breakpoints are unconditional therefore the Process flow will always stop at the 'Process Request' stage

D.

If the 'Request Type' value is not equal to "New Card", then the Process will stop at the Breakpoint on the 'Process Request' stage

Buy Now
Questions 52

Examine the flow below:

AD01 Question 52

An error has been encountered on Page 1 and the exception has bubbled up to be recovered in the Recoverd stage The Yes' path has been taken from the "Throw new Exception?" decision stage. Consider the Throw Exception stage properties below:

AD01 Question 52

How should the properties be configured for the Process to throw a new Business exception, i.e. a different exception to the one encountered in Page?

Options:

A.

Configure ExceptionType() in the Exception Type field and ExceptionDetail() in the Exception Detail field. Leave the Preserve the type and detail of the current exception checkbox un-ticked.

B.

Tick the Preserve the type and detail of the current exception checkbox. Leave the Exception Type and Exception Detail fields blank

C.

Leave the Exception Type field blank and type "Business Exception" in the Exception Detail field.

D.

Type Business Exception in the Exception Type field and type a custom message in the Exception Detail field.

Buy Now
Questions 53

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

A)

AD01 Question 53

B)

AD01 Question 53

C)

AD01 Question 53

D)

AD01 Question 53

E)

AD01 Question 53

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

E.

Option E

Buy Now
Questions 54

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 55

Which of the following indicates a case has been worked successfully in a Work Queue?

AD01 Question 55

B)

AD01 Question 55

C)

AD01 Question 55

D)

AD01 Question 55

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 56

Please refer to the exhibit.

AD01 Question 56

A Developer is unable to make changes to the Elements in the Application Modeller. What are the TWO reasons for this?

Options:

A.

Shared Application Model is locked for edits

B.

User account does not have the permissions

C.

Run Mode of the Object is set to Exclusive

D.

Target application is not launched or attached

E.

Application Modeller is opened at process runtime

Buy Now
Exam Code: AD01
Exam Name: Blue Prism Accredited Developer Exam
Last Update: Oct 15, 2024
Questions: 189

PDF + Testing Engine

$48  $159.99

Testing Engine

$36  $119.99
buy now AD01 testing engine

PDF (Q&A)

$30  $99.99
buy now AD01 pdf