[2021] Use Valid Exam AD01 by Exam4Tests Books For Free Website [Q16-Q39]

Share

[2021] Use Valid Exam AD01 by Exam4Tests Books For Free Website

Free Blue Prism Developer AD01 Official Cert Guide PDF Download

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

Answer: B

 

NEW QUESTION 17
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 decreases the scalability of the solution and therefore should only be used for complex scenarios such as multi-day processing.
  • B. A Blue Prism work queue is not required for simple linear processes that do not work multiple cases.
  • 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 should always be used. It eliminates the risk of contention and allows you to gracefully pause the queue at any time.

Answer: D

 

NEW QUESTION 18
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. 1
  • C. No Value
  • D. 2

Answer: D

 

NEW QUESTION 19
How can a session variable value be updated when a process is running? (Choose all that apply.)

  • A. By updating the value in Control Room.
  • B. By updating the value in Credential Manager.
  • C. By using the Internal – Session Variables business object.
  • D. By pausing the Session Variables work queue.

Answer: A

 

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

  • A. Encrypt a Work Queue
  • B. Rename a Work Queue
  • C. Create a Work Queue
  • D. Refresh a Work Queue

Answer: C

 

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

  • A. Data Item Output Value contains "C"
  • B. An Internal Exception will be thrown
  • C. Data Item Output Value contains "A"
  • D. Data Item Output Value contains "B"

Answer: B

 

NEW QUESTION 22
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. Attempts + 1
  • C. +1
  • D. [Max] + 1

Answer: B

 

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

  • 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 Account" page until the error is thrown and then focus would move to the "Exception 1 stage.
  • C. 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
  • 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 stage containing the error on the "Access Customer Account" page,

Answer: C

 

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

  • A. 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.
  • B. 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
  • C. 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.
  • D. 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.

Answer: D

 

NEW QUESTION 25
Study the following process flow:

This is the Main 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 an 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 Main Page following the execution of the Process?

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

Answer: B

 

NEW QUESTION 26
Consider the following diagram from an object studio action:

What is the problem with this flow?

  • A. There is a risk of the flow causing an infinite loop.
  • B. The Exception Block should be removed from the page so that all exceptions on that page can be recovered.
  • C. There is nothing wrong with the object flow shown in this image.
  • D. There should be a wait stage at the end of the flow, before the end stage to ensure the flow logic has worked correctly.

Answer: A

 

NEW QUESTION 27
Which of the following can you perform in me System -> Workflow area of Blue Prism? (select all that apply)

  • A. Encrypt a Work Queue
  • B. View the contents of a Work Queue
  • C. create a Work Queue
  • D. Refresh a Work Queue

Answer: A,C

 

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

  • 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. An Environment variable should be used to store the HappyWeb URL.
  • C. A local text file should be used to easily configure the details of the HappyWeb website to be used in each Blue Prism environment.
  • D. Three different versions of object that launches the HappyWeb website will need to be created and maintained, one for each environment.

Answer: B

 

NEW QUESTION 29
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 decreases the scalability of the solution and therefore should only be used for complex scenarios such as multi-day processing.
  • B. A Blue Prism work queue is not required for simple linear processes that do not work multiple cases.
  • 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 should always be used. It eliminates the risk of contention and allows you to gracefully pause the queue at any time.

Answer: C

Explanation:
Explanation/Reference:

 

NEW QUESTION 30
When mapping the Training application the User field has been spied, but on highlight the following situation is encountered:


Which of the following attributes would you use to help obtain a unique match?

  • A. Height
  • B. parent Windows Text
  • C. Ordinal
  • D. Control ID

Answer: C

 

NEW QUESTION 31
Examine the Process below:

An error has been encountered on Page 1 and the exception has bubbled up to be recovered in the Recover stage. If there is an error in the Calc 1 stage which path will the Process take?

  • A. The Error will cause the Process to jump to the End Stage
  • B. The Error will be recovered in the Recover2 Stage
  • C. The Process will continue to the Resume 1 Stage
  • D. The Error will cause the Process to terminate

Answer: D

 

NEW QUESTION 32
When considering an element’s attributes in Application Modeller which of the following statements are true?
(Choose all that apply.)

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

Answer: B

Explanation:
Explanation/Reference:

 

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

  • A. Username (Edit Field)
  • B. Main Window
  • C. Workflow
  • D. Login Window

Answer: A

Explanation:
Explanation
Reason: As we need to pass the values in the username so the values of username to be passed only in the username element. As Rest other options are having only the outer area of the spied application.

 

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

  • A. Encrypt a Work Queue
  • B. Rename a Work Queue
  • C. Create a Work Queue
  • D. Refresh a Work Queue

Answer: A,C,D

 

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

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

Answer: B

Explanation:
Reason: As the business object is only configure in the Object studio.

Rest all other reasons are failed.

 

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

  • A. Data Item Output Value contains "C"
  • B. An Internal Exception will be thrown
  • C. Data Item Output Value contains "A"
  • D. Data Item Output Value contains "B"

Answer: B

 

NEW QUESTION 37
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. The exception handling is not within an Exception Block.
  • 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.

Answer: A

Explanation:
Reason: After resume stage the exception is dead so the Re thrown will not worked.

 

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

  • A. Stop ()
  • B. StopNow?
  • C. StopNow ()
  • D. Stop?
  • E. IsStopRequested?
  • F. IsStopRequested ()

Answer: F

 

NEW QUESTION 39
......


What is the duration of the AD01 Exam

  • Cost: 60$
  • Format: Multiple choices, multiple answers
  • Number of Questions: 60
  • Length of Examination: 60 minutes
  • Passing Score: 70%

 

Blue Prism AD01 Official Cert Guide PDF: https://www.exam4tests.com/AD01-valid-braindumps.html

Exam AD01: Blue Prism Accredited Developer Exam - Exam4Tests: https://drive.google.com/open?id=1p86Itw8GyhjiQ2hxPmZ0AXU5rXtU3HnM