[Dec-2021] Use Real AD01 Dumps Free Sample Questions and Practice Test Engine [Q20-Q41]

Share

[Dec-2021] Use Real AD01 Dumps Free Sample Questions and Practice Test Engine

Pass Blue Prism AD01 exam - questions - convert Tets Engine to PDF


For more info visit:

AD01 Exam Reference


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 20
Which of the following statements about Business Objects is true?

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

Answer: B

Explanation:
Explanation

 

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

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

Answer: B

Explanation:
Explanation/Reference:

 

NEW QUESTION 22
When a process is running in Control Room which of the following functions within the process can be accessed from Control Room to request the process to stop?

  • A. IsStopRequestec?
  • B. StopNow()
  • C. IsStopRequested()
  • D. StopNow?
  • E. Stop()
  • F. Stop?

Answer: C

Explanation:
Reason: IsStopRequested() function is used for the immediate stop provided by the blueprism (mentioned in the foundation course)

 

NEW QUESTION 23
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 24
Consider the following flow in an object:

Which of the following statements are true?

  • A. There should be a wait stage after every stage in this flow (i.e. after the navigate, read, write stages)
  • B. If during testing in object studio this flow works no additional wait stages should be added as they will slow the interface down.
  • C. There just needs to be a wait stage after the start stage to correct this action.
  • D. There should be an intelligent wait stage after the start stage and after any stage that cause the application we are interfacing with to change

Answer: D

 

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

Answer: B

Explanation:
Explanation

 

NEW QUESTION 26
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 27

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 28
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 29
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 30
How can an environment variable value be updated? (Choose all that apply.)

  • A. By updating the value in Control Room.
  • B. By using the Internal – Environment Variables business object.
  • C. By changing the Blue Prism Server configuration.
  • D. By updating the value in System Manager.
  • E. By updating the value in Credential Manager.

Answer: B

 

NEW QUESTION 31
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 2
  • B. 1 and 4
  • C. 2 only
  • D. 2 and 3

Answer: A

 

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

Answer: D

 

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

Answer: C

 

NEW QUESTION 34
Consider the following diagram from an object studio action:

What is the problem with this flow?

  • A. There should be a wait stage at the end of the flow, before the end stage to ensure the flow logic has worked correctly
  • B. The Exception Block should be removed from the page so that all exceptions on that page can be recovered.
  • C. There is nothing wrong with the object flow shown in this image.
  • D. There is a risk of the flow causing an infinite loop

Answer: D

 

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

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

Answer: D

 

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

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

Answer: C

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

 

NEW QUESTION 37
What is the syntax for using a collection field in an expression?

  • A. Like this MyCollection[MyField]
  • B. Like this [MyCollection.MyField]
  • C. Like this MyCollection(MyField)
  • D. Like this MyCollection.MyField
  • E. Like this [MyCollection[MyField]]

Answer: B

 

NEW QUESTION 38
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 39
When building a solution to use Tags within a Work Queue, which of the following statements is correct true?

  • A. Adding a tag does not require an item to be locked
  • B. Adding a tag requires an item to be locked if there are multiple resources working the same queue
  • C. Adding a tag requires an item to be locked

Answer: A

 

NEW QUESTION 40
How many End Stages can a sub-page in a Process have?

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

Answer: C

Explanation:
Explanation/Reference:

 

NEW QUESTION 41
......


Who should take AD01 Exam?

The following candidates are suggested to appear:

  • RPA Enthusiast
  • Fresh graduates
  • For anyone who want to take their career, and salary, to a whole new level with an Blue Prism certification!
  • Easily secure job not even in IT

 

Pass Your AD01 Exam Easily - Real AD01 Practice Dump Updated Dec 10, 2021: https://www.passtestking.com/Blue-Prism/AD01-practice-exam-dumps.html

2021 Realistic Verified Free Blue Prism AD01 Exam Questions : https://drive.google.com/open?id=1kXfRkYdcmxTeq7jxz6ob3px26tx8YDd6