Blue Prism New 2021 AD01 Test Tutorial (Updated 72 Questions) [Q42-Q60]

Share

Blue Prism New 2021 AD01 Test Tutorial (Updated 72 Questions)

AD01 Exam Questions Dumps, Selling Blue Prism Products

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

Answer: D

 

NEW QUESTION 43
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 "-Saving" in the Tag Filter parameter
  • B. Configure "Current; Loan" in the Tag Filter parameter
  • C. Configure "Current + Loan" in the Tag Filter parameter
  • D. Configure "Current or Loan" in the Tag Filer parameter

Answer: B

 

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

Answer: D

 

NEW QUESTION 45
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 46

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?

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

Answer: A

 

NEW QUESTION 47
When configuring an object's run model which of the following is true?

  • A. Setting the run mode to background will enable the object to run at the same time as foreground and background objects on the same resource.
  • B. Setting the run model to foreground will give the object priority over the target system ahead of any other Business Object.
  • C. Leaving the run mode blank will allow any number of processes and objects to run at the same time on the same resource.
  • D. Setting the run mode to exclusive will ensure only one process runs on that resource at a time.

Answer: B

 

NEW QUESTION 48
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 49
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 Main Page is handling exceptions?

  • A. 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.
  • B. There is nothing wrong with the Main Page flow shown in the image, it is a copy of Blue Prism's standard Process Template.
  • C. The Exception Block in the image should be extended to cover all stages in the flow rather than just 4 sub-pages.
  • D. 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.
  • E. 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.

Answer: C

 

NEW QUESTION 50
When configuring an object’s run mode which of the following is true?

  • A. Leaving the run mode blank will allow any number of processes and objects to run at the same time on the same resource.
  • B. Setting the run mode to background will enable the object to run at the same time as foreground and background objects on the same resource.
  • C. Setting the run mode to exclusive will ensure only one process runs on that resource at a time.
  • D. Setting the run mode to foreground will give the object priority over the target system ahead of any other Business Object.

Answer: B

 

NEW QUESTION 51
Study 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 "Recover1" 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 appropriate recover stage 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 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 will move to the "Get Customer Details" stage.

Answer: B

 

NEW QUESTION 52
Consider the following flow in an object:

Which of these statements is true?

  • A. Only the first wait stage in this flow is required, all the other wait stages should be removed.
  • B. 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
  • C. The flow shown in the diagram is correct, the wart stages are all adding a high level of robustness to the action
  • D. The wait stages after read and write stages should be removed they are not required and are lowing the flow down

Answer: D

Explanation:
Reason: There is no wait stage required after Read and write stage as it makes the process lengthy here, because here no activity is performed which are taking time to read and write so wait is not useful.
Here wait is required for search fields as there the activity is happening in which it is required for wait.

 

NEW QUESTION 53
Examine the Process below:

An error has been encountered on Page1 and the exception has bubbled up to be recovered in the Recover1 stage. If there is an error in the Calc1 stage which path will the Process take?

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

Answer: D

 

NEW QUESTION 54
Examine the following process flow:

The Orders Collection contains the following data

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:

What will the data item Saved Quantity contain after the execution of the page?

  • A. 0
  • B. 1
  • C. 2
  • D. 3

Answer: A

 

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

Answer: B

 

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

What is the problem with this sub-page flow?

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

Answer: A

 

NEW QUESTION 57
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 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
  • B. 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.
  • C. 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.
  • D. A Blue Prism work queue is not required for simple linear processes that do not work multiple cases.

Answer: D

 

NEW QUESTION 58
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 process scenario. Example of tags might include: Invalid Product, Unrecognised customer, Goneaway Marker, Invalid Status
  • B. 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
  • C. 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
  • D. 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
  • E. Something that identifies the source of work. Example of tags might include: Email, Web Form, Excel Adhoc. Database
  • F. Details of an exception that has occurred. For example: The Login Screen was not found.

Answer: B,E,F

 

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

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

Answer: C

 

NEW QUESTION 60
......


How to book the AD01 Exam

These are following steps for registering the AD01 exam. Step 1: Visit to Pearson Exam Registration Step 2: Signup/Login to Pearson VUE account Step 3: Search for Blue Prism AD01 Exam Certifications Exam Step 4: Select Date, time and confirm with payment method

 

AD01 Cert Guide PDF 100% Cover Real Exam Questions: https://www.itcertmagic.com/Blue-Prism/real-AD01-exam-prep-dumps.html

Pass AD01 Review Guide, Reliable AD01 Test Engine: https://drive.google.com/open?id=1xP2D3UuknGK4CQAQs3pQXDTKzGkSCgjy