無料Blue Prism AD01学習ガイド試験問題と解答
AD01試験問題集、AD01練習テスト問題
質問 # 65
Which of the following is the correct order to collect data using the Excel VBO?
- A. Create Instance > Open Workbook > Get Worksheet as a Collection > Close Workbook
- B. Create Instance > Show Excel > Get Worksheet as a Collection > Close Workbook
- C. Show Excel > Open Workbook > Get Worksheet as a Collection > Close Workbook
- D. Open Workbook > Get Worksheet as a Collection > Close Workbook
正解:A
解説:
* Excel VBO Workflow:
* The correct order to perform operations using the Excel VBO involves creating an instance, opening the workbook, performing actions (like getting the worksheet as a collection), and then closing the workbook.
* Correct Order:
* Create Instance: Initializes the Excel application instance.
* Open Workbook: Opens the specified Excel workbook.
* Get Worksheet as a Collection: Reads the worksheet data into a collection.
* Close Workbook: Closes the workbook after operations are completed.
References:
* Blue Prism documentation on Excel VBO and its actions.
質問 # 66
A Blue Prism solution works fine when developing and testing it in Process and Object studio but when it is running in Control Room exceptions occur because of screen elements not being found.
What is the most likely cause?
- A. The most likely cause for the errors seen in Control Room is that best practice use of wait stages has not been followed.
- B. The most likely cause for the errors is that your application has changed.
- C. The most likely cause for the exceptions is that best practice exception handling has not been incorporated into the Process.
- D. The most likely cause for the errors is that the Object Studio action has not been published and therefore cannot be used by the Process in control room.
正解:A
質問 # 67
How can a session variable value be updated when a process is running? (select all that apply)
- A. By pausing the Session Variables work queue.
- B. By updating the value in Credential Manager.
- C. By using the Internal - Session Variables business object.
- D. By updating the value in Control Room.
正解:C
質問 # 68
When entering an option within the Training Order system the relevant option number is entered into the Option number field as below The Option number input field has been spied in Blue Prism:
The following attribute set has been returned by Application Modeller:
Which Attribute can be un-ticked to ensure consistent visibility of the element to Blue Prism?
- A. Screen Visible
- B. Visible
- C. Window Text
- D. Class Name
Reason: As the window text is not unique when the value is changed and bp is able to spied at time a error would come. So there is no use of window text.
正解:C
質問 # 69 



What will be the outcome after the page has run?
- A. Data Item Output Value contains C
- B. Data Item Output Value contains A
- C. An Internal Exception will be thrown
- D. Data Item Output Value contains B
正解:C
質問 # 70
Study the process flow below:
The outputs for the Get Next Case are configured below:

What is the correct configuration of the Expression in the “Case-Returned” decision stage?
- A.

- B.

- C.

- D.

正解:A
質問 # 71
Study the following process flow on the Main Page of a process where the intention is to preserve the current exception.
What is wrong with the design?
- A. The exception caught by Recover2 will not be preserved by the Re-Throw Exception stage
- B. Because the flow is on the Main Page of the process there should not be a ‘Re-Throw’ Exception stage as there are no parent/calling pages for the exception to ‘bubble up’ to.
- C. The exception handling is not within an Exception Block.
- D. The Send Alerts process will never be run
正解:A
質問 # 72
A Blue Prism Process attempts to call an Action named 'Get Nasdaq Data' however it keeps causing the Process to fail The Developer attempts to recreate the problem in the Development environment and discovers the following Exception is thrown:
Which of the following responses would explain the reason for this exception bang thrown?
- A. The Business Object containing the Action has not been associated with the application by either launching it or attaching to it
- B. The 'Read Nasdaq Data' stage is not connected to another stage so it cannot execute
- C. The 'Get Nasdaq Data' Action is not published
- D. The 'Get Nasdaq Data' Action no longer exist in the Business Object, but the Process is attempting to use it
- E. An internal error always indicates a problem with the Blue Prism product. The Blue Prism support team should be contacted f(j assistance
正解:A
解説:
* Understanding the Exception:
* The error message indicates that the read stage 'Read Nasdaq Data' failed because it was not connected.
* This suggests that the business object might not be correctly attached to the application or not launched.
* Analyzing Possible Causes:
* Option A: Internal errors do not always indicate a Blue Prism product problem; they can also
* result from configuration issues.
* Option B: If the action was not published, the error would likely indicate that the action could not be found, not an attachment issue.
* Option D: If the action no longer existed, the process would not be able to call it, and the error would reflect that the action was missing.
* Option E: The process flow shows the stages are connected, and an unconnected stage would not specifically cause an attachment error.
* Most Likely Cause:
* Option C is the most likely reason. If the business object is not associated with the application (either by launching or attaching to it), the action cannot be performed because Blue Prism does not have the necessary context to interact with the application.
References:
* Blue Prism Developer Documentation: Exception Handling and Troubleshooting
* Blue Prism Training Material on Application Modelling and Object Association
質問 # 73
You identify an element in Application Modeller and it highlights uniquely and can be used in your object flow diagram. The next day you find that Blue Prism cannot no longer identify the same element, your object flow is giving you 'Element not found' exceptions. Which of the following statements is true?
- A. This must be an environment issue. The Blue Prism environment must be consistent and persistent, and an element that worked one day and does not work the next day suggests the environment is changeable. The IT team supporting the environment needs to be contacted to fix the problem.
- B. This suggests that Best Practice exception handling has not been implemented in the object. A retry loop around the object stages that are using the element will probably fix the problem
- C. It is common for consistency issues to be found during configuration/development testing. The most likely cause is that an attribute has been selected for the element that is changeable, such as a window title with a date, or a URL The developer needs to ensure that any changeable attributes are unticked.
- D. The Blue Prism product support team should be contacted to report the issue. This signifies an inconsistency in how the Blue Prism product is working which needs to be fixed.
正解:C
解説:
Reason: This is happening when identifying the elements in application modeler some of the details which are changing on the different environment and while identifying the elements in application modeler the developer takes the element whose values are changing and when the application run on the different path at that point of the time the process is able to expecting values eg same url, date or title but it is not at there so the process terminates. Follow the best practice for this.
質問 # 74
According to Blue Prism best practice which of the following information would be appropriate to store in a Work Queue tag? (select 3 responses)
- A. Something that identifies the type of work that was performed Example tags might be: Funds Transferred, SIM Card Requested, Account, Closed, Account Suspended, Account Noted
- B. Details of an exception that has occurred. For example: The Login Screen was not found.
- C. Something that identifies the source of work. Example of tags might include: Email, Web Form, Excel Adhoc. Database
- D. Something that identifies the client record to make work queue items easier to search. Example tags might be a phone number, customer reference number or ID, customer full name. For example: +4407994446767, 00023231 A; Mr John A Smith
- E. Something that identifies exact datetime of a step in the process. Example of tags might include Account Closed 20/03/2017 12:12:16, Work Completed 20/03/2017 12:12:16: Request Loaded 20/03/2017 12:12:16
- F. Something that identifies the type of process scenario. Example of tags might include: Invalid Product, Unrecognised customer, Goneaway Marker, Invalid Status
正解:A、C、F
質問 # 75
Please refer to the exhibit.
How should the Wait Stages be configured in this scenario?
- A. Unconditional Wait stage before the Attach' page and a Conditional Wait after the Navigate stage
- B. Unconditional Wait stage after the Attach page and a Conditional Wait after the Write stage
- C. Conditional Wait stage after the Attach page and the Navigate stage
- D. Conditional Wait stage after the Attach page and the Write stage
正解:C
解説:
In Blue Prism, wait stages are crucial to ensure that the application is in the correct state before proceeding with further actions. In this scenario:
* Conditional Wait stage after the Attach page: This ensures that after attaching to the application, the process waits until the necessary elements are present before continuing. This is important because the application may take some time to load or change states.
* Conditional Wait stage after the Navigate stage: This ensures that after navigating, the process waits until the target elements are available. This helps to handle any delays in the application response or page loading times.
By configuring wait stages in this manner, you ensure that the process only proceeds when the application is ready, thereby minimizing the risk of errors due to timing issues.
Other options are less optimal:
* Unconditional Wait stage (Options C and D): These do not provide the necessary checks to confirm the application's state and can lead to unreliable automation.
* Wait stage after the Write stage (Option A): This is less relevant if the critical steps are attaching and navigating, which are the primary steps where timing issues are likely to occur.
ReferencesRefer to Blue Prism's best practices on using wait stages to synchronize process execution with the application state.
質問 # 76
Consider the following process flow:
What is the problem with this flow?
- A. The exception handling in this flow can be removed because an Attach action in a navigate stage should always work if configured correctly
- B. The 0.5 second wait stage should be removed so that the retries can be performed at full speed.
- C. The Attach Block should be enlarged to also include the Waited Long Enough decision stage.
- D. The flow contains a recover stage and a route from it without a resume stage. This will cause internal errors on future exceptions thrown in the same session.
- E. There is nothing wrong with this flow.
正解:E
質問 # 77 
The data item 'New Date is a date data item with no initial value.
The calculation stage is configured as follows:
What will happen when you execute the Create Date stage?
- A. 5 days will be added to today's date and the result stored in the New Date data item.
- B. 1 week will be added to today's date and the result stored in the New Date data item.
- C. 1 month will be added to today's date and the result stored in the New Date data item.
- D. The process will throw an exception as the New Date data item is null.
正解:B
質問 # 78
A Blue Prism solution interfaces with an internet application called HappyWeb There is a test website available for development, and a training site available for user acceptance testing, and there is the production she available for processing live cases in HappyWeb.
Which of the following is true?
- A. An Environment variable should be used to store the HappyWeb URL.
- B. A local text file should be used to easily configure the details of the HappyWeb website to be used in each Blue Prism environment.
- C. All development and testing MUST be done using the production site. This is because the test and training websites might not mirror production exactly.
- D. Three different versions of object that launches the HappyWeb website will need to be created and maintained, one for each environment.
正解:A
質問 # 79
The Work Queue "Customer Onboarding" has a number of Pending Items which may be tagged as
"Domestic", "Retail" or "Business". There is also a tag for the 8 digit product code formatted as "Product Code: {product code}" e.g. Product Code: CA123456.
What is the correct configuration to get the next item from the queue that:
Isn't applying for a loan product i.e. Product Code doesn't begin with "LN" And
Is a domestic customer
- A. Configure "Domestic and Product Code: <> LN?" in the Tag Filter parameter
- B. Configure "Domestic; -Product Code: LN?" in the Tag Filter parameter
- C. Configure "Domestic + [Product Code] <> LN*" in the Tag Filer parameter
- D. Configure "Domestic; -Product Code: LN*" in the Tag Filter parameter
正解:C
質問 # 80
Please refer to the exhibits

Under what TWO conditions will the process move to the 'Close Down' page directly from the Stop? Decision stage during runtime?
- A. The specified Stop time has passed
- B. Priority of the remaining Queue Items is 0
- C. Immediate Stop' received from Control Room
- D. 'Request Stop received from Control Room
- E. All the Queue Items have been processed
正解:A、D
解説:
The process will move to the 'Close Down' page directly from the 'Stop?' Decision stage under two conditions:
* The specified Stop time has passed: This condition checks if the current local time exceeds the configured stop time. In the provided Decision Properties, the condition LocalTime() > [Stop After Time] evaluates if the current time is beyond the stop time.
* 'Request Stop' received from Control Room: This condition is checked by the IsStopRequested() function. If the Control Room sends a stop request, this function returns true, causing the process to move to the 'Close Down' page.
Other conditions like Stop After Items and an immediate stop request from the Control Room are not mentioned in the process depicted in the exhibits. Therefore, only the two conditions mentioned above apply.
References:
* The Decision stage properties and conditions as shown in the provided exhibit.
* Blue Prism documentation on Decision stages and Control Room interactions for stopping processes.
質問 # 81
Study the following configuration




Which of the following statements is correct?
- A. When the configuration is run in Control Room, it will become stuck in an infinite loop
- B. When the configuration is run in Control Room, it will become stuck in an infinite loop until the 'Switch' Session Variable is changed to True in System Manager
- C. When the configuration is run in Control Room, it will fail with an internal error on the first execution of the 'Switch?' stage with the error: Decision did not result in a yes/no
- D. When the configuration is run in Control Room, it will become stuck in an infinite loop until the 'Switch' Session Variable is changed to True in the Control Room
正解:D
解説:
Environment variables value will only be change when the next time process runs and the session variables will change immediately on change in control room.
Session variables values will only be change from the control room and the env variables is only change from the system manager.
質問 # 82
Please refer to the exhibit
What is the missing phase in the Delivery Lifecycle?
- A. Plan
- B. Design
- C. Outline
- D. Develop
正解:B
解説:
* Delivery Lifecycle Phases:
* The typical phases in the delivery lifecycle of an RPA project include Define, Design, Build, Test,
* UAT (User Acceptance Testing), and Deploy.
* Missing Phase:
* The phase between Define and Build is Design. This phase involves creating detailed designs of the automation, including process flows, system interfaces, and data requirements.
References:
* Blue Prism delivery lifecycle documentation and project management best practices.
質問 # 83 
What is wrong with the flow shown in the image?
- A. The resume stage must also be within the exception block
- B. The retry loop logic shown in the image is incorrect because it uses multiple action stages. There should be a retry loop around every action.
- C. The retry loop logic does not include any navigation after the resume stage to ensure the application is ready to try the 'Search Screen -Perform Search' action again.
- D. Sub-pages should not have retry logic, exception handling should be in the object level rather than in the process.
正解:C
解説:
As per the process template the resume there should be another action or page after the resume stage.
質問 # 84
Which of the following indicates a case in a Work Queue is waiting to be worked?
A)
B)
C)
D)
C
- A. Option A
- B. Option B
- C. Option C
- D. Option D
正解:C
質問 # 85
What is the syntax for using a collection field in an expression?
- A. Like this [MyCollection[MyField]]
- B. Like this MyCollection.MyField
- C. Like this MyCollection[MyField]
- D. Like this MyCollection(MyField)
- E. Like this [MyCollection.MyField]
正解:E
解説:
Reason: collection name or data type should always pass in square braces. And if you want to pass any column from the collection than use it as a dot notation after the collection name in the same braces. (You can check this in foundation course or by doing practically)
質問 # 86
Which of the following can you perform in Control Room?
- A. Encrypt a Work Queue
- B. Refresh a Work Queue
- C. Rename a Work Queue
- D. Create a Work Queue
正解:C
質問 # 87
A Blue Prism solution works fine when developing and testing it in Process and Object studio but when it is ran in Control Room exceptions occur because of screen elements not being found. What is the most likely cause?
- A. The most likely cause for the errors seen in Control Room is that best practice use of wait stages has not been followed.
- B. The most likely cause for the errors is that your application has changed.
- C. The most likely cause for the exceptions is that best practice exception handling has not been incorporated into the Process.
- D. The most likely cause for the errors is that the Object Studio action has not been published and therefore cannot be used by the Process in control room.
正解:A
解説:
Explanation
Reason: This is because when we are running the process in testing and development phase at time the speed of running the process is slow, that's why it ran properly and when we haven't give the proper wait stage and when the process ran in control room the exception occurs as the process ran in full speed so the process is not having the time to wait.
This is mentioned in the Process creation exercise or Lifecycle exercise.
質問 # 88
Consider the following process flow:
Decision "A" properties are:
Decision "B" properties are:
Decision "C" properties are:
What will happen when the process runs?
- A. The flow will pass through calculation stage "B"
- B. The flow will pass through calculation stage "A"
- C. The flow will pass through calculation stage "C"
- D. An exception will be thrown
正解:B
質問 # 89
......
最新のAD01実際の無料試験問題は更新された189問があります:https://www.passtest.jp/Blue-Prism/AD01-shiken.html
検証済みAD01問題集PDF資料 [2024年更新]:https://drive.google.com/open?id=1nkUF97hQxtnGesc6PP7Ld-XxaUPr5A-q