[2022年01月]更新のAD01試験問題集、無料サンプル365日更新 [Q27-Q52]

Share

[2022年01月]更新のAD01試験問題集、無料サンプル365日更新

まもなく無料セール終了!リアルAD01のPDF解答使おう

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

正解: B

 

質問 28
If you change an environment variable when will the new value be available to the process?

  • A. Next time a new case is taken from a WQ
  • B. Next time resource PC starts
  • C. Next time the process starts
  • D. Immediately

正解: A

 

質問 29
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

正解: D

 

質問 30
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

正解: A

 

質問 31
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 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.
  • 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 appropriate recover stage on the 'Access Customer Account" page.
  • 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 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.

正解: C

 

質問 32
Consider the following flow in an object:

Which of the following statement is true?

  • A. There should be a wait stage after every stage in this flow (i.e. after the navigate, read, write stages)
  • B. There should be an intelligent wait stage after the start stage and after any stage that cause the application we are interfacing with to change
  • C. If during testing in object studio this flow works, no additional wait stages should be added as they will slow the interface down.
  • D. There just needs to be a wait stage after the start stage to correct this action.

正解: B

 

質問 33
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; -Product Code: LN*" in the Tag Filter parameter
  • B. Configure "Domestic + [Product Code] <> LN*" in the Tag Filer parameter
  • C. Configure "Domestic and Product Code: <> LN?" in the Tag Filter parameter
  • D. Configure "Domestic; -Product Code: LN?" in the Tag Filter parameter

正解: B

 

質問 34
Examine the Process below:

An error has been encountered on Page1 and the exception has bubbled up to be recovered in the Recover1 stage. If there is an error in the Calc1 stage which path will the Process take?

  • A. The Process will continue to the Resume1 Stage
  • B. The Error will cause the Process to jump to the End Stage
  • C. The Error will be recovered in the Recover2 Stage
  • D. The Error will cause the Process to terminate

正解: D

 

質問 35
A screen contains four buttons, Find, Save, Close and New. When the buttons are spied, the attributes are identical except for the Window Text attribute.
The values for the Windows Text attribute are Find' for the Find button. 'Save' for the Save button, Close' for the Close button and New' for the New Button.
The Dynamic Button element has been spied and has the following attributes set:

What additional configuration is required to ensure the Close button is selected by the Navigate stage?

  • A. The Params button must be selected and the parameter configured to override the Window Text attribute value to 'Close'
  • B. Set the Mouse Button value to Close'
  • C. A new element is required with the Window Text value set to "Close and the Match Type set to equal
  • D. It is not possible to select the Close button using the Dynamic Button element because the value is set to
    'Find in the Application Modeller

正解: B

 

質問 36
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? (Choose two.)

  • 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

 

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

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

正解: A

 

質問 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?

  • A. There is a potential for an infinite loop if the Credentials' stage keeps throwing an exception for some unforeseen reason
  • B. The credentials stage is a read stage not a write stage
  • C. The Resume stage is not within the same Exception Block as the Recover stage and therefore will not work
  • D. There is no need for a wait stage in the flow

正解: C

 

質問 39
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 data item Result will contain 3
  • B. The data item Result will contain 5
  • C. The process will throw an exception
  • D. None of these statements are correct

正解: A

 

質問 40
Consider the following flow in an object:

Which of these statements is true?

  • A. The wait stages after read stages should be removed, the wart stages after write stages should be left because the application will have been changed
  • B. The wait stages after read and write stages should be removed they are not required and are lowing the flow down
  • C. The flow shown in the diagram is correct, the wart stages are all adding a high level of robustness to the action
  • D. Only the first wait stage in this flow is required, all the other wait stages should be removed.

正解: B

解説:
Explanation
Reason: There is no wait stage required after Read and write stage as it makes the process lengthy here, because here no activity is performed which are taking time to read and write so wait is not useful.
Here wait is required for search fields as there the activity is happening in which it is required for wait.

 

質問 41
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.
    As per the process template the resume there should be another action or page after the resume stage.
  • 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

 

質問 42
Which of the following Stages can be found in Process Studio AND Object Studio?
A)

B)

C)

D)

  • A. Option A
  • B. Option B
  • C. Option C
  • D. Option D
    Reason: Only the choice stage is found in both process and object studio rest all other stages are found only in the object studio.

正解: B

 

質問 43
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. The process will throw an exception as the New Date data item is null.
  • B. 5 days 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. 1 week will be added to today's date and the result stored in the New Date data item.

正解: C

 

質問 44
Examine the Process below:

An error has been encountered on Page 1 and the exception has bubbled up to be recovered in the Recover stage. If there is an error in the Calc 1 stage which path will the Process take?

  • A. The Error will cause the Process to jump to the End Stage
  • B. The Error will be recovered in the Recover2 Stage
  • C. The Error will cause the Process to terminate
  • D. The Process will continue to the Resume 1 Stage

正解: C

 

質問 45
Which of the following indicates a case in a Work Queue is an exception?

B)

C)

D)

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

正解: D

 

質問 46
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. The Send Alerts process will never be run
  • D. Because the flow is on the Main Page of the process there should be a 'Re-Throw' Exception stage as there are no parent/calling pages for the exception to 'bubble up' to.

正解: B

 

質問 47
Сonsider the following process flow from the Main Page of a process in Process Studio:

Thinking about the standard Blue Prism Process Templates, what is wrong with this Main Page process flow?

  • A. The Reset Global Data page is not required because sub-pages within a process should always use input and output parameters rather than global data items. There should be no global data to reset.
  • B. The Stop? decision stage should be removed from the process flow, as Stop times is configured either within the Scheduler or processes are stopped via Control Room.
  • C. The Main Page process flow is too high level. For better visibility of the process logic the flow steps hidden in the sub-pages should all be on the main page instead.
  • D. There is nothing wrong with the Main Page flow shown in the image, it is a copy of Blue Prism's standard Process Template.
  • E. There is no exception handling on this Main Page so any exceptions that "bubble up" will cause the process to terminate rather than exceptions being handled correctly.

正解: B

解説:
Explanation

 

質問 48
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; -Product Code: LN*" in the Tag Filter parameter
  • B. Configure "Domestic + [Product Code] <> LN*" in the Tag Filter parameter
  • C. Configure "Domestic and Product Code: <> LN?" in the Tag Filter parameter
  • D. Configure "Domestic; -Product Code: LN?" in the Tag Filter parameter

正解: B

 

質問 49
Which of the following can you perform in me System -> Workflow area of Blue Prism? (select all that apply)

  • A. Encrypt a Work Queue
  • B. Refresh a Work Queue
  • C. create a Work Queue
  • D. View the contents of a Work Queue

正解: A,C

 

質問 50
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

 

質問 51
Which of the following flows can you not create in Blue Prism? (select 2 responses) A)

B)

C)

D)

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

正解: A,D

 

質問 52
......

AD01問題集あなたを合格させる認証試験:https://www.passtest.jp/Blue-Prism/AD01-shiken.html

最新でリアルなBlue Prism AD01試験問題集解答:https://drive.google.com/open?id=1cl8aLiIJNWO2AGspJVjQ3H5Zzpr268Re