[Jan-2022] Pass Blue Prism ASD01 Tests Engine pdf - All Free Dumps
Designing Blue Prism Process Solutions (EN) Practice Tests 2022 | Pass ASD01 with confidence!
Blue Prism ASD01 Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
NEW QUESTION 15
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 11pm 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: C
NEW QUESTION 16
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. The file should be updated at the start of each case to prevent other RPCs from working it.
- C. 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. - D. Once in production the process controller should ensure that the process is only ever run on one Resource PC
- E. The solution should split the file into pieces to distribute to each Resource PC.
- F. The solution should log out from applications after exiting working loop.
- G. The batch run should create multiple input files so that each Resource PC has its own file to work with
- H. Once in production the clinic should wait until the solution has completed before admitting patients
- I. The file should be updated after each case to indicate that the case has been worked.
- J. The solution should start by loading the file data into a work queue.
- K. The solution should log in to the applications before starting the case working loop
Answer: A,B,J,K
NEW QUESTION 17
Which of the following statements about using Work Queue designs to split a business process into a multi part robotic solution is correct?
1. Using multiple Work Queues and Processes for the different stages of the business process is a valid design option to split a business process into a multi part robotic solution
2 Using a single Work Queue and deferring cases for future processing is a valid design option to split a business process into a multi part robotic solution
3. Using an item's status to control when to work it is a valid design option to split a business process into a multi part robotic solution
4. You cannot split a business process into a mufti part robotic solution
- A. 1, 2 and 3
- B. 1 and 2 Only
- C. 1 and 3
- D. 4 only
Answer: A
NEW QUESTION 18
MedBank have recently introduced a new Credit Card platform Cred+ There is a requirement to migrate account and card details from the existing banking platform PCBS on to Cred+- Account IDs of the cases requiring data transfer will be held on a SQL database The requirement is that, for each account ID specified on the SQL database, the following data must be read from the PCBS application and input into the Cred+ application:
* Account ID
* Product Type
* Name
* Address
* Date of Birth
* Card PAN (Primary Account Number or credit card number)
* Card Issue Date
* Card Expiry Date
Once the data has been successfully input into Cred+ the correct record on the SQL database will be updated to indicate data transfer is complete. All work queues will be encrypted, however due to the sensitivity of the data. MedBank insist that a single robot account does not have access to both PCBS and CRED+ systems. The following high level design has been proposed:
Which of the following statements about the solution design are correct? (select 2 responses)
- A. If the PCBS application suffers an outage, all Blue Prism processes specified in this design must stop processing immediately
- B. The process Get PCBS Data should be stopped if the Cred+ application suffers an outage to prevent a backlog of cases in the PCBS Data work queue.
- C. Such sensitive data should not be stored in a Blue Prism work queue
- D. The solution enables multiple instances of the Get PCBS Data and Update Cred+ processes to run without risk of collision.
- E. To reduce the elapsed time of the end to end process, the Get Cases process should be run across multiple machines.
- F. There is a risk that the outcome of a data transfer will not be recorded in the SQL database.
Answer: D,E
NEW QUESTION 19
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. 2 and 3 only
- B. 1, 2, 3 and 4
- C. 1, 2 and 3 only
- D. 2 only
Answer: D
NEW QUESTION 20
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. A decision whether or not to use an available retry item before marking an item complete.
- B. A decision whether or not to use an available retry item after marking an item as an exception.
- C. Logic to ensure that the next attempt to work a case is executed on a different machine from the previous attempt.
- D. Logic to identify the progress made by previous attempts to work a case.
- E. Logic to ensure that the next attempt to work a case is executed on the same machine as the previous attempt.
Answer: A,E
NEW QUESTION 21
You are the Lead Developer tasked with delivering four processes for the same client. You have enough developers in the team to develop all the processes in parallel. All the processes have one application in common, another application is used by two processes and one process uses an application that none of the others do.
Which of the following statements is true?
- A. Other than the standard utilities, there should be 4 objects.
- B. Other than the standard utilities, there should be 7 objects.
- C. Other than the standard utilities, there should be 3 objects.
- D. It's not possible to determine how many objects there should be.
Answer: B
NEW QUESTION 22
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: B
NEW QUESTION 23
A process is required for a client in the banking sector that involves using an application to transfer funds between accounts A strong security model is in place to prevent any malicious activity but the client is nervous about the risk of external problems, like a power cut leaving a case in an incomplete state or a fault in the source data causing a case to be duplicated or an excessively large transfer to be made.
What should be included in the solution design? (select 3 responses)
- A. A different queue for each major processing step
- B. An exception handling procedure to track manual referrals.
- C. A key value that will uniquely identify queue items.
- D. A single queue that is cleared of all worked items at the start of each day.
- E. A requirement that the solution is never run on more than one machine
- F. A different process for each major processing step.
- G. Rules to limit transaction values.
Answer: A,B,C
NEW QUESTION 24
A process is required for a telecoms company to work cases supplied via a daily Excel file. Although the file will only contain around 1000 rows, the average case time is such that the workload is far too big for one machine to complete in a day, so the solution has been designed with multiple machines in mind. One machine will load the work queue while the others wait, then once the queue is ready all machines will work it together.
The requirements state that the input file is machine generated, has a known format, is generally clean but may contain exceptions - rows with an empty cell, partial phone numbers, or accounts that don't exist.
What should the solution do to combat this problem?
- A. The solution read the file and then loop through the resulting collection and discard any row with either missing, incomplete or invalid data. Then the 'clean' collection should then be loaded into the queue.
- B. The solution should apply a filter to the Excel file to hide any row with empty cells and only load the complete rows.
- C. The solution should validate the data and check that the accounts exist in the target applications beforehand, so that only clean cases are loaded into the queue.
- D. The solution should open the file and delete any row with either missing, incomplete or invalid data.
Then the 'clean' file should be read and the resulting collection added to the queue. - E. The solution should read the file and load the queue without validating the data. The data validation should be the first step in working a queue item, with invalid cases marked as exceptions.
Answer: A
NEW QUESTION 25
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. 1, 2 and 3
- B. 2 only
- C. 2 and 3 only
- D. 1 ,2, 3 and 4
Answer: A
NEW QUESTION 26
Which of the following statements about using Work Queue designs to split a business process into a multi part robotic solution is correct?
1. Using multiple Work Queues and Processes for the different stages of the business process is a valid design option to split a business process into a multi part robotic solution.
2. Using a single Work Queue and deferring cases for future processing is a valid design option to split a business process into a multi part robotic solution.
3. Using an item's status to control when to work it is a valid design option to split a business process into a multi part robotic solution.
4. You cannot split a business process into a multi part robotic solution.
- A. 1 and 2 Only
- B. 1, 2 and 3
- C. 1 and 3
- D. 4 only
Answer: C
Explanation:
Explanation/Reference:
NEW QUESTION 27
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. A decision whether or not to use an available retry item before marking an item complete.
- B. A decision whether or not to use an available retry item after marking an item as an exception.
- C. A decision whether or not to use an available retry item after marking an item complete.
- 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 before marking an item as an exception.
- F. Logic to identify the progress made by previous attempts to work a case.
- G. Logic to ensure that the next attempt to work a case is executed on the same machine as the previous attempt.
Answer: A,G
NEW QUESTION 28
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. Move Log Into Application to be before Work Step1 and move Log Out of Application to be after Step3.
- B. Add 'clean up' logic to get the application in the right position after Apply Queue Item Result.
- C. Kill the application after each case and log back in to ensure the next case starts in the right position.
- D. Instruct the developer to build objects capable of navigating the application back to the home position.
- E. Add 'clean up' logic to get the application in the right position after Work Step3.
- F. Add 'clean up' logic to get the application in the right position before Work Step1.
- G. Restart the application if attempts to navigate back to the home position fail.
Answer: B,C,D
NEW QUESTION 29
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 be the process solution designer to guarantee the quality of the end-to-end solution? (Choose four.)
- A. The solution should log in to the applications before starting the case working loop.
- B. Once in production the process controller should ensure that the process is only ever run on one Resource PC.
- C. Each Resource PC should be set to take a different row from the others, e.g. RPC-A works rows 1, 4, 7,
10 etc., RPC-B works 2, 5, 8 etc. and RPC-C works 3, 6, 9 etc. - D. The batch run should create multiple input files so that each Resource PC has its own file to work with.
- E. The solution should use an environment lock to ensure the file can only be accessed by one Resource PC at a time.
- F. The file should be updated at the start of each case to prevent other RPCs from working it.
- G. The solution should split the file into pieces to distribute to each Resource PC.
- H. The solution should start by loading the file data into a work queue.
- I. Once in production the clinic should wait until the solution has completed before admitting patients.
- J. The solution should log out from applications after existing working loop.
- K. The file should be updated after each case to indicate that the case has been worked.
Answer: A,C,F,I
NEW QUESTION 30
A process is required for a client in the banking sector that involves using an application to transfer funds between accounts. A strong security model is in place to prevent any malicious activity but the client is nervous about the risk of external problems, like a power cut leaving a case in an incomplete state or a fault in the source data causing a case to be duplicated or an excessively large transfer to be made.
What should be included in the solution design? (Choose three.)
- A. A different queue for each major processing step.
- B. An exception handling procedure to track manual referrals.
- C. Rules to limit transaction values.
- D. A requirement that the solution is never run on more than one machine.
- E. A key value that will uniquely identify queue items.
- F. A single queue that is cleared of all worked items at the start of each day.
- G. A different process for each major processing step.
Answer: C,E,G
NEW QUESTION 31
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. A decision whether or not to use an available retry item after marking an item complete.
- B. A decision whether or not to use an available retry item after marking an item as an exception.
- C. Logic to ensure that the next attempt to work a case is executed on a different machine from the previous attempt.
- D. Logic to identify the progress made by previous attempts to work a case.
- E. A decision whether or not to use an available retry item before marking an item as an exception
- F. A decision whether or not to use an available retry item before marking an item complete
- G. Logic to ensure that the next attempt to work a case is executed on the same machine as the previous attempt.
Answer: B,G
NEW QUESTION 32
You are the Lead Developer tasked with delivering four processes for the same client. You have enough developers in the team to develop all the processes in parallel. All the processes have one application in common, another application is used by two processes and one process uses an application that none of the others do. Which of the following statements is true?
- A. Other than the standard utilities, there should be 4 objects.
- B. Other than the standard utilities, there should be 3 objects.
- C. It's not possible to determine how many objects there should be.
- D. Other than the standard utilities, there should be 7 objects.
Answer: C
NEW QUESTION 33
......
Online Exam Practice Tests with detailed explanations!: https://www.practicetorrent.com/ASD01-practice-exam-torrent.html