更新されたのは2022年02月01日認定試験AD01問題集で練習テスト問題
更新された検証済みのAD01問題集と解答で合格保証もしくは全額返金
質問 33
What is the Blue Prism Application Navigator
- A. It is part of the zoom tool in Process and Object Studio that allows you to instantly jump to different parts of the process map
- B. It is the Studio list side-bar of Process and Objects.
- C. It is the spy tool that you drag around the application to identify attributes.
- D. It is Application Modeller functionality to create an application's entire element tree that when selected will highlight individual elements in the application.
正解: C
質問 34
Which of the following statements about Business Objects is true?
- A. Logging of individual stages is not configurable in Business Objects
- 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. A Business Object is configured in the Studio area of Blue Prism
正解: D
質問 35
The following Calculation Stage uses the Today function to get the current date as a date value and place it in a data item entitled "Today".
Which of the following statements is correct?
- A. If the data item "Today" is configured with a Data Type of Text, an exception will be thrown on execution of the calculation stage
- B. If the data item "Today" is configured with a Data Type of Date, an exception will be thrown on execution of the calculation stage
- C. None of these statements are correct
- D. If the data item "Today" is configured with a Data Type of DateTime, an exception will be thrown on execution of the calculation stage
正解: A
質問 36
Which of the following can you perform in ? (select all that apply)
- A. Refresh a Work Queue
- B. Create a Work Queue
- C. Rename a Work Queue
- D. Encrypt a Work Queue
正解: A
質問 37
When considering an element's attributes in Application Modeller which of the following statements are true?
(select all that apply)
- A. The initial selection of attributes made by Blue Prism will always be the optimum attribute set for the element
- 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 list of attributes may vary from application type to application type
正解: B,C,D
解説:
Explanation
Reason: A) when spying the application, blueprism fetch all the elements of the target application only, blue prism doesn't provide any elements of its own.
C) Attributes are vary from application type to type. Attributes are different for windows, browsers, mainframe, java.
D) Reason is below.
質問 38
Consider the following flow within an Object Studio action:
The developer of this flow found that writing some credentials to the target application sometimes failed with an exception even though the element exists on the screen. He found that simply catching the exception, waiting for 2 seconds and then retrying fixed the problem.
What problems do you see within the flow? (select 2 responses)
- A. There is not a Resume stage following the timeout of the Wait stage
- B. There is a potential for an infinite loop if the 'Credentials' stage keeps throwing an exception for some unforeseen reason.
- C. A block has not been placed around the Write stage and the Recover stage, meaning the credentials action could be unnecessarily retried if another stage further into this action throws an exception.
- D. The credentials stage is a read stage not a write stage.
正解: C,D
質問 39
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. Login Window
- B. Username (Edit Field)
- C. Workflow
- D. Main Window
正解: D
解説:
Explanation/Reference:
Reference: https://www.rpaforum.net/threads/global-send-keys-and-send-key-events.1587/
質問 40
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 handling is not within an Exception Block.
- B. The exception caught by Recover2 will not be preserved by the Re-Throw Exception stage
- C. 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.
- D. The Send Alerts process will never be run
正解: B
解説:
Explanation
Reason: After resume stage the exception is dead so the Re thrown will not worked.
質問 41
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 handling is not within an Exception Block.
- B. The exception caught by Recover2 will not be preserved by the Re-Throw Exception stage
- C. 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.
- D. The Send Alerts process will never be run
正解: B
質問 42
Which of the following Stages can be found in Process Studio AND Object Studio?
- A.

- B.

- C.

- D.

正解: B
質問 43
Examine the following process flow:
The Orders Collection contains the following data
The Saved Quantity Data Item is configured as a number with the initial value 0.
The Loop Orders stage is configured to loop though the Orders collection.
The Get Quantity stage is configured as follows:
What will the data item Saved Quantity contain after the execution of the page?
- A. 0
- B. 1
- C. 2
- D. 3
正解: C
質問 44
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
質問 45
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. Something that identifies the type of process scenario. Example of tags might include: Invalid Product, Unrecognised customer, Goneaway Marker, Invalid Status
- C. 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 - D. Details of an exception that has occurred. For example: The Login Screen was not found.
- E. Something that identifies the source of work. Example of tags might include: Email, Web Form, Excel Adhoc. Database
- F. 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
正解: D
質問 46
Which of the following indicates a case in a Work Queue is waiting to be worked?
A)
B)
C)
D)
C
- A. Option D
- B. Option B
- C. Option A
- D. Option C
正解: D
質問 47
Study the following page in a process:

Calculation stages will write A, B or C to the Output value data item.
What will be the outcome after the page has run?
- A. An Internal Exception will be thrown
- B. Data Item Output Value contains "A"
- C. Data Item Output Value contains "C"
- D. Data Item Output Value contains "B"
正解: A
質問 48
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 exceptions is that best practice exception handling has not been incorporated into the Process.
- C. 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.
- D. The most likely cause for the errors is that your application has changed.
正解: C
質問 49
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 exceptions is that best practice exception handling has not been incorporated into the Process.
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. - B. 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.
- C. The most likely cause for the errors seen in Control Room is that best practice use of wait stages has not been followed.
- D. The most likely cause for the errors is that your application has changed.
正解: C
質問 50
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 "C"
- B. The flow will pass through calculation stage "B"
- C. An exception will be thrown
- D. The flow will pass through calculation stage "A"
正解: A
質問 51
Which of the following comments about an object's run mode is true?
- A. A run move of exclusive cannot run at the same time as any other business object.
- B. A run mode of background will enable the business object to run at the same time as other background, foreground and exclusive business objects.
- C. The run mode of a business object has no influence on how many business objects can be run at the same time.
- D. A run mode of foreground will enable the business object to run at the same time as other foreground business objects.
正解: B
質問 52
Exhibit:
The data item "Loop Counter" is a number data item and has an initial value of 0. The data item "Max Loops" is a number data item and has an initial value of 10.
The two stages are configured as follows:

How many times will the Loop Again stage be executed when the page is executed?
- A. 0
- B. 1
- C. 2
- D. The loop will be infinite
正解: D
質問 53
Consider the following process flow from a sub-page of a process:
What is the problem with this sub-page flow?
- A. 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.
- 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. There is nothing wrong with the sub-page flow shown in this image
- 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.
正解: C
質問 54
Consider the following flow within an Object Studio action:
The developer of this flow found that writing some credentials to the target application sometimes failed with an exception even though the element exists on the screen. He found that simply catching the exception, waiting for 2 seconds and then retrying fixed the problem.
What problem do you see with the flow?
- A. The credentials stage is a read stage not a write stage.
- B. The Resume stage is not within the same Exception Block as the Recover stage and therefore will not work.
- C. There is a potential for an infinite loop if the 'Credentials' stage keeps throwing an exception for some unforeseen reason.
- D. There is no need for a wait stage in the flow.
正解: C
質問 55
The Work Queue 'Account Closure has a number of Pending Items which may be tagged as "Current",
"Saving" or "Loan" What is the correct configuration to get the next item from the queue that is tagged either
"Current" or "Loan"?
- A. Configure "-Saving" in the Tag Filter parameter
- B. Configure "Current; Loan: in the Tag Filter parameter
- C. Configure "Current or Loan" in the Tag Filter parameter
- D. Configure "Current + Loan'" in the Tag Filter parameter
正解: C
質問 56
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. 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. Type Business Exception in the Exception Type field and type a custom message in the Exception Detail field.
- D. Tick the Preserve the type and detail of the current exception checkbox. Leave the Exception Type and Exception Detail fields blank.
正解: D
質問 57
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.

正解: C
質問 58
......
試験エンジンはAD01試験無料お試しサンプル365日更新されます:https://www.jpntest.com/shiken/AD01-mondaishu
AD01のPDF問題とテストエンジンには72問があります:https://drive.google.com/open?id=1QbuA0iQR89EkQWPp7bRKUdpMv-sEES-i