Blue Prism Developer v1.0 (AD01)

Page:    1 / 7   
Total 105 questions

How many End Stages can a sub-page in a Process have?

  • A. 0
  • B. 1
  • C. 2
  • D. Any Number


Answer : B

Examine the process flow:

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 outputs a result to the "Attempts" data item
To enable this to work correctly, what is the correct expressions for the "˜Increment Attempts' calculation stage?

  • A. +1
  • B. Attempts + 1
  • C. [Max] + 1
  • D. [Attempts] + 1


Answer : B

Which of the following Stages can be found in Process Studio but NOT in Object Studio?
A.

B.

C.

D.



Answer : C

When mapping the Training application, the User Name Field has been spied, but on highlighting the following situation is encountered:


Which of the following attributes would you use to help obtain a unique match?

  • A. Ordinal
  • B. Parent Window Text
  • C. Height
  • D. Control ID


Answer : D

Which of the following comments about an object's run mode is true?

  • A. A run mode of foreground will enable the business object to run at the same time as other foreground business objects.
  • 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. A run move of exclusive cannot run at the same time as any other business object.
  • D. The run mode of a business object has no influence on how many business objects can be run at the same time. B


Answer : Explanation

How can an environment variable value be updated?

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


Answer : A

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

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


Answer : Explanation

С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. There is nothing wrong with the Main Page flow shown in the image, it is a copy of Blue Prism"™s standard Process Template.
  • 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 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.
  • E. 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.


Answer : B

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. The Resume stage is not within the same Exception Block as the Recover stage and therefore will not work.
  • B. There is a potential for an infinite loop if the "˜Credentials"™ stage keeps throwing an exception for some unforeseen reason.
  • C. The credentials stage is a read stage not a write stage.
  • D. There is no need for a wait stage in the flow.


Answer : B

The Work Queue "Customer Onboarding" has a number of Pending Items which may be tagged as "Domestic", "Retail" or "Business".
What is the correct configuration to get the next item from the queue that is tagged either "Retail" or "Business"?

  • A. Configure "-Domestic" in the Tag Filter parameter
  • B. Configure "Retail or Business" in the Tag Filter parameter
  • C. Configure "Retail;Business" in the Tag Filter parameter
  • D. Configure "Retail+Business"™ in the Tag Filter parameter


Answer : B

Which of the following can you perform in the System->Workflow area of Blue Prism?

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


Answer : CD

Which of the following indicates a case in a Work Queue is an exception?
A.

B.

C.

D.



Answer : D

Which of the following indicates a case has been worked successfully in a Work Queue?
A.

B.

C.

D.



Answer : A

Which of the following indicates a case in a Work Queue is currently being processed?
A.

B.

C.

D.



Answer : C

Examine the following Process flow:



The ‘Customer Credits’ Collection contains the following data:



The ‘Customer Account Credits’ loop is configured to loop through the ‘Customer Credits’ Collection.
The ‘Total Credits’ data item is configured as a number data item with an initial value of 0.

The ‘Get Total Credits’ Calculation stage contains the following expression:



What will the Total Credit data item value be after the page has executed?

  • A. An Internal Exception: ‘Loop stage name mismatch’ will be thrown
  • B. 10
  • C. 31
  • D. 2


Answer : A

Page:    1 / 7   
Total 105 questions