AD01試験問題を今すぐ試そう!最新の[2023年最新] 正解回答付き [Q46-Q70]

Share

AD01試験問題を今すぐ試そう!最新の[2023年最新] 正解回答付き

練習できるAD01には認定ガイド問題と解答とトレーニングを提供しています

質問 46
Which of the following indicates a case in a Work Queue is waiting to be worked?

  • A.
  • B.
  • C.
  • D.

正解: A

 

質問 47
Examine the following Process flow:

This is the Main Page of a simple process which calls the 'Calculation' Page before completing.
The data items are configured as follows:
Value-1 is a number data item with an initial value of 100.
Value-2 is a number data item with an initial value of 4.
Result is a number data item with no initial value.
The Calculation Page Reference stage is configured as follows:

The Calculation Page is configured as follows:

The Data Items are configured as follow:
Value-1 is a Number data item with an initial value of 200
Value-2 is a Number data item with an initial value of 4
Result is a Number data item with no initial value
The Start stage is configured to pass through the Value-1 and Value-2 values as input parameters.
The 'Divide' Calculation stage expression is [Value-1] / [Value-2]
The End stage is configured to pass back the value of the Result data item as an output parameter.
What will be contained in the Result data item on the Main Page following the execution of the Process?

  • A. 37.5
  • B. 0
  • C. 1
  • D. 2

正解: B

 

質問 48
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.

正解: D

 

質問 49
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. The credentials stage is a read stage not a write stage.
  • 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. There is a potential for an infinite loop if the 'Credentials' stage keeps throwing an exception for some unforeseen reason.

正解: B,C

 

質問 50
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. 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.
  • B. 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.
  • C. 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
  • D. 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

解説:
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.

 

質問 51
How can a session variable value be updated when a process is running?

  • A. By pausing the Session Variables work queue.
  • B. By updating the value in Control Room.
  • C. By using the Internal - Session Variables business object.
  • D. By updating the value in Credential Manager.

正解: B

 

質問 52
Which of the following indicates a case in a Work Queue is waiting to be worked?

  • A.
  • B.
  • C.
  • D.

正解: C

解説:
Explanation

 

質問 53
Which of the following statements regarding the use of Work Queues are correct? (select 2 responses)

  • A. Work Queue item Status can only be set to Completed or Exception
  • B. Wildcards are not allowed in the Tag Fitter property of the Work Queues business object Get Next Item action
  • C. Tags can be used allow flexibility in the order items are worked within a single Work Queue
  • D. Control Room allows filtering of the displayed queue items using exact tags and by using wildcards

正解: C,D

 

質問 54
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. Window Text
  • B. Visible
  • C. Class Name
  • D. Screen Visible

正解: A

解説:
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.

 

質問 55
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. The Exception Block in the image should be extended to cover all stages in the flow rather than just 4 sub- pages.
  • B. There is nothing wrong with the Main Page flow shown in the image, it is a copy of Blue Prism’s standard Process Template.
  • C. 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.
  • D. 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.
  • E. 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.

正解: A

 

質問 56
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. Option D
  • B. Option C
  • C. Option A
  • D. Option B

正解: A

 

質問 57
Study at the following diagram which is an extract from 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 over (F10) when debugging the process?

  • A. The process would will all stages in the "Access Customer Account' page until the error is thrown and then focus will 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 will move to the "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 will move to the "Recover 1 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 appropriate recover stage on the 'Access Customer Account" page.

正解: C

 

質問 58
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 your application has changed.
  • 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

解説:
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.

 

質問 59
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 System Manager
  • 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

 

質問 60
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. A local text file should be used to easily configure the details of the HappyWeb website to be used in each Blue Prism environment.
  • B. All development and testing MUST be done using the production site. This is because the test and training websites might not mirror production exactly.
  • C. An Environment variable should be used to store the HappyWeb URL.
  • D. Three different versions of object that launches the HappyWeb website will need to be created and maintained, one for each environment.

正解: C

 

質問 61
How can an environment variable value be updated? (Choose all that apply.)

  • A. By updating the value in System Manager.
  • B. By updating the value in Control Room.
  • C. By changing the Blue Prism Server configuration.
  • D. By using the Internal – Environment Variables business object.
  • E. By updating the value in Credential Manager.

正解: D

 

質問 62
Consider the following diagram from an object studio action:

What is the problem with this flow?

  • A. The Exception Block should be removed from the page so that all exceptions on that page can be recovered.
  • B. There is a risk of the flow causing an infinite loop.
  • C. There should be a wait stage at the end of the flow, before the end stage to ensure the flow logic has worked correctly.
  • D. There is nothing wrong with the object flow shown in this image.

正解: A

 

質問 63
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 C
  • B. Option D
  • C. Option A
  • D. Option B

正解: A

 

質問 64
Which of the following statements about Business Objects is true?

  • A. A Business Object can be exposed to Control Room
  • B. A Business Object is configured in the Studio area of Blue Prism
  • C. Logging of individual stages is not configurable in Business Objects
  • D. It is Blue Prism best practice to include business rules within Business Objects

正解: B

 

質問 65
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. 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.
  • B. 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.
  • 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. 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

 

質問 66
Study the following process flow:

The Calculation Page stage is configured as follows:

The Calculation Page is as follows:

The Data Items are configured as follow:
* X is a Number data item with an initial value of 10
* Y is a Number data item with an initial value of 5
* Result is a Number data item with no initial value
The Start Stage is configured pass through the X and Y values as input parameters.
The divide calculation stage expression is [X] / [Y]
The end stage is configured to pass back the results value as an output parameter.
What will be contained in the Result Data Item on the Mam Page following the execution of the Process?

  • A. No Value
  • B. 0
  • C. 1
  • D. 2

正解: C

 

質問 67
Examine the following process flow:

The Loop Orders loop is configured to loop through the Orders collection.
How Many times will the 'Process Order' page be executed?

  • A. The loop will be infinite
  • B. 0
  • C. 1
  • D. It's impossible to tell. There is no loop counter.

正解: C

解説:
Explanation
Loop Orders is configuring to the Orders collection and as per the diagram in the order collection there are 15 rows so the loop is run till 15 times and the process order page will executed 15 times.

 

質問 68
Examine the following Blue Prism Process diagram:

The initial values for the 2 data items are displayed in the diagram above.
The expression in 'Decision A' is:
Len([City 1]) > Len([City 2])
The expression in 'Decision B' is:
Mid([City2].3,1) = " "
The expression in 'Decision C' is:
Left([City 1], 5) = "manch" AND EndsWith([City 2], "York")
What will happen when the process flow executes?

  • A. The diagram will flow through the Calculation stage named 'C
  • B. The diagram will flow through the Calculation stage named 'A'
  • C. The diagram will flow through the Calculation stage named 'B'
  • D. The diagram will flow to the Exception stage which will raise a new exception

正解: A

 

質問 69
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. Window Text
  • B. Visible
  • C. Class Name
  • D. Screen Visible

正解: A

 

質問 70
......

試験準備には欠かさない!トップクラスのBlue Prism AD01試験アプリ学習ガイド練習問題最新版:https://www.passtest.jp/Blue-Prism/AD01-shiken.html

無料Blue Prism AD01テスト練習問題試験問題集:https://drive.google.com/open?id=1YoGLMyCA66fbp9wE_yZEwYIm14980YHs