無料AD01サンプル問題で100%カバー率のリアル試験問題(更新された102問あります)
今すぐダウンロード!リアルBlue Prism AD01試験問題集テストエンジン試験問題
質問 29
When configuring an object's run mode which of the following is true?
- A. Setting the run mode to foreground will give the object priority over the target system ahead of any other Business Object.
- B. Leaving the run mode blank will allow any number of processes and objects to run at the same time on the same resource.
- C. Setting the run mode to background will enable the object to run at the same time as foreground and background objects on the same resource.
- D. Setting the run mode to exclusive will ensure only one process runs on that resource at a time.
正解: C
質問 30
Which of the following statements about Business Objects is true?
- A. A Business Object is configured in the Studio area of Blue Prism
- B. A Business Object can be exposed to Control Room
- C. It is Blue Prism best practice to include business rules within Business Objects
- D. Logging of individual stages is not configurable in Business Objects
正解: A
質問 31
How many Start Stages can a sub-page in a Process have?
- A. 0
- B. 1
- C. 2
- D. Any Number
正解: D
質問 32
What will be the outcome after the page has run?
- A. Data Item Output Value contains B
- B. Data Item Output Value contains C
- C. An Internal Exception will be thrown
- D. Data Item Output Value contains A
正解: C
質問 33
Study the following diagram which is an extract from a sub-page of a process being tested in Process Studio:
There are no breakpoints in the "Access Customer Account" subpage however there is an error.
What will happen if you choose to step out (SHIFT +F11) when debugging the process?
- A. The process will work all stages in the "Access Customer Account" page until the error is thrown and then focus would move to the stage containing the error on the "Access Customer Account" page.
- B. The process will work all stages in the "Access Customer Account" page until the error is thrown and then focus would move to the breakpoint at "Get Customer Details" stage.
- C. The process will work all stages in the "Access Customer Account" page until the error is thrown and then focus would move to the "Recover1" stage.
- D. The process will work all stages in the "Access Customer Account" page until the error is thrown and then focus would move to the "Exception1" stage.
正解: B
質問 34
Which of the following Stages can be found in Process Studio but NOT in Object Studio?
A:
B:
C:
D:
- A. Option A
- B. Option D
- C. Option B
- D. Option C
正解: D
解説:
Explanation/Reference:
質問 35
A process contains only 4 stages Study the following process flow:
The data Item Result' is a number data item with an initial value of 2.
The calculation stage is configured as follows:
Following the execution of the Perform Calculation stage, which of the following is true?
- A. The process will throw an exception
- B. The data item Result will contain 5
- C. None of these statements are correct
- D. The data item Result will contain 3
正解: D
質問 36
When considering an element's attributes in Application Modeller which of the following statements are true?
- A. The list of attributes may vary from application type to application type
- B. The attributes are provided to Blue Prism by the Target System
- C. Selected attributes are shown as ticks in the Match column of Application Modeller
- D. The initial selection of attributes made by Blue Prism will always be the optimum attribute set for the element
正解: C
質問 37
A business object needs to use a Global Send Keys stage to populate the User Name field in an application entitled Workflow. The application is in focus and cursor is in the User Name field.
In order to configure the Global Send Keys, which element needs to be placed in the Element field of the stage below?
- A. Workflow
- B. Username (Edit Field)
- C. Main Window
- D. Login Window
正解: C
解説:
Explanation
Explanation/Reference: https://www.rpaforum.net/threads/global-send-keys-and-send-key-events.1587/
質問 38
Examine the flow below:
An error has been encountered on Page1 and the exception has bubbled up to be recovered in the Recover1 stage. The 'Yes' path has been taken from the "Throw new Exception?" decision stage. Consider the Throw Exception stage properties below:
How should the properties be configured for the Process to throw a new Business exception, i.e. a different exception to the one encountered in Page1?
- A. Leave the Exception Type field blank and type "Business Exception" in the Exception Detail field.
- B. Type Business Exception in the Exception Type field and type a custom message in the Exception Detail field.
- C. Tick the Preserve the type and detail of the current exception checkbox. Leave the Exception Type and Exception Detail fields blank.
- D. Configure Exception Type() in the Exception Type field and ExceptionDetail() in the Exception Detail field.
Leave the Preserve the type and detail of the current exception checkbox un-ticked.
正解: C
質問 39
Consider the following diagram from an object studio action:
What is the problem with this flow?
- A. There is a risk of the flow causing an infinite loop
- B. There should be a wait stage at the end of the flow, before the end stage to ensure the flow logic has worked correctly
- C. The Exception Block should be removed from the page so that all exceptions on that page can be recovered.
- D. There is nothing wrong with the object flow shown in this image.
正解: A
質問 40
An action called 'Get Account details' fails with the following exception detail:
Which of the following could cause this exception?
- A. The Read Details action in the Get Account Details Business Object no longer exists but the Process is attempting to use it.
- B. An internal error always indicates a problem with the Blue Prism product. The Blue Prism support team should be contacted for assistance.
- C. The Read Details action is not connected to another stage so cannot execute.
- D. The Business Object has not been coupled to the application by either launching it or attaching to it.
正解: D
質問 41
When configuring an object’s run mode which of the following is true?
- A. Setting the run mode to foreground will give the object priority over the target system ahead of any other Business Object.
- B. Leaving the run mode blank will allow any number of processes and objects to run at the same time on the same resource.
- C. Setting the run mode to background will enable the object to run at the same time as foreground and background objects on the same resource.
- D. Setting the run mode to exclusive will ensure only one process runs on that resource at a time.
正解: C
質問 42
An action called Get Account details' fails with the following exception detail:
Which of the following could cause this exception?
- A. An internal error always indicates a problem with the Blue Prism product. The Blue Prism support team should be contacted for assistance
- B. The Read Details action in the Get Account Details Business Object no longer exists but the Process is attempting to use it.
- C. The Read Details action is not connected to another stage so cannot execute.
- D. The Business Object has not been coupled to the application by either launching it or attaching to it.
正解: C
質問 43
Study the following configuration


Which of the following statements is correct?
- A. 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 Answer.
- B. When the configuration is run in Control Room, it will become stuck in an infinite loop
- C. 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. 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
質問 44
Look at this flow diagram from the Main Page of a process in Process Studio:
Thinking about the standard Blue Prism Process Templates, what is wrong with how this Main Page is handling exceptions?
- A. It would be better to remove the Exception Block and recover, resume logic, and instead handle any exceptions in the sub-pages. Flag data items could instead be passed up as output parameters from the sub-pages informing the Main Page flow if an exception has occurred.
- B. The Exception Block in the image should be extended to cover all stages in the flow rather than just 4 sub- pages.
- C. There is nothing wrong with the Main Page flow shown in the image, it is a copy of Blue Prism’s standard Process Template.
- D. The exception handling in the image does not contain any concurrent exception logic. This means there is nothing stopping every item in the Work Queue being marked with the exact same System Exception.
- E. Between the Recover and Resume stages there should be logic to reset the application ready for the next case to be worked. For example, this could call the Close Down and Start Up pages.
正解: B
質問 45
The Order System application has been successfully launched and Blue Prism has navigated the application to the following screen:
There is a requirement to ensure this screen is in focus before any further interfacing is done with the screen. Which is the correct configuration to ensure the New Order screen is in focus?
A:
B:
C:
D:
- A. Option A
- B. Option D
- C. Option B
- D. Option C
正解: D
質問 46 
The Process is intended to attempt to perform the processing in the recover block, Block 3. a maximum of three times before throwing an exception.
Data Item 'Attempts' is a number data item with an initial value of 0
Data Item "Max Attempts" is a number data item with an initial value of 3 The 'Increment Attempts' calculation stage add 1 to the attempts value and outputs a result to the "Attempts" data item To enable this to work correctly, what is the correct expressions for the Try Again' decision stage?
- A. [Attempts] + 1
- B. [Attempts] < [Max]
- C. [Attempts] > [Max]
- D. [Attempts] = [Max]
正解: B
質問 47
Consider the following process flow from a sub-page of a process:
What is the problem with this sub-page flow?
- A. There is nothing wrong with the sub-page flow shown in this image
- B. For better visibility of the process logic the flow steps shown in the image should be on the main page rather than in a sub-page of the process.
- C. The sub-page process flow is missing any retry exception handling that should exist where a process calls object actions that interface with an application.
- D. The exception stage within the flow should be removed and replaced with an End stage that returns the found data item as an output parameter.
正解: A
質問 48
......
最新AD01テスト問題集を試そう!更新されたBlue Prism試験が合格できます:https://jp.fast2test.com/AD01-premium-file.html
検証済み!AD01問題集と解答でAD01テストエンジン正確解答付き:https://drive.google.com/open?id=1jZSIEyQL6t4ybWiN2D4y3RYbKb_KFoZ2