[2021] Use Valid New ASD01 Test Notes & ASD01 Valid Exam Guide [Q18-Q35]

Share

[2021] Use Valid New ASD01 Test Notes & ASD01 Valid Exam Guide

ASD01 Actual Questions Answers PDF 100% Cover Real Exam Questions


Blue Prism ASD01 Exam Syllabus Topics:

TopicDetails
Topic 1
  • Data management
  • Case management
  • Object design
Topic 2
  • Workload management
  • Web services
Topic 3
  • Designing for unattended automation
Topic 4
  • Recoverability and scalability
  • Sub-processes and wrapper objects

 

NEW QUESTION 18
The status of a Work Queue can be used as a method of recording that work has been done so far on a Work Queue item.
Please consider the following statements:
1. For MI, to easily see how far an item has been worked.
2. To aid manual working of exceptions, providing the Item Status can inform staff what work is still outstanding on an item that needs manually.
3. To enable Work Queue items to be safely retried, a process can use the item status to know which updates have already been performed so that they are not repeated.
4. To record the Customer's Surname

  • A. 1, 2 and 3 only
  • B. 2 and 3 only
  • C. 1, 2, 3 and 4
  • D. 2 only

Answer: D

 

NEW QUESTION 19
Imagine a DR scenario where the main Production database goes down one afternoon. All processes use work queues and all new work is loaded first thing each morning. The database is backed up regularly but not in real time, so the restored back up will be slightly out of date, say by 1 hour. If the backup was restored, and processes were restarted what would be the effect? (select 2 responses)

  • A. The processes would resume with the queue item being worked at the time of the incident
  • B. The queue item being worked at the time of the incident would be automatically marked as an exception.
  • C. The processes would resume with the next available queue item
  • D. The queue item being worked at the time of the incident would need to be manually marked as an exception.
  • E. The work queue would automatically ensure no cases is duplicated.

Answer: B,C

 

NEW QUESTION 20
Consider the following high-level design.

The application concerned is prone to being sluggish or even unresponsive at times. As the solution designer you should anticipate that there will be system exceptions and that after an exception case the application might not be in an ideal state.
What should you do? (Choose three.)

  • A. Add 'clean up' logic to get the application in the right position after Work Step3.
  • B. Add 'clean up' logic to get the application in the right position before Work Step1.
  • C. Move Log Into Application to be before Work Step1 and move Log Out of Application to be after Step3.
  • D. Restart the application if attempts to navigate back to the home position fail.
  • E. Kill the application after each case and log back in to ensure the next case starts in the right position.
  • F. Instruct the developer to build objects capable of navigating the application back to the home position.
  • G. Add 'clean up' logic to get the application in the right position after Apply Queue Item Result.

Answer: E,F,G

 

NEW QUESTION 21
A retail bank has promoted 2 Blue Prism processes to production
1. Email poller
2 Customer onboarding
3. Direct Debit Cancellations
One instance of the email poller process will run 24/7 feeding work queues for the other two processes.
Three instances of the Customer onboarding process will run between 6am and 11 pm each day on three separate VMs One instance of the Direct Debit Cancellations process will run between 6am and 4pm each day on the same VM as the Email poller process What is the maximum number of Blue Prism licenses that will be consumed each day?

  • A. 0
  • B. 1
  • C. 2
  • D. 3

Answer: D

 

NEW QUESTION 22
VivaBank have an account closure process that can take up to three days to close an account. All requests within the bank's core system to close an account take place overnight during batch processing. There are two scenarios:

The timings relate to the expected automation time.
All requests will arrive in a Blue Prism work queue from multiple channels using either web services or other Blue Prism processes.
The following detail from the Functional Requirement Questionnaire must be considered:
* Cases must be processed on the same day if they come in between 08:00 and 22:00 Monday to Friday
* Exception cases are to be emailed to the manual team during processing as and when they occur.
* It is expected that up to 200 cases can be expected per day.
The Blue Prism solution consists of four processes and four Blue Prism Work Queues.

Cases come into the Account Closures Work Queue and are processed by the Account Closure process which determines if they are "Nil Balance" or "Balance to Transfer" scenarios. Before adding the case to the relevant work queue, a check is made to see if an identical key has been added to the work queue today. If so the case is not added.
The Transfer Balance process work its queue and, for each successfully processed case, adds case to the Close Account queue.
The Close Account process works its queue and, for each successfully processed case, adds a case to the Confirm Closure queue with the case deferred to 08:00 the next day.
The Confirm Closure process completes the sequence by confirming that the account is finally closed.
A scheduler has been created to start all four processes at 08:00. Each process shall be configured to finish accordingly:

Please select from the statements below the ones you consider to be correct. (Choose two.)

  • A. As an alternative the solution could use just one queue instead of four.
  • B. Exception cases should not be distributed whilst the processes are running and instead should be distributed when each process has completed.
  • C. All processes should be merged into one process to optimize licenses.
  • D. There should be a separate work queue for each channel feeding the process.
  • E. The Confirm Closure process should work until 22:00.

Answer: D,E

 

NEW QUESTION 23
The following Object Design has been created for a mainframe banking application.

Which of the following statements about the Object design above are correct? (Choose two.)

  • A. The object design facilitates a scalable design that will reduce the impact of change when the object layer needs altering.
  • B. The design complies with Blue Prism design best practice.
  • C. There is no need for attach actions to be replicated across all the objects.
  • D. The Add Note action in the "BankHost - Notepad" business object does not require an input for Type as the process definition document states that 'Information' will always be selected for this process.
  • E. The object design should be simplified by storing all BankHost actions in the same object.

Answer: A,B

 

NEW QUESTION 24
Consider the following high-level design. The solution is intended to read medical data from one application in order to update another An input file is prepared by an overnight batch run for the solution to work through each morning before patients arrive. Usually the input file is fairly small but at certain times each month the file is much larger.

Which of these options should be considered by the process solution designer to guarantee the quality of the end-to-end solution? (select 4 responses)

  • A. The solution should use an environment lock to ensure the file can only be accessed by one Resource PC at a time.
  • B. Each Resource PC should be set to take a different row from the others, e, g. RPC-A works rows t, 4, 7,
    10 etc., RPC-B works 2, 5. 8 etc and RPC-C works 3, b, 9 etc.
  • C. The solution should start by loading the file data into a work queue.
  • D. The file should be updated at the start of each case to prevent other RPCs from working it.
  • E. Once in production the clinic should wait until the solution has completed before admitting patients
  • F. The solution should log in to the applications before starting the case working loop
  • G. The solution should log out from applications after exiting working loop.
  • H. Once in production the process controller should ensure that the process is only ever run on one Resource PC
  • I. The batch run should create multiple input files so that each Resource PC has its own file to work with
  • J. The file should be updated after each case to indicate that the case has been worked.
  • K. The solution should split the file into pieces to distribute to each Resource PC.

Answer: A,C,D,F

 

NEW QUESTION 25
Which of the following accurately describes best practice when work is sourced from an application's workflow system?

  • A. Blue Prism cannot source work from an application's workflow system
  • B. When sourcing work from an applications workflow system, case data should be stored in an excel document
  • C. There is no need to use a Blue Prism queue as workflow is managed within the application
  • D. Even though there is a workflow system managing and allocating work, a Blue Prism Work Queue should still be used

Answer: C

 

NEW QUESTION 26
When designing business objects which of the following statements is true? (select 3 responses)?

  • A. It's good practice to split application logic into multiple objects to minimise the process dependencies.
  • B. It's good practice to keep application logic in one business object so that the process is more efficient
  • C. It's good practice to split application logic into multiple objects to minimize the effect of change
  • D. It's good practice to keep application logic in one business object so that developers know where to find it.
  • E. It's best practice to keep application logic in one business object so that there is a single point of reference.
  • F. It's good practice to split application logic into multiple objects so that the process is more efficient.
  • G. It's good practice to keep application logic in one business object to minimise the process dependencies.

Answer: A,C,F

 

NEW QUESTION 27
The status of a Work Queue can be used as a method of recording what work has been done so far on a Work Queue item Please consider the following statements:
1. For Ml, to easily see how far an item has been worked
2 To aid manual working of exceptions, providing the Item Status can inform staff what work is still outstanding on an item that needs manually completing
3. To enable Work Queue items to be safely retried, a process can use the item status to know which updates have already been performed so that they are not repeated
4 To record the Customer's Surname
Which of the statements are valid reasons for updating a case status?

  • A. 2 only
  • B. 1, 2 and 3
  • C. 2 and 3 only
  • D. 1 ,2, 3 and 4

Answer: B

 

NEW QUESTION 28
Imagine you are designing the application integration logic for a solution. One of the applications involved is one you have not automated before but it is widely used and the project is the first in a series for this client.
Which of the following are valid considerations when designing business objects? (select 2 responses)

  • A. Any new application should be assessed to find the appropriate integration technique and identify any potential technical issues.
  • B. It's best that each process uses its own business objects to keep it separate from any other.
  • C. The first Production process to automate an application should not share its integration logic with any other because there will invariably be teething problems during an initial implementation.
  • D. It's best that objects are designed to be reusable and are not made bespoke for one process.
  • E. When an application is automated for the first time a single business object should be used to isolate the first process from any that follow.

Answer: A,D

 

NEW QUESTION 29
VivaBank have an account closure process that can take up to three days to close an account. All requests within the bank's core system to close an account take place overnight during batch processing. There are two scenarios:

The timings relate to the expected automation time.
All requests will arrive in a Blue Prism work queue from multiple channels using either web services or other Blue Prism processes.
The following detail from the Functional Requirement Questionnaire must be considered:
* Cases must be processed on the same day if they come in between 08 00 and 22:00 Monday to Friday
* Exception cases are to be emailed to the manual team during processing as and when they occur.
* It is expected that up to 200 cases can be expected per day.
The Blue Prism solution consists of four processes and four Blue Prism Work Queues.

Cases come into the Account Closures Work Queue and are processed by the Account Closure process which determines if they are ^Nil Balance" or "Balance to Transfer" scenarios. Before adding the case to the relevant work queue, a check is made to see if an identical key has been added to the work queue today. If so the case is not added.
The Transfer Balance process works its queue and, for each successfully processed case, adds case to the Close Account queue.
The Close Account process works its queue and. for each successfully processed case, adds a case to the Confirm Closure queue with the case deferred to 08:00 the next day.
The Confirm Closure process completes the sequence by confirming that the account is finally closed.
A scheduler has been created to start all four processes at 08:00. Each process shall be configured to finish accordingly:

Please select from the statements below the ones you consider to be correct (select 2 responses

  • A. All processes should be merged into one process to optimize licenses
  • B. The Confirm Closure process should work until 22:00
  • C. Exception cases should not be distributed whilst the processes are running and instead should be distributed when each process has completed
  • D. There should be a separate work queue for each channel feeding the process.
  • E. As an alternative the solution could use just one queue instead of four

Answer: B,D

 

NEW QUESTION 30
If a solution is to make use of a queue with Maximum Attempts greater than 1, what should the designer put in place? (Choose two.)

  • A. Logic to identify the progress made by previous attempts to work a case.
  • B. Logic to ensure that the next attempt to work a case is executed on the same machine as the previous attempt.
  • C. Logic to ensure that the next attempt to work a case is executed on a different machine from the previous attempt.
  • D. A decision whether or not to use an available retry item before marking an item as an exception.
  • E. A decision whether or not to use an available retry item after marking an item as an exception.
  • F. A decision whether or not to use an available retry item after marking an item complete.
  • G. A decision whether or not to use an available retry item before marking an item complete.

Answer: B,G

 

NEW QUESTION 31
When designing business objects which of the following statements is true? (Choose three.)

  • A. It's good practice to split application logic into multiple objects so that the process is more efficient.
  • B. It's a good practice to split application logic into multiple objects to minimize the process dependencies.
  • C. It's a good practice to split application logic into multiple objects to minimize the effect of change.
  • D. It's good practice to keep application logic in one business object so that developers know where to find.
  • E. It's good practice to keep application logic in one business object to minimize the process dependencies.
  • F. It's a good practice to keep application logic in one business object so that the process is more efficient.
  • G. It's best practice to keep application logic in one business object so that there is a single point of reference.

Answer: C,E,G

 

NEW QUESTION 32
Which of the following statements about Blue Prism and Web Services is correct?

  • A. Only Blue Prism Business Objects can be exposed as a Web Service
  • B. Both Blue Prism Processes or Business Objects can be exposed as a Web Service
  • C. Only Blue Prism Processes can be exposed as a Web Service
  • D. Neither Blue Prism Processes or Business Objects can be exposed as a web Service

Answer: B

 

NEW QUESTION 33
An Insurance company has created 4 Blue Prism processes:
1. Change of Address
2. Claims Processing
3. Renewals
4. Order Letter
The Order Letter process is not a published process but is called as a sub process by each of the 3 other processes.
Each day at 6am a scheduler starts:
* 3 instances of the Renewals process on the same virtual machine
* 2 instances of the Claims Processing process on 2 different virtual machines
* 1 instance of the Change of Address process on its own virtual machine How many licenses will be consumed by the running processes?

  • A. 0
  • B. 1
  • C. 2
  • D. 3

Answer: A

 

NEW QUESTION 34
If a solution is to make use of a queue with Maximum Attempts greater than 1. what should the designer put in place? (select 2 responses)

  • A. Logic to identify the progress made by previous attempts to work a case.
  • B. A decision whether or not to use an available retry item before marking an item complete
  • C. Logic to ensure that the next attempt to work a case is executed on the same machine as the previous attempt.
  • D. Logic to ensure that the next attempt to work a case is executed on a different machine from the previous attempt.
  • E. A decision whether or not to use an available retry item after marking an item as an exception.
  • F. A decision whether or not to use an available retry item before marking an item as an exception
  • G. A decision whether or not to use an available retry item after marking an item complete.

Answer: C,E

 

NEW QUESTION 35
......

ASD01 Exam questions and answers: https://www.exam4docs.com/ASD01-study-questions.html