Get Mar-2023 Dumps to Pass your AD01 Exam with 100% Real Questions and Answers [Q10-Q35] | DumpsMaterials

Get Mar-2023 Dumps to Pass your AD01 Exam with 100% Real Questions and Answers [Q10-Q35]

Share

Get Mar-2023 Dumps to Pass your AD01 Exam with 100% Real Questions and Answers

Updated Exam AD01 Dumps with New Questions


For more info visit:

AD01 Exam Reference

 

NEW QUESTION 10
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 elements are not being found.
What is the most likely cause of this behaviour?

  • A. Intelligent Wait stages have not been used in line with Blue Prism best practices within Business Object Actions
  • B. The Business Object Action has not been published, therefore, it cannot be used by a Process in Control Room.
  • C. Exception handling best practice has not been incorporated into the Process design
  • D. The target application has changed in design

Answer: A

 

NEW QUESTION 11
The main menu of the application Centrix Data Solutions consists of a series of buttons, as displayed below:

When the buttons spied, the element attributes are all identical, with the exception of the Window Text attribute which differs. The Window Text values for each of the buttons displayed above, are 'HOME', 'ORDERS', 'CUSTOMER', 'STOCK', 'INBOX', 'SETTINGS' and 'EXIT'.
It is described to use a single Dynamic element to interact with each of the menu buttons. The Dynamic button element has been spied and has the following attributes set:

A Navigate stage has been configured to press the ORDERS button:

To ensure the Navigate stage can click the ORDERS button successfully, what additional configuration is required in the Navigate stage?

  • A. Using the Params button to open the Application Element Parameters window, the Window Text match value must be set to "ORDERS"
  • B. The ORDERS button cannot be clicked using this Dynamic button element, because the Window Text attribute value in Application Modeller is set as EXIT
  • C. Update the 'Mouse Button' Inputs value to "ORDERS1
  • D. A new element is required with the Window Text value set to 'Orders' and the Match Type set to equal

Answer: A

 

NEW QUESTION 12
The Work Queue "Customer Onboarding" has a number of Pending Items which may be tagged as
"Domestic", "Retail" or "Business". There is also a tag for the 8 digit product code formatted as "Product Code:
{product code}" e.g. Product Code: CA123456.
What is the correct configuration to get the next item from the queue that:
* Isn't applying for a loan product i.e. Product Code doesn't begin with "LN" And
* Is a domestic customer

  • A. Configure "Domestic; -Product Code: LN?" in the Tag Filter parameter
  • B. Configure "Domestic; -Product Code: LN*" in the Tag Filter parameter
  • C. Configure "Domestic and Product Code: <> LN?" in the Tag Filter parameter
  • D. Configure "Domestic + [Product Code] <> LN*" in the Tag Filter parameter

Answer: D

 

NEW QUESTION 13
Study the following process flow:

This is the Main Page of a simple process which calls the Page Calculation before completing.
The data items are configured as follows:
* X is a Number data item with an initial value of 20
* Y is a Number data item with an initial value of 5
* Result is a Number data item with no initial value
The Calculation Page stage is configured as follows:

The Calculation Page is as follows:

The Data Items are configured as follow:
* X is a Number data item with an initial value of 10
* Y is a Number data item with an initial value of 5
* Result is a Number data item with no initial value
The Start Stage is configured pass through the X and Y values an input parameters The divide calculation stage expression is [X] / [Y] The end stage is configured to pass back the results value as an output parameter.
What will be contained in the Result Data Item on the Main Page following the execution of the Process?

  • A. No Value
  • B. 0
  • C. 1
  • D. 2

Answer: B

 

NEW QUESTION 14
What is wrong with the flow shown in the image?

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

Answer: A

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

 

NEW QUESTION 15
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 16
What will be the outcome after the page has run?

  • A. Data Item Output Value contains C
  • B. An Internal Exception will be thrown
  • C. Data Item Output Value contains A
  • D. Data Item Output Value contains B

Answer: B

 

NEW QUESTION 17
Study the following process flow on the Main Page of a process where the intention is to preserve the current exception.

What is wrong with the design?

  • A. The exception caught by Recover2 will not be preserved by the Re-Throw Exception stage
  • B. Because the flow is on the Main Page of the process there should not be a 'Re-Throw' Exception stage as there are no parent/calling pages for the exception to bubble up' to.
  • C. The Send Alerts process will never be run
  • D. The exception handling is not within an Exception Block.

Answer: A

 

NEW QUESTION 18
Study at the following diagram which is an extract from a sub-page of 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 out (SHIFT+ F11) when debugging the process?

  • A. The process will work all stages in the 'Access Customer Account1 page until the error is thrown and then focus would move to the "Recover 1 stage
  • B. The process will work all stages in the "Access Customer Account page until the error is thrown and then focus would move to the breakpoint at "Get Customer Details" stage.
  • C. The process will work all stages in the "Access Customer Account" page until the error is thrown and then focus would move to the "Exception 1 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 stage containing the error on the "Access Customer Account" page,

Answer: A

 

NEW QUESTION 19
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 System Manager
  • B. When the configuration is run in Control Room, it will become stuck in an infinite loop
  • C. 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
  • D. 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

Answer: A

 

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

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

Answer: A,D

 

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

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

Answer: B

Explanation:
Explanation
Reason: As the business object is only configure in the Object studio.

Rest all other reasons are failed.

 

NEW QUESTION 22
Consider the following flow in an object:

Which of these statements is true?

  • A. The flow shown in the diagram is correct, the wait stages are all adding a high level of robustness to the action
  • B. Only the first wait stage in this flow is required, all the other wait stages should be removed.
  • C. The wait stages after read and write stages should be removed they are not required and are slowing the flow down
  • D. The wait stages after read stages should be removed, the wait stages after write stages should be left because the application will have been changed

Answer: C

 

NEW QUESTION 23
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 problem do you see with the flow?

  • A. The Resume stage is not within the same Exception Block as the Recover stage and therefore will not work.
  • B. The credentials stage is a read stage not a write stage.
  • C. There is a potential for an infinite loop if the ‘Credentials’ stage keeps throwing an exception for some unforeseen reason.
  • D. There is no need for a wait stage in the flow.

Answer: C

 

NEW QUESTION 24
An action called 'Get Account details' fails with the following exception detail:

Which of the following could cause this exception?

  • A. The Business Object has not been coupled to the application by either launching it or attaching to it.
  • B. The Read Details action is not connected to another stage so cannot execute.
  • C. An internal error always indicates a problem with the Blue Prism product. The Blue Prism support team should be contacted for assistance.
  • D. The Read Details action in the Get Account Details Business Object no longer exists but the Process is attempting to use it.

Answer: A

 

NEW QUESTION 25
The Work Queue "Customer Onboarding" has a number of Pending Items which may be tagged as
"Domestic", "Retail" or "Business".
What is the correct configuration to get the next item from the queue that is tagged either "Retail" or
"Business"?

  • A. Configure "Retail+Business' in the Tag Filter parameter
  • B. Configure "-Domestic" in the Tag Filter parameter
  • C. Configure "Retail;Business" in the Tag Filter parameter
  • D. Configure "Retail or Business" in the Tag Filter parameter

Answer: D

 

NEW QUESTION 26
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. There is nothing wrong with the object flow shown in this image.
  • C. The Exception Block should be removed from the page so that all exceptions on that page can be recovered.
  • D. There is a risk of the flow causing an infinite loop

Answer: D

 

NEW QUESTION 27
A business object needs to use a Global Send Keys stage to populate the User Name field in an application entitled Workflow. The application is in focus and cursor is in the User Name field. In order to configure the Global Send Keys, which element needs to be placed in the Element field of the stage below?

  • A. Workflow
  • B. Main Window
  • C. Login Window
  • D. Username (Edit Field)

Answer: D

Explanation:
Explanation
Reason: As we need to pass the values in the username so the values of username to be passed only in the username element. As Rest other options are having only the outer area of the spied application.

 

NEW QUESTION 28
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. 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.
  • 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. 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.
  • 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

Explanation:
Reason: Is is common as the duplicate elements we are found by default as the attributes are provided by the application not by the blue prism. how do make our elements unique is not done by practicing and experience. ( This is also mentioned in the Foundation course and as well as in other Pdf too)

 

NEW QUESTION 29
Exhibit:

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

Answer: D

 

NEW QUESTION 30
Study the following process flow:

The Calculation Page stage is configured as follows:

The Calculation Page is as follows:

The Data Items are configured as follow:
* X is a Number data item with an initial value of 10
* Y is a Number data item with an initial value of 5
* Result is a Number data item with no initial value
The Start Stage is configured pass through the X and Y values as input parameters.
The divide calculation stage expression is [X] / [Y]
The end stage is configured to pass back the results value as an output parameter.
What will be contained in the Result Data Item on the Mam Page following the execution of the Process?

  • A. No Value
  • B. 0
  • C. 1
  • D. 2

Answer: B

 

NEW QUESTION 31
According to Blue Prism best practice which of the following information would be appropriate to store in a Work Queue tag? (select 3 responses)

  • A. Something that identifies the type of process scenario. Example of tags might include: Invalid Product, Unrecognised customer, Goneaway Marker, Invalid Status
  • B. Something that identifies the type of work that was performed Example tags might be: Funds Transferred, SIM Card Requested, Account, Closed, Account Suspended, Account Noted
  • C. Something that identifies the client record to make work queue items easier to search. Example tags might be a phone number, customer reference number or ID, customer full name. For example:
    +4407994446767, 00023231 A; Mr John A Smith
  • D. Something that identifies the source of work. Example of tags might include: Email, Web Form, Excel Adhoc. Database
  • E. Details of an exception that has occurred. For example: The Login Screen was not found.
  • F. Something that identifies exact datetime of a step in the process. Example of tags might include Account Closed 20/03/2017 12:12:16, Work Completed 20/03/2017 12:12:16: Request Loaded 20/03/2017 12:12:16

Answer: E

 

NEW QUESTION 32
Examine the process flow:

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 outputs a result to the “Attempts” data item To enable this to work correctly, what is the correct expressions for the ‘Increment Attempts’ calculation stage?

  • A. [Max] + 1
  • B. Attempts + 1
  • C. +1
  • D. [Attempts] + 1

Answer: B

 

NEW QUESTION 33
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. The Retry Count is not being incremented for each retry.
  • 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. There is a missing Recover stage on one of the routes through the flow.

Answer: D

Explanation:
Explanation
C,D

 

NEW QUESTION 34
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. 0
  • B. The loop will be infinite
  • C. 1
  • D. It's impossible to tell. There is no loop counter.

Answer: A

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

100% Pass Guarantee for AD01 Exam Dumps with Actual Exam Questions: https://www.dumpsmaterials.com/AD01-real-torrent.html