[Oct 02, 2021] AD01 Ultimate Study Guide - Test4Engine [Q19-Q35]

Share

[Oct 02, 2021] AD01 Ultimate Study Guide -  Test4Engine

Ultimate Guide to Prepare AD01 Certification Exam for Blue Prism Developer in 2021

NEW QUESTION 19
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 20

What is wrong with the flow shown in the image?

  • A. Sub-pages should not have retry logic, exception handling should be in the object level rather than in the process.
  • B. The retry loop logic does not include any navigation after the resume stage to ensure the application is ready to try the 'Search Screen -Perform Search' action again.
  • C. The retry loop logic shown in the image is incorrect because it uses multiple action stages. There should be a retry loop around every action.
  • D. The resume stage must also be within the exception block

Answer: B

Explanation:
Explanation
As per the process template the resume there should be another action or page after the resume stage.

 

NEW QUESTION 21

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. 5 days will be added to today's date and the result stored in the New Date data item.
  • B. 1 month 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: D

 

NEW QUESTION 22
Study the following configuration



Which of the following statements is correct?

  • A. When the configuration is run in Control Room, it will become stuck in an infinite loop until the 'Switch' Session Variable is changed to True in the Control Room
  • B. When the configuration is run in Control Room, it will become stuck in an infinite loop until the 'Switch' Session Variable is changed to True in System Manager
  • C. When the configuration is run in Control Room, it will become stuck in an infinite loop
  • D. When the configuration is run in Control Room, it will fail with an internal error on the first execution of the 'Switch?' stage with the error: Decision did not result in a yes/no answer

Answer: C

 

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

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

Answer: B

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 24
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 Reason: A) when spying the application, blueprism fetch all the elements of the target application only, blue prism doesn't provide any elements of its own.
    C) Attributes are vary from application type to type. Attributes are different for windows, browsers, mainframe, java.
    D) Reason is below.
  • D. The list of attributes may vary from application type to application type

Answer: B,C,D

 

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

Answer: D

 

NEW QUESTION 26
Which of the following statements regarding the use of Work Queues are correct? (select 2 responses)

  • A. Wildcards are not allowed in the Tag Fitter property of the Work Queues business object Get Next Item action
  • B. Work Queue item Status can only be set to Completed or Exception
  • C. Tags can be used allow flexibility in the order items are worked within a single Work Queue
  • D. Control Room allows filtering of the displayed queue items using exact tags and by using wildcards

Answer: C,D

 

NEW QUESTION 27
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? (Choose two.)

  • A. The credentials stage is a read stage not a write stage.
  • B. There is a potential for an infinite loop if the 'Credentials' stage keeps throwing an exception for some unforeseen reason.
  • 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. There is not a Resume stage following the timeout of the Wait stage

Answer: A,C

 

NEW QUESTION 28
Which of the following flows can you not create in Blue Prism? (select 2 responses) A:

B:

C:

D:

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

Answer: B,C

 

NEW QUESTION 29
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. The loop will be infinite
  • D. 2

Answer: A

 

NEW QUESTION 30
The following Calculation Stage uses the Todays 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. If the data item "Today" is configured with a Data Type of Date, an exception will be thrown on execution of the calculation stage
  • B. If the data item "Today" is configured with a Data Type of Date Time, an exception will be thrown on execution of the calculation stage
  • C. None of these statements are correct
  • 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: B

 

NEW QUESTION 31

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] + 1
  • B. [Attempts] > [Max]
  • C. [Attempts] < [Max]
  • D. [Attempts] = [Max]

Answer: C

 

NEW QUESTION 32
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. 5 days will be added to today's date and the result stored in the New Date data item.
  • B. 1 month 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: B

 

NEW QUESTION 33
Consider the following process flow:

What is the problem with this flow?

  • A. The 0.5 second wait stage should be removed so that the retries can be performed at full speed.
  • B. 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.
  • C. The Attach Block should be enlarged to also include the 'Waited Long Enough?' decision stage.
  • D. There is nothing wrong with this flow.
  • E. The exception handling in this flow can be removed because an Attach action in a navigate stage should always work if configured correctly

Answer: E

 

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

Blue Prism Developer Fundamentals-AD01 Exam-Practice-Dumps: https://www.test4engine.com/AD01_exam-latest-braindumps.html

Use Real AD01 Dumps - Blue Prism Correct Answers: https://drive.google.com/open?id=1u04dW7H3L8qAlZlKBo7YKU7S71l9Uqp2