Black Friday Sale - Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70dumps

AD01 Questions and Answers

Question # 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?

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

Full Access
Question # 7

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

Select the TWO correct responses.

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

Full Access
Question # 8

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?

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

Full Access
Question # 9

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

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

Full Access
Question # 10

Please refer to the exhibit.

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

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

Full Access
Question # 11

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

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 12

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

A Blue Prism solution works fine when developing and testing it in Process and Object studio but when it is ran in Control Room exceptions occur because of screen elements not being found. What is the most likely cause?

A.

The most likely cause for the errors is that your application has changed.

B.

The most likely cause for the errors seen in Control Room is that best practice use of wait stages has not been followed.

C.

The most likely cause for the errors is that the Object Studio action has not been published and therefore cannot be used by the Process in control room.

D.

The most likely cause for the exceptions is that best practice exception handling has not been incorporated into the Process.

Full Access
Question # 14

Complete the following statement

Collection columns are referenced in______________using dot notation

A.

the Loop Properties

B.

an Expression

C.

a Work Queue

D.

a Business Object

Full Access
Question # 15

Which of the following statements about spy modes are TRUE?

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

Full Access
Question # 16

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)

Full Access
Question # 17

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

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?

A.

0

B.

11

C.

10

D.

44

Full Access
Question # 19

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

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

Full Access
Question # 20

A Developer is unable to pass Collection data as an Input Parameter because the Collection is not visible under available Data Items What is the reason for this issue?

A.

The referenced Collection is not set to global

B.

There is a block surrounding the Collection

C.

There are more than four fields in the Collection

D.

The Collection fields are not defined

Full Access
Question # 21

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)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 22

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

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.

Full Access
Question # 23

Please refer to the exhibits.

How many Full Time Employees will the generated Report include?

A.

2

B.

0

C.

4

D.

1

Full Access
Question # 24

Please refer to the exhibit

What is the missing phase in the Delivery Lifecycle?

A.

Plan

B.

Outline

C.

Develop

D.

Design

Full Access
Question # 25

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?

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

Full Access
Question # 26

A screen contains four buttons, Find, Save, Close and New. When the buttons are spied, the attributes are identical except for the Window Text attribute.

The values for the Windows Text attribute are Find' for the Find button. 'Save' for the Save button, Close' for the Close button and New’ for the New

Button.

The Dynamic Button element has been spied and has the following attributes set:

What additional configuration is required to ensure the Close button is selected by the Navigate stage?

A.

Set the Mouse Button value to Close'

B.

The Params button must be selected and the parameter configured to override the Window Text attribute value to 'Close'

C.

It is not possible to select the Close button using the Dynamic Button element because the value is set to 'Find in the Application Modeller

D.

A new element is required with the Window Text value set to "Close and the Match Type set to equal

Full Access
Question # 27

Please refer to the exhibit.

When clicking the drop-down on Identify in the Application Modeller, what is the difference between the Spy Element option and the Navigator options?

A.

Spy Element enables you to identify an element using their attributes, and the Navigator options are used for visible elements on the screen

B.

Spy Element enables you to identify an element to use in the Application Modeller and the Navigator options are used for debugging when a match cannot be found

C.

Spy Element enables you to choose from a tree of possible elements to use in the Application Modeller, and the Navigator options require you to visually find and manually select the element to identify

D.

Spy Element enables you to manually identify an element to use in the Application Modeller, and the Navigator options displays a tree of elements available to choose from

Full Access
Question # 28

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?

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

Full Access
Question # 29

When automating a Windows application, what type of stage is used to perform a 'Global Send Key Events' action?

A.

Keypress Stage

B.

Navigate Stage

C.

Action Stage

D.

Write Stage

Full Access
Question # 30

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

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

Full Access
Question # 31

An action called Get Account details' fails with the following exception detail:

Which of the following could cause this exception?

A.

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

B.

The Read Details action is not connected to another stage so cannot execute.

C.

The Business Object has not been coupled to the application by either launching it or attaching to it.

D.

The Read Details action in the Get Account Details Business Object no longer exists but the Process is attempting to use it.

Full Access
Question # 32

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

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]

Full Access
Question # 33

When automating a Windows application what type of stage is configured to perform a Global Send Key Events?

A.

Notes Stage

B.

Read Stage

C.

Write Stage

D.

Navigate Stage

Full Access
Question # 34

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

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

Full Access
Question # 35

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?

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.

Full Access
Question # 36

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

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.

Full Access
Question # 37

Please refer to the exhibits.

All Data Items are of Text Data Type

What is the output once all stages are executed?

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

Full Access
Question # 38

When designing a Blue Prism solution a Blue Prism architect must respect the requirement that no customer data is visible within the Blue Prism database.

Consider these possible design alternatives:

1. No customer data in the work queue

2. Encrypt the data in the work queue

3. Switch off all stage parameter logging

Which combination of the above will guarantee that no customer data is visible in the Blue Prism log file?

A.

1 only

B.

2 and 3

C.

1 and 3

D.

None

Full Access
Question # 39

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

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

Full Access
Question # 40

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?

A.

Item ID < > ""

B.

[Customer Data] < > ""

C.

[Customer Data] < > NULL

D.

([Customer Data].Rows) > 0

E.

[Item ID] < > ""

Full Access
Question # 41

Examine the following Page of a Blue Prism Process:

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

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

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

Full Access
Question # 42

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

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.

Full Access
Question # 43

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?

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

Full Access
Question # 44

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

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 45

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?

A.

Web Text

B.

Ordinal

C.

Web Element Type

D.

Match Index

Full Access
Question # 46

Examine the following Blue Prism Process diagram:

The ‘Calculation Result’ data item is configured as a number data item with an initial value of 100.

The Calculation stage Properties window is displayed below:

After the Process flow has run, which of the following statements are true?

A.

The 'Calculation Result' data item value will be 25

B.

The 'Perform Calculation' Calculation stage will throw an exception

C.

The 'Calculation Result' data item value item will be 125

D.

None of these statements are true

Full Access
Question # 47

Examine the following Blue Prism Process diagram:

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

The Calculation stage Properties window is displayed below:

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

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

Full Access
Question # 48

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

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

A)

B)

C)

D)

E)

F)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

E.

Option E

F.

Option F

Full Access
Question # 50

A Developer has a number of cases which need to be loaded into a Work Queue. The source data collection contains a field to indicate the customer account type as either Business, Personal or Joint Which method should the Developer use to ensure that the Business Customer cases are worked first?

A.

Set the priority of each Business Case to "0". set the Priority of all other cases to "1"

B.

When populating the Work Queue set the Tag as Work Queues > Add to Queue > Tag = '^Business'

C.

Set the priority of each Business case to T, set the Priority of all other cases to '0"

D.

When populating the Work Queue, set the Tag as Work Queues > Add to Queue > Tag = '-Personal. -Joint'

Full Access
Question # 51

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?

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

Full Access
Question # 52

Which ONE of the following Stages can only be found in the Process Studio?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 53

FILL BLANK

Examine the following Blue Prism Process diagram:

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)

Full Access
Question # 54

The main menu of the application Centrix Data Solutions consists of a series of buttons, as displayed below:

When the buttons spied, the element attributes are all identical, with the exception of the Window Text attribute which differs. The Window Text values for each of the buttons displayed above, are ‘HOME’, ‘ORDERS’, ‘CUSTOMER’, ‘STOCK’, ‘INBOX’, ‘SETTINGS’ and ‘EXIT’.

It is described to use a single Dynamic element to interact with each of the menu buttons. The Dynamic button element has been spied and has the following attributes set:

A Navigate stage has been configured to press the ORDERS button:

To ensure the Navigate stage can click the ORDERS button successfully, what additional configuration is required in the Navigate stage?

A.

Update the 'Mouse Button' Inputs value to "ORDERS1

B.

Using the Params button to open the Application Element Parameters window, the Window Text match value must be set to "ORDERS"

C.

A new element is required with the Window Text value set to 'Orders' and the Match Type set to equal

D.

The ORDERS button cannot be clicked using this Dynamic button element, because the Window Text attribute value in Application Modeller is set as EXIT

Full Access
Question # 55

After launching the order processing application, the following login screen is displayed to the user, requesting their login details:

The following Launch Action has been created in Blue Prism:

According to Blue Prism best practice, what should be configured between the Launch and End stages?

A.

A Wait Stage to check for an element on the Login screen

B.

A Navigate stage to Attach to the application

C.

A Write stage to enter the Staff Number and Password

D.

A Read Stage to read an element from the Login screen

Full Access
Question # 56

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

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

Full Access