Authentic Best resources for AD01 Test Engine Practice Exam [Q27-Q49]

Share

Authentic Best resources for AD01 Test Engine Practice Exam

[2021] AD01 PDF Questions - Perfect Prospect To Go With ITexamReview Practice Exam

NEW QUESTION 27
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. Visible
  • B. Window Text
  • C. Class Name
  • D. Screen Visible

Answer: B

 

NEW QUESTION 28
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: B

 

NEW QUESTION 29
Study 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 "Recover1" stage.
  • B. The process will work 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 would move to the appropriate recover stage on the "Access Customer Account" page.
  • D. 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 Detail" stage.

Answer: C

 

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

  • A. A run mode of foreground will enable the business object to run at the same time as other foreground business objects.
  • 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. The run mode of a business object has no influence on how many business objects can be run at the same time.
  • D. A run move of exclusive cannot run at the same time as any other business object.

Answer: B

 

NEW QUESTION 31
A Blue Prism solution works fine when developing and testing it in Process and Object studio but when it is ran in Control Room exceptions occur because of screen elements not being found. What is the most likely cause?

  • A. The most likely cause for the errors is that the Object Studio action has not been published and therefore cannot be used by the Process in control room.
  • B. The most likely cause for the exceptions is that best practice exception handling has not been incorporated into the Process.
    Reason: This is because when we are running the process in testing and development phase at time the speed of running the process is slow, that's why it ran properly and when we haven't give the proper wait stage and when the process ran in control room the exception occurs as the process ran in full speed so the process is not having the time to wait.
    This is mentioned in the Process creation exercise or Lifecycle exercise.
  • C. The most likely cause for the errors is that your application has changed.
  • D. The most likely cause for the errors seen in Control Room is that best practice use of wait stages has not been followed.

Answer: D

 

NEW QUESTION 32
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 33
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. Username (Edit Field)
  • D. Login Window

Answer: C

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 34
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: A

 

NEW QUESTION 35
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 work that was performed Example tags might be: Funds Transferred, SIM Card Requested, Account, Closed, Account Suspended, Account Noted
  • B. 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
  • C. 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
  • D. Something that identifies the type of process scenario. Example of tags might include: Invalid Product, Unrecognised customer, Goneaway Marker, Invalid Status
  • E. Something that identifies the source of work. Example of tags might include: Email, Web Form, Excel Adhoc. Database
  • F. Details of an exception that has occurred. For example: The Login Screen was not found.

Answer: A,D,E

 

NEW QUESTION 36
Consider the following process flow:

What is the problem with this flow?

  • A. The Attach Block should be enlarged to also include the Waited Long Enough decision stage.
  • B. The 0.5 second wait stage should be removed so that the retries can be performed at full speed.
  • C. The flow contains a recover stage and a route from it without a resume stage. This will cause internal errors on future exceptions thrown in the same session.
  • D. The exception handling in this flow can be removed because an Attach action in a navigate stage should always work if configured correctly
  • E. There is nothing wrong with this flow.

Answer: E

Explanation:
Explanation
Reason: Nothing is wrong with this flow as there are proper block and recover and decision stages are used.

 

NEW QUESTION 37
The Order System application has been successfully launched and Blue Prism has navigated the application to the following screen:

There is a requirement to ensure this screen is in focus before any further interfacing is done with the screen.
Which is the correct configuration to ensure the New Order screen is in focus?
A)

B)

C)

D)

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

Answer: B

 

NEW QUESTION 38
The Order System application has been successfully launched and Blue Prism has navigated the application to the following screen:

There is a requirement to ensure this screen is in focus before any further interfacing is done with the screen. Which is the correct configuration to ensure the New Order screen is in focus?
A:

B:

C:

D:

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

Answer: B

 

NEW QUESTION 39
If you change an environment 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 resource PC starts
  • C. Next time the process starts
  • D. Immediately

Answer: A

 

NEW QUESTION 40
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 "Exception 1 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 breakpoint at "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 stage containing the error on the "Access Customer Account" page,

Answer: B

 

NEW QUESTION 41
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 should be an intelligent wait stage after the start stage and after any stage that cause the application we are interfacing with to change
  • D. There just needs to be a wait stage after the start stage to correct this action.

Answer: C

Explanation:
Explanation
Intelligent wait stage should always be used after every stage and that should be minute wait to overcome the lag when the application runs and on wait should only be used when some of action interfacing the screens or any updating is going on as per the best practices pdf

 

NEW QUESTION 42
Which of the following can you perform in me System -> Workflow area of Blue Prism? (select all that apply)

  • A. create a Work Queue
  • B. View the contents of a Work Queue
  • C. Refresh a Work Queue
  • D. Encrypt a Work Queue

Answer: A,D

 

NEW QUESTION 43
A process contains only 4 stages Study the following process flow:

The data Item Result' is a number data item with an initial value of 2.
The calculation stage is configured as follows:

Following the execution of the Perform Calculation stage, which of the following is true?

  • A. The data item Result will contain 5
  • B. None of these statements are correct
  • C. The data item Result will contain 3
  • D. The process will throw an exception

Answer: C

 

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

Which of the following could cause this exception?

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

Answer: D

Explanation:
Explanation
Reason: This is happening when the application is not attached or launched and user tries to read the action.
Exercise also mentioned in the foundation course. Below snapshot is from the Exception pdf.

 

NEW QUESTION 45
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 46
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 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 47
Consider the following diagram from an object studio action:

What is the problem with this flow?

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

Answer: A

 

NEW QUESTION 48
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: C

 

NEW QUESTION 49
......

Best updated resource for AD01 Online Practice Exam: https://www.itexamreview.com/AD01-exam-dumps.html

Realistic Practice AD01 Blue Prism Accredited Developer Exam Exam Braindumps: https://drive.google.com/open?id=1hwEHp5Py-RriUQVDZnGCpENLj480aloe