Question # 1 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. Once in production the process controller should ensure that the process is only ever run on one Resource PC
B. The solution should log in to the applications before starting the case working loop
C. The solution should split the file into pieces to distribute to each Resource PC.
D. The solution should log out from applications after exiting working loop.
E. 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.
Click for Answer
B. The solution should log in to the applications before starting the case working loop
C. The solution should split the file into pieces to distribute to each Resource PC.
Question # 2 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 solution enables multiple instances of the Get PCBS Data and Update Cred+ processes to run without risk of collision.
C. There is a risk that the outcome of a data transfer will not be recorded in the SQL database.
D. To reduce the elapsed time of the end to end process, the Get Cases process should be run across multiple machines.
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.
Click for Answer
B. The solution enables multiple instances of the Get PCBS Data and Update Cred+ processes to run without risk of collision.
D. To reduce the elapsed time of the end to end process, the Get Cases process should be run across multiple machines.
Question # 3 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. A decision whether or not to use an available retry item before marking an item complete
D. A decision whether or not to use an available retry item before marking an item as an exception
E. Logic to ensure that the next attempt to work a case is executed on a different machine from the previous attempt.
Click for Answer
B. A decision whether or not to use an available retry item after marking an item as an exception.
Question # 4 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
Click for Answer
D. Both Blue Prism Processes or Business Objects can be exposed as a Web Service
Question # 5 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:
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. Exception cases should not be distributed whilst the processes are running and instead should be distributed when each process has completed
C. There should be a separate work queue for each channel feeding the process.
D. The Confirm Closure process should work until 22:00
Click for Answer
C. There should be a separate work queue for each channel feeding the process.
D. The Confirm Closure process should work until 22:00
Question # 6 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, wait for files
B. Check input folder, wart for files, read file and load queue
C. Log into applications
D. Check input folder, wart for files, read file and load queue, log into applications.
Click for Answer
D. Check input folder, wart for files, read file and load queue, log into applications.
Question # 7 ProSafe credil reference agency retrieves data from bank and other credit providers where customers have missed payments or gone into default. The data is very sensitive and fed directly into a Blue Prism work queue via a web service. Blue Prism process must process the data within 4 hours. The Blue Prism solution runs continuously and each case takes approximately 30 seconds to process. It is expected that an average of 10,000 cases per day will be required and up to 10 Blue Prism robots are available. The Blue Prism solution is shown below: For each case the process will access the customer account in the HotRisk system and, where an account exists, harvest the data which will be fed along with the Work Queue data into a rules engine. The rules engine is a Blue Prism process that does not interact with any target system. It merely consumes data and. via a complicated series of decision and choice stages, determines the new customer risk factor. There is to be no scheduler used. Instead the Process Controllers who work in shifts to provide 24 hour support will stop and start process instances in line with Work Queue volumes. As a Blue Prism process solution designer, who is reviewing the solution, which of the following would concern you? (select 3 responses)
A. The solution is not scalable.
B. The process does not have an end stage
C. The rules engine has been built in a process not an object.
D. The process opens and closes the HotRisk system for each case
E. The data is too sensitive for automated processing.
Click for Answer
A. The solution is not scalable.
B. The process does not have an end stage
Question # 8 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 arNdea1 state. What should you do? (select 3 responses).
A. Add clean up' logic to get the application in the right position after Apply Queue Item Result.
B. Kill the application after each case and log back in to ensure the next case starts in the right position
C. Instruct the developers to build objects capable of navigating the application back to the home position.
D. Restart the application if attempts to navigate back to the home position fail
E. Move Log into Application to be before Work Stepl1 and move Log Out of Application to be after Step3.
Click for Answer
A. Add clean up' logic to get the application in the right position after Apply Queue Item Result.
C. Instruct the developers to build objects capable of navigating the application back to the home position.
D. Restart the application if attempts to navigate back to the home position fail
Up-to-Date
We always provide up-to-date ASD01 exam dumps to our clients. Keep checking website for updates and download.
Excellence
Quality and excellence of our Designing Blue Prism Process Solutions (EN) practice questions are above customers expectations. Contact live chat to know more.
Success
Your SUCCESS is assured with the ASD01 exam questions of passin1day.com. Just Buy, Prepare and PASS!
Quality
All our braindumps are verified with their correct answers. Download Solution Designer Practice tests in a printable PDF format.
Basic
$80
Any 3 Exams of Your Choice
3 Exams PDF + Online Test Engine
Buy Now
Premium
$100
Any 4 Exams of Your Choice
4 Exams PDF + Online Test Engine
Buy Now
Gold
$125
Any 5 Exams of Your Choice
5 Exams PDF + Online Test Engine
Buy Now
Passin1Day has a big success story in last 12 years with a long list of satisfied customers.
We are UK based company, selling ASD01 practice test questions answers. We have a team of 34 people in Research, Writing, QA, Sales, Support and Marketing departments and helping people get success in their life.
We dont have a single unsatisfied Blue Prism customer in this time. Our customers are our asset and precious to us more than their money.
ASD01 Dumps
We have recently updated Blue Prism ASD01 dumps study guide. You can use our Solution Designer braindumps and pass your exam in just 24 hours. Our Designing Blue Prism Process Solutions (EN) real exam contains latest questions. We are providing Blue Prism ASD01 dumps with updates for 3 months. You can purchase in advance and start studying. Whenever Blue Prism update Designing Blue Prism Process Solutions (EN) exam, we also update our file with new questions. Passin1day is here to provide real ASD01 exam questions to people who find it difficult to pass exam
Solution Designer can advance your marketability and prove to be a key to differentiating you from those who have no certification and Passin1day is there to help you pass exam with ASD01 dumps. Blue Prism Certifications demonstrate your competence and make your discerning employers recognize that Designing Blue Prism Process Solutions (EN) certified employees are more valuable to their organizations and customers. We have helped thousands of customers so far in achieving their goals. Our excellent comprehensive Blue Prism exam dumps will enable you to pass your certification Solution Designer exam in just a single try. Passin1day is offering ASD01 braindumps which are accurate and of high-quality verified by the IT professionals. Candidates can instantly download Solution Designer dumps and access them at any device after purchase. Online Designing Blue Prism Process Solutions (EN) practice tests are planned and designed to prepare you completely for the real Blue Prism exam condition. Free ASD01 dumps demos can be available on customer’s demand to check before placing an order.
What Our Customers Say
Jeff Brown
Thanks you so much passin1day.com team for all the help that you have provided me in my Blue Prism exam. I will use your dumps for next certification as well.
Mareena Frederick
You guys are awesome. Even 1 day is too much. I prepared my exam in just 3 hours with your ASD01 exam dumps and passed it in first attempt :)
Ralph Donald
I am the fully satisfied customer of passin1day.com. I have passed my exam using your Designing Blue Prism Process Solutions (EN) braindumps in first attempt. You guys are the secret behind my success ;)
Lilly Solomon
I was so depressed when I get failed in my Cisco exam but thanks GOD you guys exist and helped me in passing my exams. I am nothing without you.