[Oct-2021] Get 100% Real ASD01 Exam Questions, Accurate & Verified ValidVCE Dumps in the Real Exam!
Pass Your Blue Prism Solution Designer Exams Fast. All Top ASD01 Exam Questions Are Covered.
NEW QUESTION 10
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: B
NEW QUESTION 11
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, 3 and 4
- B. 2 and 3 only
- C. 2 only
- D. 1, 2 and 3
Answer: D
NEW QUESTION 12
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. It's best that objects are designed to be reusable and are not made bespoke for one process.
- B. 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.
- C. 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.
- D. Any new application should be assessed to find the appropriate integration technique and identify any potential technical issues.
- E. It's best that each process uses its own business objects to keep it separate from any other.
Answer: A,D
NEW QUESTION 13
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 log in to the applications before starting the case working loop
- B. The file should be updated after each case to indicate that the case has been worked.
- C. The solution should log out from applications after exiting working loop.
- D. The batch run should create multiple input files so that each Resource PC has its own file to work with
- E. The file should be updated at the start of each case to prevent other RPCs from working it.
- F. The solution should use an environment lock to ensure the file can only be accessed by one Resource PC at a time.
- G. Once in production the clinic should wait until the solution has completed before admitting patients
- H. Once in production the process controller should ensure that the process is only ever run on one Resource PC
- I. 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. - J. The solution should start by loading the file data into a work queue.
- K. The solution should split the file into pieces to distribute to each Resource PC.
Answer: A,E,F,J
NEW QUESTION 14
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 process for each major processing step.
- B. A different queue for each major processing step
- C. A single queue that is cleared of all worked items at the start of each day.
- D. Rules to limit transaction values.
- E. A requirement that the solution is never run on more than one machine
- F. A key value that will uniquely identify queue items.
- G. An exception handling procedure to track manual referrals.
Answer: B,F,G
NEW QUESTION 15
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? (Choose two.)
- A. The work queue would automatically ensure no cases is duplicated.
- B. The queue item being worked at the time of the incident would need to be manually marked as an exception.
- C. The queue item being worked at the time of the incident would be automatically marked as an exception.
- D. The processes would resume with the queue item being worked at the time of the incident.
- E. The processes would resume with the next available queue item.
Answer: C,E
NEW QUESTION 16
Which of the following statements about Blue Prism and Web Services is correct?
- A. Neither Blue Prism Processes or Business Objects can be exposed as a web Service
- B. Only Blue Prism Processes can be exposed as a Web Service
- C. Only Blue Prism Business Objects can be exposed as a Web Service
- D. Both Blue Prism Processes or Business Objects can be exposed as a Web Service
Answer: D
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. 4 only
- B. 1 and 3
- C. 1 and 2 Only
- D. 1, 2 and 3
Answer: D
NEW QUESTION 18
A process definition document has been produced for a process that interfaces with two applications: FirstApp and Customer Information (CI). The process requirement is to perform data extraction from FirstApp before performing a number of steps in the CI application.
It is estimated that to perform the daily case volume within SLA's will require 10 robots. Average case time is approximately 10 minutes, with the FirstApp steps requiring only 1 minute to perform.
The client has a limited number of licenses for the FirstApp application and is reluctant to use 10 of these licenses to automate the process.
Which of the below is a valid design option for the project?
- A. Automate the end to end process using two Blue Prism processes. Process 1 will perform the FirstApp tasks, Process 2 will perform the CI tasks. Data will be passed from Process 1 to Process 2 via a Blue Prism Work Queue. Process 1 will run on a single robot, with Process 2 running on 9 robots.
- B. Automate the end to end process using single Blue Prism process which will be run on 10 robots.
- C. Automate the end to end process using two Blue Prism processes. Process 1 will perform the FirstApp tasks, Process 2 will perform the CI tasks. Data will be passed from Process 1 to Process 2 via a spreadsheet. Process 1 will run on a single robot, with Process 2 running on 9 robots.
- D. Automate the end to end process using single Blue Prism process which will only be run on a single robot.
Answer: C
NEW QUESTION 19
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? (Choose two.)
- A. To reduce the elapsed time of the end to end process, the Get Cases process should be run across multiple machines.
- B. The solution enables multiple instances of the Get PCBS Data and Update Cred+ processes to run without risk of collision.
- C. If the PCBS application suffers an outage, all Blue Prism processes specified in this design must stop processing immediately.
- D. There is a risk that the outcome of a data transfer will not be recorded in the SQL database.
- E. 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.
- F. Such sensitive data should not be stored in a Blue Prism work queue.
Answer: B,E
NEW QUESTION 20
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 3
- B. 4 only
- C. 1 and 2 Only
- D. 1, 2 and 3
Answer: A
Explanation:
Explanation/Reference:
NEW QUESTION 21
When designing business objects which of the following statements is true? (select 3 responses)?
- A. It's good practice to keep application logic in one business object to minimise the process dependencies.
- B. It's good practice to split application logic into multiple objects to minimize the effect of change
- C. It's best practice to keep application logic in one business object so that there is a single point of reference.
- D. It's good practice to keep application logic in one business object so that the process is more efficient
- E. It's good practice to split application logic into multiple objects so that the process is more efficient.
- F. It's good practice to keep application logic in one business object so that developers know where to find it.
- G. It's good practice to split application logic into multiple objects to minimise the process dependencies.
Answer: B,E,G
NEW QUESTION 22
The following Object Design has been created for a mainframe banking application.
Which of the following statements about the Object design above are correct? (select 2 responses)
- A. The design complies with Blue Prism design best practice.
- B. There is no need for attach actions to be replicated across all the objects.
- C. The object design facilitates a scalable design that will reduce the impact of change when the object layer needs altering
- 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,C
NEW QUESTION 23
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. A decision whether or not to use an available retry item before marking an item complete.
- C. A decision whether or not to use an available retry item after marking an item as an exception.
- 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. A decision whether or not to use an available retry item after 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 24
SanQuest Bank's call centre regularly receives requests from customers for the exact amount required to clear their loan This is a complicated calculation that is prone to human error. The bank has decided to use Blue Prism to perform the calculation and is considering amending its front end system OneBase to allow a user to click a button to request a Loan Consolidation Amount. They plan to communicate with Blue Prism using web services Consider the two proposed designs:
Here a Blue Prism object is exposed as a web service OneBase calls this service providing the account number The Blue Prism object add the case to a work queue and then returns the Case ID to complete the web service call A Blue Prism process works the queue and harvests the data required to perform the calculation. The same Blue Prism process calls a OneBase web service and provides the loan settlement figure. OneBase completes the web service call by returning a success flag.
Here the Blue Process that harvests the data is exposed a web service with the loan settlement figure as an output. OneBase calls the web service and provides the account number. The Blue Prism process harvests the data and completes the web service call by providing the loan settlement figure.
Considering Blue Prism best practice which of the following statements is correct?
- A. Neither Design A nor Design B is appropriate
- B. Design A is the most appropriate option
- C. Design B is the most appropriate option
- D. Both Design A and Design B are appropriate
Answer: D
NEW QUESTION 25
Consider the following steps for a theoretical manual process
* Check in input folder for any new files.
* If there are no files check again later as files can arrive anytime, and there is no limit to the number of files that may come.
* Open the next available file.
* Take the first case
* Start System X and find the case details.
* If the case can't be found, move to the next one.
* After finding the case in System X. fetch additional case details from System Y.
* Again if the case can't be found, move to the next one
* Analyse all the data to see if System Z should be updated.
* If the data does not meet the requirements, add notes indicating this to Systems X and Y and move to the next case
* If the data does meet the requirements, update the case in System Z
* Add notes to Systems X and Y and move to the next case.
* At the end of the file, go back and look for another
* Stop checking for new files at 16:00 and finish any remaining cases.
* When all work is complete create a report of the day's exception cases.
* Close down Systems X, Y and Z.
If the volume of incoming cases is such that 1 Resource PC can easily handle the workload, which of the following steps for an automated solution should be part of the 'Preparation' phase of an automated process?
- A. Check input folder, wart for files, read file and load queue
- B. Check input folder, wart for files, read file and load queue, log into applications.
- C. Log into applications
- D. Check input folder, wait for files
Answer: B
NEW QUESTION 26
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 27
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. 2 only
- D. 1, 2, 3 and 4
Answer: C
NEW QUESTION 28
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 7 objects.
- B. Other than the standard utilities, there should be 3 objects.
- C. Other than the standard utilities, there should be 4 objects.
- D. It's not possible to determine how many objects there should be.
Answer: A
NEW QUESTION 29
SanQuest Bank's call center regularly receives requests from customers for the exact amount required to clear their loan. This is a complicated calculation that is prone to human error. The bank has decided to use Blue Prism to perform the calculation and is considering amending its front end system OneBase to allow a user to click a button to request a Loan Consolidation Amount.
They plan to communicate with Blue Prism using web services. Consider the two proposed designs:
Here a Blue Prism object is exposed as a web service. OneBase calls this service providing the account number. The Blue Prism object add the case to a work queue and then returns the Case ID to complete the web service call.
A Blue Prism process works the queue and harvests the data required to perform the calculation. The same Blue Prism process calls a OneBase web service and provides the load settlement figure. OneBase completes the web service call by returning a success flag.
Here the Blue Process that harvests the data is exposed a web service with the loan settlement figure as an output. OneBase calls the web service and provides the account number. The BluePrism process harvests the data and completes the web service call by providing the loan settlement figure.
Considering Blue Prism best practice which of the following statements is correct?
- A. Design A is the most appropriate option
- B. Design B is the most appropriate option
- C. Neither Design A nor Design B is appropriate
- D. Both Design A and Design B are appropriate
Answer: C
NEW QUESTION 30
Consider the following steps for a theoretical manual process.
* Check in input folder any new files.
* If there are no files check again later as files can arrive anytime, and there is no limit to the number of files that may come.
* Open the next available file.
* Take the first case.
* Start System X and find the case details.
* If the case can't be found, move to the next one.
* After finding the case in System X, fetch additional case details from System Y.
* Again if the case can't be found, move to the next one.
* Analyse all the data to see if System Z should be updated.
* If the data does not meet the requirements, add notes indicating this to System X and Y and move to the next case.
* If the data does meet the requirements, update the case in System Z.
* Add notes to System X and Y and move to the next case.
* At the end of the file, go back and look for another.
* Stop checking for new files at 16:00 and finish any remaining cases.
* When all work is complete create a report of the day's exception cases.
* Close down Systems X, Y and Z.
It is imperative that notes are applied to System X and Y, regardless of whether System Z is updated or not, what could the process do? (Choose two.)
- A. Add all notes before attempting to update System Z.
- B. Add notes before rejecting a case as a Business Exception.
- C. Create an unhappy path where notes are added as part of exception handling.
- D. Create new cases for any cases not found in Systems X and Y so that notes can be added.
Answer: A,D
NEW QUESTION 31
......
Penetration testers simulate ASD01 exam: https://www.validvce.com/ASD01-exam-collection.html
