[2021] Verified AD01 Dumps Q&As - 1 Year Free & Quickly Updates [Q18-Q42]

Share

[2021] Verified AD01 Dumps Q&As - 1 Year Free & Quickly Updates

Latest 2021 Realistic Verified AD01 Dumps - 100% Free AD01 Exam Dumps

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

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

Answer: C

 

NEW QUESTION 19
If you change a session variable when will the new value be available to the process?

  • A. Next time a new case is taken from a WQ
  • B. Next time the process starts
  • C. Next time resource PC starts
  • D. Immediately

Answer: D

 

NEW QUESTION 20
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 Mam Page is handling exceptions?

  • A. 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.
  • 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. 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.
  • E. 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.

Answer: B

 

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

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

Answer: C

Explanation:
Explanation/Reference: https://www.rpatraining.co.in/blue-prism-interview-questions/

 

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

Answer: B

 

NEW QUESTION 23
С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. 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.
  • B. 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.
  • C. 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.
  • D. There is nothing wrong with the Main Page flow shown in the image, it is a copy of Blue Prism's standard Process Template.
  • E. 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.

Answer: E

Explanation:
Explanation

 

NEW QUESTION 24
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. 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.
  • 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. 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.
  • D. 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.
  • E. The Exception Block in the image should be extended to cover all stages in the flow rather than just 4 sub- pages.

Answer: E

 

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

Answer: A

 

NEW QUESTION 26
Examine the Process below:

An error has been encountered on Page 1 and the exception has bubbled up to be recovered in the Recover 1 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 27
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. An exception will be thrown
  • B. The flow will pass through calculation stage "B"
  • C. The flow will pass through calculation stage "C"
  • D. The flow will pass through calculation stage "A"

Answer: B

 

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

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

Answer: C,D

 

NEW QUESTION 29

What is wrong with the flow shown in the image?

  • A. The resume stage must also be within the exception block
  • B. 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.
  • C. 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.
  • D. Sub-pages should not have retry logic, exception handling should be in the object level rather than in the process.

Answer: C

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

 

NEW QUESTION 30
When considering an element's attributes in Application Modeller which of the following statements are true?

  • 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

 

NEW QUESTION 31
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 32
Which of the following indicates a case in a Work Queue is an exception?

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

Answer: C

 

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

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

Answer: D

Explanation:
Explanation/Reference:

 

NEW QUESTION 34
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
  • D. The list of attributes may vary from application type to application type

Answer: B,C,D

Explanation:
Explanation
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.

 

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

What is wrong with the flow shown in the image?

  • A. The resume stage must also be within the exception block
  • B. 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.
  • C. Sub-pages should not have retry logic, exception handling should be in the object level rather than in the process.
  • D. 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.

Answer: D

 

NEW QUESTION 36
Which of the following Stages can be found in Process Studio AND Object Studio?
A)

B)

C)

D)

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

Answer: D

 

NEW QUESTION 37

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

Answer: B

 

NEW QUESTION 38
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:
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 39
You identify an element in Application Modeller but when you highlight or use that element Blue Prism gives you an error message saying that duplicate elements were found.
Which of the following statements is true?

  • A. You will need to make the attributes you have selected dynamic. This will allow your flow to loop around, incrementing the attribute value until the correct element is found and used.
  • B. It will not be possible to interface with the element in a unique way. You will need to use Surface Automation techniques for this element.
  • C. It is common for duplicate elements to be found based upon the attributes that are ticked by default using the Blue Prism product. Time needs to be spent experimenting with the attribute ticks until a unique, reliable, and consistent selection of attributes are found.
  • D. A code stage interface will need to be created and used for this application, this will give you more flexibility to interact with the application elements.

Answer: A

 

NEW QUESTION 40
Which of the following Stages can be found in Process Studio AND Object Studio?
A:

B:

C:

D:

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

Answer: D

 

NEW QUESTION 41
Study the process flow below:

The outputs for the Get Next Case are configured below:


What is the correct configuration of the Expression in the "Case-Returned" decision stage?
A:

B:

C:

D:

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

Answer: D

 

NEW QUESTION 42
......


How to study the AD01 Exam

Prep4sures 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.

 

AD01 Dumps PDF and Test Engine Exam Questions: https://realdumps.prep4sures.top/AD01-real-sheets.html