AD01 Pre-Exam Practice Tests (Updated 72 Questions) [Q13-Q36]

Share

AD01 Pre-Exam Practice Tests | (Updated 72 Questions)

Valid AD01 Exam Q&A PDF - One Year Free Update

NEW QUESTION 13
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?

  • 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 "Recover 1 stage.
  • B. 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.
  • C. 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.
  • 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.

Answer: A

 

NEW QUESTION 14
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. 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
  • B. Set the Mouse Button value to Close'
  • C. The Params button must be selected and the parameter configured to override the Window Text attribute value to 'Close'
  • D. A new element is required with the Window Text value set to "Close and the Match Type set to equal Reason: When passing the values in the Parameter the parameter should be configured with respect to the window text and pass as the value "close" as other attributes are identical we only have window text to make our fingerprint unique.

Answer: C

 

NEW QUESTION 15
Study the following image showing pan: of the flow within a process:

What problems do you see with the process flow? (select 2 responses)

  • A. If an exception is thrown in the Cancel Reservation page and is allowed to bubble up to be caught by the Recover stage, the Create Reservation action won't be retried.
  • B. There is a missing Recover stage on one of the routes through the flow.
  • C. There is a missing Resume stage on one of the routes through the flow.
  • D. The Retry Count is not being incremented for each retry.

Answer: B

Explanation:
Explanation
C,D

 

NEW QUESTION 16
When building a solution to use Tags within a Work Queue, which of the following statements is correct true?

  • A. Adding a tag requires an item to be locked
  • B. Adding a tag requires an item to be locked if there are multiple resources working the same queue
  • C. Adding a tag does not require an item to be locked

Answer: C

Explanation:
Explanation/Reference:

 

NEW QUESTION 17
Which of the following comments about an object's run mode is true?

  • A. A run mode of foreground will enable the business object to run at the same time as other foreground business objects.
  • B. A run mode of background will enable the business object to run at the same time as other background, foreground and exclusive business objects.
  • C. The run mode of a business object has no influence on how many business objects can be run at the same time.
  • D. A run move of exclusive cannot run at the same time as any other business object.

Answer: B

 

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

What is wrong with the design?

  • A. The exception caught by Recover2 will not be preserved by the Re-Throw Exception stage
  • B. 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.
  • C. The Send Alerts process will never be run
  • D. The exception handling is not within an Exception Block.

Answer: A

 

NEW QUESTION 19
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 the Object Studio action has not been published and therefore cannot be used by the Process in control room.
  • B. The most likely cause for the exceptions is that best practice exception handling has not been incorporated into the Process.
  • C. The most likely cause for the errors is that your application has changed.
  • D. The most likely cause for the errors seen in Control Room is that best practice use of wait stages has not been followed.

Answer: D

 

NEW QUESTION 20
Which of the following statements about Business Objects is true?

  • A. A Business Object can be exposed to Control Room
  • B. It is Blue Prism best practice to include business rules within Business Objects
  • C. Logging of individual stages is not configurable in Business Objects
  • D. A Business Object is configured in the Studio area of Blue Prism

Answer: D

 

NEW QUESTION 21
What is the Blue Prism Application Navigator

  • A. It is part of the zoom tool in Process and Object Studio that allows you to instantly jump to different parts of the process map
  • B. It is the spy tool that you drag around the application to identify attributes.
  • C. It is Application Modeller functionality to create an application's entire element tree that when selected will highlight individual elements in the application.
  • D. It is the Studio list side-bar of Process and Objects.

Answer: B

 

NEW QUESTION 22
Examine the flow below:

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

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

  • A. Type Business Exception in the Exception Type field and type a custom message in the Exception Detail field.
  • B. Leave the Exception Type field blank and type "Business Exception" in the Exception Detail field.
  • C. Tick the Preserve the type and detail of the current exception checkbox. Leave the Exception Type and Exception Detail fields blank.
  • D. Configure Exception Type() 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.

Answer: C

 

NEW QUESTION 23
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

  • A. Configure "Domestic + [Product Code] <> LN*"" in the Tag Filter parameter
  • B. Configure 'Domestic and Product Code <> LN?" in the Tag Filter parameter
  • C. Configure "Domestic; -Product Code: LN?" in the Tag Filter parameter
  • D. Configure "Domestic; -Product Code: I_N"" in the Tag Filter parameter

Answer: C

 

NEW QUESTION 24
Examine the flow below:

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:

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?

  • A. Tick the Preserve the type and detail of the current exception checkbox. Leave the Exception Type and Exception Detail fields blank
  • B. Leave the Exception Type field blank and type "Business Exception" in the Exception Detail field.
  • C. 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.
  • D. Type Business Exception in the Exception Type field and type a custom message in the Exception Detail field.

Answer: D

 

NEW QUESTION 25
Look at this flow diagram from the Main Page of a process in Process Studio:

Thinking about the standard Blue Prism Process Templates, what is wrong with how this Mam Page is handling exceptions?

  • A. It would be better to remove the Exception Block and recover, resume logic, and instead handle any exceptions in the sub-pages. Flag data items could instead be passed up as output parameters from the sub-pages informing the Main Page flow if an exception has occurred.
  • B. The exception handling in the image does not contain any concurrent exception logic. This means there is nothing stopping every item in the Work Queue being marked with the exact same System Exception.
  • C. The Exception Block in the image should be extended to cover all stages in the flow rather than just 4 sub-pages.
  • D. There is nothing wrong with the Main Page flow shown in the image, it is a copy of Blue Prism's standard Process Template.
  • E. Between the Recover and Resume stages there should be logic to reset the application ready for the next case to be worked For example, this could call the Close Down and Start Up pages.

Answer: D

 

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

What is wrong with the design?

  • A. The exception caught by Recover2 will not be preserved by the Re-Throw Exception stage
  • B. Because the flow is on the Main Page of the process there should be a 'Re-Throw' Exception stage as there are no parent/calling pages for the exception to 'bubble up' to.
  • C. The Send Alerts process will never be run
  • D. The exception handling is not within an Exception Block.

Answer: A

 

NEW QUESTION 27
Consider the following flow in an object:

Which of the following statements are true?

  • A. There should be an intelligent wart stage after the start stage and after any stage that cause the application we are interfacing with to change
  • 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 just needs to be a wait stage after the start stage to correct this action.

Answer: B

 

NEW QUESTION 28
Study the process flow below:

The outputs for the Get Next Case are configured below:

A)

B)

C)

D)

  • A. Option A
  • B. Option D
  • C. Option B
  • D. Option C

Answer: B

 

NEW QUESTION 29
Examine the process flow:

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 outputs a result to the "Attempts" data item To enable this to work correctly, what is the correct expressions for the 'Increment Attempts' calculation stage?

  • A. [Attempts] + 1
  • B. [Max] + 1
  • C. +1
  • D. Attempts + 1

Answer: D

 

NEW QUESTION 30
The Order System application has been successfully launched and Blue Prism has navigated the application to the following screen:

There is a requirement to ensure this screen is in focus before any further interfacing is done with the screen. Which is the correct configuration to ensure the New Order screen is in focus?
A:

B:

C:

D:

  • A. Option D
  • B. Option C
  • C. Option A
  • D. Option B

Answer: B

 

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

What is the problem with this sub-page flow?

  • A. There is nothing wrong with the sub-page flow shown in this image.
  • B. 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.
  • C. 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.
  • D. 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.

Answer: A

Explanation:
Explanation

 

NEW QUESTION 32
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

  • A. Configure "Domestic + [Product Code] <> LN*"" in the Tag Filter parameter
  • B. Configure 'Domestic and Product Code <> LN?" in the Tag Filter parameter
  • C. Configure "Domestic; -Product Code: LN?" in the Tag Filter parameter
  • D. Configure "Domestic; -Product Code: I_N"" in the Tag Filter parameter

Answer: C

 

NEW QUESTION 33
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. None
  • D. 1 and 3

Answer: B

 

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

  • A. The initial selection of attributes made by Blue Prism will always be the optimum attribute set for the element
  • B. The attributes are provided to Blue Prism by the Target System
  • C. Selected attributes are shown as ticks in the Match column of Application Modeller
  • D. The list of attributes may vary from application type to application type

Answer: C

 

NEW QUESTION 35
Study the following process flow:

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?

  • A. 0
  • B. No Value
  • C. 1
  • D. 2

Answer: D

 

NEW QUESTION 36
......

Blue Prism Accredited Developer Exam Free Update Certification Sample Questions: https://www.exam4pdf.com/AD01-dumps-torrent.html

Trend for Blue Prism AD01 pdf dumps before actual exam: https://drive.google.com/open?id=15XPFqeHfGvjXjtnnhYLMK_8OeDBHNGQv