DumpsFree provides high-quality dumps PDF & dumps VCE for candidates who are willing to pass exams and get certifications soon. We provide dumps free download before purchasing dumps VCE. 100% pass exam!

[Oct-2024] Verified AD01 dumps Q&As - AD01 dumps with Correct Answers [Q17-Q38]

Share

[Oct-2024] Verified AD01 dumps Q&As - AD01 dumps with Correct Answers

The Best Blue Prism Developer Study Guide for the AD01 Exam


To prepare for the Blue Prism AD01 certification exam, you can enroll in official Blue Prism training courses or take advantage of third-party study materials. AD01 exam consists of 60 multiple-choice questions, and you have 90 minutes to complete it. Passing the exam requires a score of at least 70%, and you can retake the exam if you do not pass on your first attempt. With the Blue Prism AD01 certification, you can demonstrate your commitment to excellence in automation and position yourself as a leader in the field.

 

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

B)

C)

D)

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

Answer: B


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

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

Answer: A


NEW QUESTION # 19
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. 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.
  • B. 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
  • C. 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.
  • D. 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.

Answer: C

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


NEW QUESTION # 20
What is the Blue Prism Application Navigator

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

Answer: A


NEW QUESTION # 21
Which of the following indicates a case in a Work Queue is waiting to be worked?
A:

B:

C:

D:

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

Answer: B


NEW QUESTION # 22
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. The loop will be infinite
  • C. 1
  • D. 2

Answer: C


NEW QUESTION # 23
Examine the following sub-page of a Blue Prism Process:

The 'Decision A' stage properties window is displayed below:

The 'Decision B' stage properties window is displayed below:

The Calculation stages will output A, B or C to the Result data item.
What will the value of the Result data item be after this page has been run?

  • A. C
  • B. A
  • C. Blank - an internal exception will be thrown
  • D. B

Answer: B


NEW QUESTION # 24
A process contains only 4 stages. Study the following process flow.

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 week will be added to today's date and the result stored in the New Date data item.
  • B. The process will throw an exception as the New Date data item is null.
  • C. 5 days 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 # 25
If you change an environment variable when will the new value be available to the process?

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

Answer: C


NEW QUESTION # 26
Which of the following comments about an object's run mode is true?

  • A. The run mode of a business object has no influence on how many business objects can be run at the same time.
  • B. A run mode of background will enable the business object to run at the same time as other background, foreground and exclusive business objects.
  • C. A run move of exclusive cannot run at the same time as any other business object.
  • D. A run mode of foreground will enable the business object to run at the same time as other foreground business objects.

Answer: B


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

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

Answer: C

Explanation:
Explanation/Reference:
Reference: https://www.rpaforum.net/threads/global-send-keys-and-send-key-events.1587/


NEW QUESTION # 28
Examine the following Process flow:

The 'Customer Credits' Collection contains the following data:

The 'Customer Account Credits' loop is configured to loop through the 'Customer Credits' Collection.
The 'Total Credits' data item is configured as a number data item with an initial value of 0.
The 'Get Total Credits' Calculation stage contains the following expression:

What will the Total Credit data item value be after the page has executed?

  • A. An Internal Exception: 'Loop stage name mismatch' will be thrown
  • B. 0
  • C. 1
  • D. 2

Answer: A


NEW QUESTION # 29
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. 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.
  • 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. Type Business Exception in the Exception Type field and type a custom message in the Exception Detail field.

Answer: D


NEW QUESTION # 30

What is wrong with the flow shown in the image?

  • A. 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.
  • B. The resume stage must also be within the exception block
  • 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: C


NEW QUESTION # 31
FILL BLANK
Examine the following recover flow taken from a Blue Prism Process:

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

Answer:

Explanation:
ExceptionDetail()


NEW QUESTION # 32
Which of the following Work Queue icons indicates a case currently being worked?

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

Answer: C

Explanation:
* Understanding Work Queue Icons in Blue Prism:
* Work queue icons in Blue Prism provide a visual indication of the status of cases in the queue.
* Each icon represents a different state of a work queue item.
* Icons and Their Meanings:
* Option A (Flag): This typically indicates a flagged item, often used to mark items that need special attention or have been deferred.
* Option B (Lock): This represents a locked item, indicating that the item is locked and cannot be processed.
* Option C (Checkmark): This indicates that the item has been completed successfully.
* Option D (Three Dots): This icon represents a case currently being worked on by a digital worker.
* Conclusion:
* The icon that indicates a case currently being worked is Option D (three dots).
References:
* Blue Prism Developer Documentation: Work Queue Icons and Status Indicators
* Blue Prism Training Material on Work Queue Management


NEW QUESTION # 33
Examine the following Blue Prism Process flow:

The Process is intended to attempt to perform the processing enclosed in Block1 a maximum of three times before throwing an exception The 'Attempts' data item is a number data item with an initial value of 0.
The 'Max Attempts' data item is a number data item with an initial value of 3.
The 'Increment Attempts' Calculation stage increases the value of the 'Attempts' data item by 1.
To enable this to work correctly, what is the correction Expression for the 'Increment Attempts' Calculation stage?

  • A. Max Attempts + 1
  • B. [Attempts) + 1
  • C. {Attempts + 1
  • D. +1
  • E. Attempts +1

Answer: B

Explanation:
* Understanding the Process Flow:
* The process is designed to attempt the actions within Block1 up to three times before throwing an exception.
* The 'Attempts' data item starts at 0 and is incremented by 1 each time the Increment Attempts Calculation stage is executed.
* The 'Max Attempts' data item is set to 3, which represents the maximum number of allowed attempts.
* Calculation Stage Expression:
* The correct expression for incrementing the 'Attempts' data item should add 1 to the current value of 'Attempts'.
* In Blue Prism, data items are referenced using square brackets. Therefore, the correct expression should be [Attempts] + 1.
* Analysis of Options:
* Option A: +1 is incomplete and not correct.
* Option B: Attempts +1 is incorrect because it lacks the proper referencing syntax.
* Option C: Max Attempts + 1 is incorrect because it references the wrong data item and will result in the incorrect calculation.
* Option D: {Attempts + 1 is incorrect due to syntax issues.
* Option E: [Attempts] + 1 is the correct expression, using proper syntax to reference the
'Attempts' data item.
* Conclusion:
* The correct expression for the 'Increment Attempts' Calculation stage is E. [Attempts] + 1.
References:
* Blue Prism Developer Documentation: Calculation Stages
* Blue Prism Training Material on Data Item References


NEW QUESTION # 34
Please refer to the exhibit

An automation Start Up page has been created to launch and login to the Blue Prism Portal. The page has no Input or Output Parameters The page is run but causes an Exception What is the cause?

  • A. There is no action to retrieve the credentials from Credential Manager
  • B. The Username and Password Data Items contains no hard-coded credentials
  • C. The BP Portal Launch action should have a retry loop
  • D. The BP Portal. Go to LMS action should be inside the Login Block

Answer: A

Explanation:
* Credential Retrieval:
* The automation start-up page requires actions to retrieve the credentials from the Credential Manager to log in to the Blue Prism Portal.
* Cause of Exception:
* The exception is likely caused because there is no action to retrieve the username and password
* from the Credential Manager, leading to missing or incorrect credentials.
* Steps to Fix:
* Ensure that an action is included to retrieve the credentials from the Credential Manager before attempting to log in.
References:
* Blue Prism documentation on using the Credential Manager and best practices for secure credential handling.


NEW QUESTION # 35
Study the following image showing pan: of the flow within a process:

What problems do you see with the process flow? (select 2 responses)

  • A. There is a missing Resume stage on one of the routes through the flow.
  • B. There is a missing Recover stage on one of the routes through the flow.
  • C. If an exception is thrown in the Cancel Reservation page and is allowed to bubble up to be caught by the Recover stage, the Create Reservation action won't be retried.
  • D. The Retry Count is not being incremented for each retry.

Answer: C,D


NEW QUESTION # 36
How can an environment variable value be updated?

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

Answer: A


NEW QUESTION # 37
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 not a Resume stage following the timeout of the Wait 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. The credentials stage is a read stage not a write stage

Answer: B


NEW QUESTION # 38
......

AD01 certification guide Q&A from Training Expert DumpsFree: https://prep4sure.dumpsfree.com/AD01-valid-exam.html