AD01 Dumps PDF New [2022] Ultimate Study Guide AD01 Exam Dumps PDF Updated Dump from GuideTorrent Guaranteed Success How to Prepare For Blue Prism Developer AD01 Exam Preparation Guide for Blue Prism Developer AD01 Exam Introduction to Blue Prism Developer AD01 Exam Blue Prism Developer AD01 Exam is related to Blue Prism Accredited Developer Certification. This Blue Prism Accredited Developer AD01 [...]

AD01 Dumps PDF New [2022] Ultimate Study Guide [Q19-Q38]

Share

AD01 Dumps PDF New [2022] Ultimate Study Guide

AD01 Exam Dumps PDF Updated Dump from GuideTorrent Guaranteed Success


How to Prepare For Blue Prism Developer AD01 Exam

Preparation Guide for Blue Prism Developer AD01 Exam

Introduction to Blue Prism Developer AD01 Exam

Blue Prism Developer AD01 Exam is related to Blue Prism Accredited Developer Certification. This Blue Prism Accredited Developer AD01 Exam validates the ability to keep sensitive data of session Logs and control room, work queues, creation and administration, process flow through decision, choice stages and sub-pages, correct use of action retrying from a process as per Blue Prism standard template. Object Layer Designers and Blue Prism Developers usually hold or will pursue this certification and you can expect the same job role after completing this Blue Prism Accredited Developer certification.

 

NEW QUESTION 19
Examine the following recover flow taken from a Blue Prism Process:

The 'Exception Type' data item has no initial value and has a data type of text.
The Calculation stage 'Save Exception Type' will output the current exception type to the 'Exception Type' data item.
What expression would you use in the 'Save Exception Type' stage to achieve this?

Answer:

Explanation:
ExceptionDetail
Reference:
https://bpdocs.blueprism.com/bp-6-8/en-us/helpExceptions.htm

 

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

Answer: D

 

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

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

Answer: B

 

NEW QUESTION 22
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. 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
  • B. 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.
    Reason: This is happening when identifying the elements in application modeler some of the details which are changing on the different environment and while identifying the elements in application modeler the developer takes the element whose values are changing and when the application run on the different path at that point of the time the process is able to expecting values eg same url, date or title but it is not at there so the process terminates. Follow the best practice for this.
  • C. 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.
  • D. 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.

Answer: B

 

NEW QUESTION 23
Consider the following process flow:

Decision "A" properties are:

Decision "B" properties are:

Decision "C" properties are:

What will happen when the process runs?

  • A. The flow will pass through calculation stage "A"
  • B. An exception will be thrown
  • C. The flow will pass through calculation stage "C"
  • D. The flow will pass through calculation stage "B"

Answer: D

 

NEW QUESTION 24
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. Data Item Output Value contains "B"
  • C. Data Item Output Value contains "A"
  • D. An Internal Exception will be thrown

Answer: D

 

NEW QUESTION 25
When entering an option within the Training Order system the relevant option number is entered into the Option number field as below The Option number input field has been spied in Blue Prism:

The following attribute set has been returned by Application Modeller:

Which Attribute can be un-ticked to ensure consistent visibility of the element to Blue Prism?

  • A. Window Text
  • B. Screen Visible
  • C. Visible
  • D. Class Name

Answer: A

Explanation:
Explanation
Reason: As the window text is not unique when the value is changed and bp is able to spied at time a error would come. So there is no use of window text.

 

NEW QUESTION 26
Examine the following process flow:

The Loop Orders loop is configured to loop through the Orders collection.
How Many times will the 'Process Order' page be executed?

  • A. It's impossible to tell. There is no loop counter.
  • B. The loop will be infinite
  • C. 0
  • D. 1

Answer: D

Explanation:
Explanation
Loop Orders is configuring to the Orders collection and as per the diagram in the order collection there are 15 rows so the loop is run till 15 times and the process order page will executed 15 times.

 

NEW QUESTION 27
Consider the following process flow:

What is the problem with this flow?

  • A. The exception handling in this flow can be removed because an Attach action in a navigate stage should always work if configured correctly
  • B. The Attach Block should be enlarged to also include the 'Waited Long Enough?' decision stage.
  • C. There is nothing wrong with this flow.
  • D. The 0.5 second wait stage should be removed so that the retries can be performed at full speed.
  • E. The flow contains a recover stage and a route from it without a resume stage. This will cause internal error on future exceptions thrown in the same session.

Answer: A

 

NEW QUESTION 28
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: B

 

NEW QUESTION 29
Examine the following Blue Prism Process diagram:

The initial values for the 2 data items are displayed in the diagram above.
The expression in 'Decision A' is:
Len([City 1]) > Len([City 2])
The expression in 'Decision B' is:
Mid([City2].3,1) = " "
The expression in 'Decision C' is:
Left([City 1], 5) = "manch" AND EndsWith([City 2], "York")
What will happen when the process flow executes?

  • A. The diagram will flow through the Calculation stage named 'C
  • B. The diagram will flow to the Exception stage which will raise a new exception
  • C. The diagram will flow through the Calculation stage named 'A'
  • D. The diagram will flow through the Calculation stage named 'B'

Answer: A

 

NEW QUESTION 30
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: A

 

NEW QUESTION 31
How many Start Stages can a sub-page in a Process have?

  • A. 0
  • B. 1
  • C. 2
  • D. Any Number

Answer: A

Explanation:
Explanation
For every page there is only one start stage, you can create the more than one start stage as there is no option to create the start stage it comes by default of any page, still if you are trying to create by copy and paste the existing start stage it will give you error.

 

NEW QUESTION 32
A process has been created but it is not listed in Control Room. The following reasons have been suggested.
1. The process uses objects with different run modes
2. The process has not been published
3. Process validation shows more than 99 errors
4. The user does not have privileges to run processes in Control Room
Which of the above could cause the process not to be visible in Control Room?

  • A. 1 and 4
  • B. 1 and 2
  • C. 2 only
  • D. 2 and 3

Answer: A

 

NEW QUESTION 33
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. Control ID
  • C. parent Windows Text
  • D. Ordinal

Answer: D

 

NEW QUESTION 34
A Blue Prism solution works fine when developing and testing it in Process and Object studio but when it is run 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 exceptions is that best practice exception handling has not been incorporated into the Process.
  • B. The most likely cause for the errors is that your application has changed.
  • C. The most likely cause for the errors seen in Control Room is that best practice use of wait stages has not been followed.
  • D. 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.

Answer: C

 

NEW QUESTION 35
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. 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 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.

Answer: A

 

NEW QUESTION 36
Consider the following flow within an Object Studio action:

The developer of this flow found that writing some credentials to the target application sometimes failed with an exception even though the element exists on the screen. He found that simply catching the exception, waiting for 2 seconds and then retrying fixed the problem.
What problems do you see within the flow? (select 2 responses)

  • A. There is a potential for an infinite loop if the 'Credentials' stage keeps throwing an exception for some unforeseen reason.
  • B. There is not a Resume stage following the timeout of the Wait stage
  • C. A block has not been placed around the Write stage and the Recover stage, meaning the credentials action could be unnecessarily retried if another stage further into this action throws an exception.
  • D. The credentials stage is a read stage not a write stage.

Answer: C,D

 

NEW QUESTION 37
When automating a Windows application what type of stage is configured to perform a Global Send Key Events?

  • A. Notes Stage
  • B. Read Stage
  • C. Navigate Stage
  • D. Write Stage

Answer: C

Explanation:
Reason: Global send key events and global keys are not passed through the navigate stage.

 

NEW QUESTION 38
......

Pass Your Blue Prism Exam with AD01 Exam Dumps: https://examcollection.guidetorrent.com/AD01-dumps-questions.html