You are on page 1of 21

Blue prism Questions and Answers based on hints:

1) If tag AA BB CC DD is given need to take only AA BB CC

ANS: -DD

2) If Tag AA BB CC DD is given need to take AA BB

ANS: Either AA; BB

3) Rule based decision and Logic

ANS: Process Studio

4) Application based decision and Logic

ANS: Object Studio

5) F10->Step Over

ANS: It will execute the current page and make the next stage as current.

6) F11->Step

ANS: It will go inside the page and it will stay in the start of that page.

7) Shift+F11->Stepout

ANS: It will execute all the code from the current page.

8) Where to manage the Queue

ANS: Control Room

9) Where to create a Queue

ANS: System Manager

10) Symbol in Queue item

ANS: The case is executed and marked as exception

12) Symbol in Queue Item

ANS: the case is Successfully Completed.

13) Symbol in Queue Item


ANS: The case is Currently Working.

14) Symbol in Queue Item

ANS: The case is unworked and Pending.

15) Blue prism Definition

ANS: Statement with keyword Virtual bots

16) If any changes in Environmental Variable when it will reflect

ANS: After restarting the process

17) Without changing the code the value in variable can be shared to all process and objects

ANS: Environmental Variable

18) Target Application Interaction

ANS: Application Modeller

19) In Runtime if you want to change the value.

ANS: Session Variable

20) Not Unique in Object Studio

ANS: Action

21) Unique in Object Studio

ANS: Wait Stage

22) How to Skip a Stage

ANS: Set Next Stage

23) Too busy to run the Process

ANS: i) Already running the process

ii) Object is already running in an exclusive mode.

24) How to Secure the Exception

ANS: Preserve should be checked

25) To hide customer detail in view log for security purpose


ANS: Check Disable logging.

25) If need to highlight only login and it highlights both login and password need to modify in:

Login

Password

ANS: Ordinal

26) Inside the block which is not to be given

ANS: Block

27) Which is the best practice to feed a password through Global send keys in Navigate stage?

ANS: Data Item with type Password

28) If a case goes out of scope of a process:

ANS: Business Exception only

29) When status of the queue is as “Automatically set to clean up”

ANS: If process stopped manually and unhandled internal exception (in Exam none of the option)

30) Which will give priority to target Application?

ANS: Exclusive

31) The check exist value is false


ANS: Immediately starts looking for the screen, follows end path immediately when screen disappears
and if not, wait for 60 secs and it comes to the navigate3 stage.

32) The check exist value is True

ANS: Immediately starts looking for the screen, follows end path immediately when screen appears and
if not, wait for 60 secs and it comes to the navigate3 stage.

33) What is the value stored in Result data item after the execution of this page?
Ans: 15

34) How many times loop will be executed during the run of this page?
ANS: 3

35) Which of the data type cannot be given in dataitem for the expression
i)Date

ii)DateTime

iii)Text

ANS: DateTime

36) After the execution of the loop what will happen if we call again the same collection in a calculation
stage?
ANS: It will throw the error as no current row in collection

37) Which of the following expression is correct?

i) [Sample. No] +5

ii) [Sample. No] +"5"


ANS: [Sample. No] +5

38) Focus [hint]

ANS: Activate

39) By giving GetNextItem what need to be given in decision to check that the item is got?

ANS: [ITEM ID] <>” ”

40) The exception to be caught in log what need to be done?

ANS: Preserve and enable logging should be checked.

41) Find out wrong in the below


Ans: Retry expression is blank and missing link for decision false

42).What will be given in the decision when [Counter] initial value is 0 and [Limit] initial value is 3 while
incrementing counter value by 1 in calculation stage.
Ans:

43.) What will be given in the decision when [Counter] initial value is 0 and [Limit] initial value is 3 while
incrementing counter value by 1 in calculation stage.

Yes
Ans:

44.) For execution of below process what will be given in below calculation stage? Sleep will be 5
seconds and counter with initial value 0 and limit with initial value as 30.
ANS:

45) How many times the process will be executed by giving initial value for counter as 0 and limit as 30
and sleep as 5 seconds. In decision given as Counter<Limit and in calculation as Counter+5.
ANS: 6 times

46) Which exception will throw in the below process, when exception2 is preserved?

ANS: Exception1

46) In process template to change the value ASAP by?

ANS: Session

47) To pass the value during dynamic spying by?

ANS: Param
48) What will happen if error occurred in both calculation stages?

ANS: If error comes in calc1 the recover14 will capture then again error thrown in calc2 without resume.
The process will terminate.

49) what should be done if exception detail should be hidden even though if error occurred within
recover resume

ANS: No details should be given in Exception1

50) What will be stored in result after the execution of the process with initial value of result as 2?
ANS: 5

51) What will be stored in result?


ANS: 3

52) What will be stord in data item RESULT?


ANS: It will throw exception

53) If exception throws in Current reservation stage which recovers will capture?

ANS: Recover2

54) What will be the value stored in store data item after execution of this page?
ANS: 10

55) What will be the value stored in data item Z after the execution of the process?
_

ANS: 4

You might also like