New Year Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: bestdeal

Free Blue Prism AD01 Practice Exam with Questions & Answers | Set: 5

Questions 41

Consider the following flow in an object:

AD01 Question 41

Which of the following statements are true?

Options:
A.

There just needs to be a wait stage after the start stage to correct this action.

B.

There should be a wait stage after every stage in this flow (i.e. after the navigate, read, write stages.

C.

If during testing in object studio this flow works, no additional wait stages should be added as they will slow the interface down.

D.

There should be an intelligent wait stage after the start stage and after any stage that cause the application we are interfacing with to change

Blue Prism AD01 Premium Access
Questions 42

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

Questions 43

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 43

Options:
A.

Workflow

B.

Main Window

C.

Login Window

D.

Username (Edit Field)

Questions 44

AD01 Question 44

The Process is intended to attempt to perform the processing in the recover block, Block 3. a maximum of three times before throwing an exception.

Data Item 'Attempts' is a number data item with an initial value of 0

Data Item "Max Attempts" is a number data item with an initial value of 3

The 'Increment Attempts' calculation stage add 1 to the attempts value and outputs a result to the "Attempts" data item

To enable this to work correctly, what is the correct expressions for the Try Again' decision stage?

Options:
A.

[Attempts] < [Max]

B.

[Attempts] > [Max]

C.

[Attempts] = [Max]

D.

[Attempts] + 1

Questions 45

Consider the following flow in an object:

AD01 Question 45

Which of these statements is true?

Options:
A.

The flow shown in the diagram is correct, the wart stages are all adding a high level of robustness to the action

B.

The wait stages after read and write stages should be removed they are not required and are lowing the flow down

C.

The wait stages after read stages should be removed, the wart stages after write stages should be left because the application will have been changed

D.

Only the first wait stage in this flow is required, all the other wait stages should be removed.

Questions 46

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

Questions 47

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

Questions 48

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

AD01 Question 48

Options:
A.

Option A

B.

Option B

C.

Option C

D.

Option D

Questions 49

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

Questions 50

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