Blue Prism AD01 Practice Test - Questions Answers, Page 5

List of questions
Question 41

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?
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.
Question 42

When automating a Windows application what type of stage is configured to perform a Global Send Key Events?
Reason: Global send key events and global keys are not passed through the navigate stage.
Question 43

Consider the following flow in an object:
Which of these statements is true?
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.
Question 44

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?
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.
Question 45

What is the syntax for using a collection field in an expression?
Reason: collection name or data type should always pass in square braces. And if you want to pass any column from the collection than use it as a dot notation after the collection name in the same braces. (You can check this in foundation course or by doing practically)
Question 46

When configuring an object's run mode which of the following is true?
Question 47

Which of the following Stages can be found in Process Studio AND Object Studio?
A)
B)
C)
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.
Question 48

When considering an element's attributes in Application Modeller which of the following statements are true? (select all that apply)
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.
Question 49

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?
Reason: As we need to pass the values in the username so the values of username to be passed only in the username element. As Rest other options are having only the outer area of the spied application.
Question 50

How can a session variable value be updated when a process is running? (select all that apply)
Reason: Session variable values to be update only in the Control room.
Below is the reference.
Question