最新の[2022年01月12日] 実際に出る検証済みのASD01問題集
合格させるBlue Prism ASD01試験更新されたのは30問があります
Blue Prism ASD01 認定試験の出題範囲:
| トピック | 出題範囲 |
|---|---|
| トピック 1 |
|
| トピック 2 |
|
| トピック 3 |
|
| トピック 4 |
|
質問 15
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
正解: A
質問 16
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
正解: B
質問 17
Which of the following statements about Blue Prism and Web Services is correct?
- A. Both Blue Prism Processes or Business Objects can be exposed as a Web Service
- B. Only Blue Prism 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
正解: C
質問 18
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
正解: C
質問 19
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 license time is approximately 10 minutes, with the FirstApp steps requiring only 1 minute to perform.
The client has a limited number of licences 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 a single Blue Prism process which will be run on 10 robots
- B. 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.
- C. Automate the end to end process using a single Blue Prism process which will only be run on a single robot.
- D. 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.
正解: B
質問 20
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
正解: D
質問 21
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 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.
- B. The object design should be simplified by storing all BankHost actions in the same object.
- C. The object design facilitates a scalable design that will reduce the impact of change when the object layer needs altering.
- D. The design complies with Blue Prism design best practice.
- E. There is no need for attach actions to be replicated across all the objects.
正解: C,D
質問 22
Which of the following statement combinations about Blue Prism memory management is correct?
- A. A Blue Prism Process holds a Business Object in memory for the duration of its run.
A Blue Prism Process reads a Sub Process into memory as required. Once the called Sub Process is complete, the Process releases the memory for the Net Garbage Collector to reclaim - B. A Blue Prism Process reads a Business Object into memory as required Once the called Action is complete, the Process releases the memory for the Net Garbage Collector to reclaim.
- C. A Blue Prism Process holds a Sub Process in memory for the duration of its run.
A Blue Prism Process holds a Business Object in memory for the dilation of its run. - D. A Blue prism Process reads a Business Object into memory as required. Once the called Action is complete, the Process releases the memory for the Net Garbage Collector to reclaim.
A Blue Prism Process reads a Sub Process into memory as required. Once the called Sub Process is complete, the Process releases the memory for the .Net Garbage Collector to reclaim.
正解: D
質問 23
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
正解: A
質問 24
It's technically possible for one business object to call another. Outside of using utility objects are any of the following valid reasons why you would want to do this?
- A. Yes, to create a wrapper object as a vehicle for a reusable sequence of application logic.
- B. Yes, but only if the object is calling itself.
- C. Yes but object calling other objects could lead to undesirable memory problems so care must be taken.
- D. No. objects should never call other objects.
正解: A
質問 25
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
正解: B
質問 26
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.
正解: A,E
質問 27
Which of the following accurately describes best practice when work is sourced from an application's workflow system?
- A. Even though there is a workflow system managing and allocating work, a Blue Prism Work Queue should still be used
- 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. Blue Prism cannot source work from an application's workflow system
正解: C
質問 28
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.
正解: B,G
質問 29
ProSafe credit 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 sown below:
For each case of 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? (Choose three.)
- A. The solution is not scalable.
- B. The data is too sensitive for automated processing.
- C. The process does not have an end stage.
- D. The process opens and closes the HotRisk system for each case.
- E. There is no scheduler.
- F. The rules engine has been built in a process not an object.
正解: A,D,E
質問 30
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 it is possible that there are long intervals between files arriving, what are the alternatives the process should take to control System X, System Y and System Z? (select 2 responses)
- A. Nothing, just leave them logged in until more work arrives
- B. Minimise them to keep the desktop clear.
- C. Close Y and Z down but keep X open because it is the first application needed to work a case.
- D. Stop them from timing out by keeping them active while waiting for files.
- E. Nothing because they will not have been started if no files have arrived yet.
- F. Log out while waiting and log back in when a file arrives.
正解: C,F
質問 31
......
今すぐ試そう2022年最新の無料更新されたBlue Prism ASD01試験問題と解答:https://www.goshiken.com/Blue-Prism/ASD01-mondaishu.html
ASD01問題集PDFとテストエンジン試験問題:https://drive.google.com/open?id=1pGk311QUkZ0DDHE2Kxpzho5arc6Eunvu