Pass Blue Prism Developer AD01 exam [Oct 27, 2021] Updated 72 Questions [Q34-Q51]

Share

Pass Blue Prism Developer AD01 exam [Oct 27, 2021] Updated 72 Questions

Blue Prism AD01 Actual Questions and 100% Cover Real Exam Questions


The benefit in Obtaining the AD01 Exam Certification

  • Get more job opportunities and increase their chances to get a better job
  • Proves their knowledge to work in Blue Prism development
  • Candidates can show their skills and expertise in developing solutions based on Blue Prism technology
  • Include a credential to your resume and help you stand out of the crowd
  • Blue Prism certification gives you a global accreditation as Blue Prism Certified professional
  • Candidates can improved capabilities and performance as Blue Prism developer

How to study the AD01 Exam

TrainingQuiz expert team recommends you to prepare some notes on these topics along with it don’t forget to practice Blue Prism Accredited Developer AD01 Exam Dumps which been written by our expert team, Both these will help you a lot to clear this exam with good marks.

 

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

Answer: B

 

NEW QUESTION 35
Сonsider the following process flow from the Main Page of a process in Process Studio:

Thinking about the standard Blue Prism Process Templates, what is wrong with this Main Page process flow?

  • A. There is nothing wrong with the Main Page flow shown in the image, it is a copy of Blue Prism's standard Process Template.
  • B. The Main Page process flow is too high level. For better visibility of the process logic the flow steps hidden in the sub-pages should all be on the main page instead.
  • C. The Stop? decision stage should be removed from the process flow, as Stop times is configured either within the Scheduler or processes are stopped via Control Room.
  • D. The Reset Global Data page is not required because sub-pages within a process should always use input and output parameters rather than global data items. There should be no global data to reset.
  • E. There is no exception handling on this Main Page so any exceptions that "bubble up" will cause the process to terminate rather than exceptions being handled correctly.

Answer: C

Explanation:
Explanation

 

NEW QUESTION 36
Which of the following indicates a case in a Work Queue is an exception?

B)

C)

D)

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

Answer: A

 

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

Answer: B

 

NEW QUESTION 38
The Saved Quantity Data Item is configured as a number with the initial value 0.
The Loop Orders stage is configured to loop through 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: B

 

NEW QUESTION 39
Consider the following flow in an object:

Which of these statements is true?

  • A. The wait stages after read and write stages should be removed they are not required and are slowing the flow down
  • B. The flow shown in the diagram is correct, the wait stages are all adding a high level of robustness to the action
  • C. Only the first wait stage in this flow is required, all the other wait stages should be removed.
  • D. The wait stages after read stages should be removed, the wait stages after write stages should be left because the application will have been changed

Answer: A

 

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

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

Answer: A

Explanation:
Explanation
Reason: Session variable values to be update only in the Control room.
Below is the reference.

 

NEW QUESTION 41
Study the following process flow:

The data item "Loop Counter" is a number data item and has an initial value of 0.
The data item "Max Loops" is a number data item and has an initial value of 10.
The two stages are configured as follows:

How many times will the Loop Again stage be executed when the page is executed?

  • A. 0
  • B. 1
  • C. 2
  • D. The loop will be infinite

Answer: C

 

NEW QUESTION 42
Which of the following indicates a case has been worked successfully in a Work Queue?

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

Answer: C

Explanation:
Explanation/Reference:

 

NEW QUESTION 43




What will be the outcome after the page has run?

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

Answer: B

 

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

What is the problem with this sub-page flow?

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

Answer: D

 

NEW QUESTION 45
What is the Blue Prism Application Navigator

  • A. It is the spy tool that you drag around the application to identify attributes.
  • B. It is Application Modeller functionality to create an application's entire element tree that when selected will highlight individual elements in the application.
  • C. It is the Studio list side-bar of Process and Objects.
  • D. 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

Answer: B

 

NEW QUESTION 46
An action called ‘Get Account details’ fails with the following exception detail:

Which of the following could cause this exception?

  • A. The Read Details action is not connected to another stage so cannot execute.
  • B. The Read Details action in the Get Account Details Business Object no longer exists but the Process is attempting to use it.
  • C. The Business Object has not been coupled to the application by either launching it or attaching to it.
  • D. An internal error always indicates a problem with the Blue Prism product. The Blue Prism support team should be contacted for assistance.

Answer: C

 

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

Answer: B

 

NEW QUESTION 48
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. None of these statements are correct
  • 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 Text, an exception will be thrown on execution of the calculation stage
  • D. If the data item "Today" is configured with a Data Type of DateTime, an exception will be thrown on execution of the calculation stage

Answer: A

 

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

Answer: C

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

 

NEW QUESTION 50
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. 1 month will be added to today's date and the result stored in the New Date data item.
  • B. 5 days will be added to today's date and the result stored in the New Date data item.
  • C. The process will throw an exception as the New Date data item is null.
  • D. 1 week will be added to today's date and the result stored in the New Date data item.

Answer: A

 

NEW QUESTION 51
......

Blue Prism AD01 Real 2021 Braindumps Mock Exam Dumps: https://www.trainingquiz.com/AD01-practice-quiz.html

AD01 Free Exam Questions & Answers PDF Updated on Oct-2021: https://drive.google.com/open?id=14FjdvyMD8BNPPjDM9KBtXTWTXEOcthh4