2022 The Most Effective AD01 with 102 Questions Answers
Try Free and Start Using Realistic Verified AD01 Dumps Instantly.
NEW QUESTION 61
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 "A"
- B. The flow will pass through calculation stage "B"
- C. An exception will be thrown
- D. The flow will pass through calculation stage "C"
Answer: A
NEW QUESTION 62
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
Answer: A
NEW QUESTION 63
Which of the following Stages can be found in Process Studio AND Object Studio?
A:
B:
C:
D:
- A. Option B
- B. Option A
- C. Option D
- D. Option C
Answer: C
NEW QUESTION 64
The following Calculation Stage uses the Todays 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. If the data item "Today" is configured with a Data Type of Date Time, an exception will be thrown on execution of the calculation stage
- D. None of these statements are correct
Answer: C
NEW QUESTION 65
What is the syntax for using a collection field in an expression?
- A. Like this MyCollection(MyField)
- B. Like this MyCollection[MyField]
- C. Like this [MyCollection.MyField]
- D. Like this MyCollection.MyField
- E. Like this [MyCollection[MyField]]
Answer: C
Explanation:
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)
NEW QUESTION 66
Exhibit:



What will be the outcome after the page has run?
- A. Data Item Output Value contains A
- B. Data Item Output Value contains C
- C. Data Item Output Value contains B
- D. An Internal Exception will be thrown
Answer: D
NEW QUESTION 67
How can a session variable value be updated when a process is running? (select all that apply)
- A. By updating the value in Credential Manager.
- B. By updating the value in Control Room.
- C. By using the Internal - Session Variables business object.
- D. By pausing the Session Variables work queue.
Answer: B
Explanation:
Explanation
Reason: Session variable values to be update only in the Control room.
Below is the reference.
NEW QUESTION 68
The following Calculation Stage uses the Todays 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 Date, 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 Time, 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 Text, an exception will be thrown on execution of the calculation stage
Answer: B
Explanation:
Explanation/Reference:
NEW QUESTION 69
If you change an environment variable when will the new value be available to the process?
- A. Next time resource PC starts
- B. Next time a new case is taken from a WQ
- C. Immediately
- D. Next time the process starts
Answer: B
NEW QUESTION 70
How can an environment variable value be updated?
- A. By updating the value in Credential Manager.
- B. By using the Internal - Environment Variables business object.
- C. By changing the Blue Prism Server configuration.
- D. By updating the value in System Manager.
- E. By updating the value in Credential Mode.
Answer: B
NEW QUESTION 71
Consider the following process flow:
Decision JA" properties are:
Decision "B" properties are.
Decision "C" properties are
What will happen when the process runs?
- A. An exception will be thrown
- B. The flow will pass through calculation stage "C"
- C. The flow will pass through calculation stage "A"
- D. The flow will pass through calculation stage "B"
Answer: D
NEW QUESTION 72
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
Answer: A
NEW QUESTION 73
Study at the following diagram which is an extract from a sub-page of 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 out (SHIFT+ F11) when debugging the process?
- A. The process will work all stages in the 'Access Customer Account1 page until the error is thrown and then focus would move to the "Recover 1 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 "Exception 1 stage.
- C. The process will work all stages in the "Access Customer Account' page until the error is thrown and then focus would move to the stage containing the error on the "Access Customer Account" page,
- 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 breakpoint at "Get Customer Details" stage.
Answer: B
NEW QUESTION 74
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. Username (Edit Field)
- B. Main Window
- C. Login Window
- D. Workflow
Answer: B
Explanation:
Explanation/Reference:
Reference: https://www.rpaforum.net/threads/global-send-keys-and-send-key-events.1587/
NEW QUESTION 75
Which of the following statements regarding the use of Work Queues are correct? (select 2 responses)
- A. Tags can be used allow flexibility in the order items are worked within a single Work Queue
- B. Work Queue item Status can only be set to Completed or Exception
- C. Wildcards are not allowed in the Tag Filter property of the Work Queues business object Get Next Item action
- D. Control Room allows filtering of the displayed queue items using exact tags and by using wildcards
Answer: A,D
NEW QUESTION 76
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. An exception will be thrown
- B. The flow will pass through calculation stage "C"
- C. The flow will pass through calculation stage "A"
- D. The flow will pass through calculation stage "B"
Answer: D
NEW QUESTION 77
Study 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 would move to the appropriate recover stage 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 stage containing the error 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 "Recover1" stage.
- D. 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 Detail" stage.
Answer: A
NEW QUESTION 78
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 Process will continue to the Resume 1 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
Answer: D
NEW QUESTION 79
Which of the following Stages can be found Process Studio but NOT Object studio?
- A. Option B
- B. Option A
- C. Option D
- D. Option C
Answer: C
NEW QUESTION 80
......
Download Free Latest Exam AD01 Certified Sample Questions: https://www.actualcollection.com/AD01-exam-questions.html