Monday 27 February 2017

HP M103 Certifications Sample Q & A - Part 26



Part 26: Continued from Part 25
Q. 51: What is the script view in VuGen?
A. A text-based view that lists the actions of the Vuser as API functions
B. A text-based view that displays the client request and server response
C. An icon-based view that represents what the client received from the server
D. An icon-based view that shows each step and the corresponding screenshots
<<<<<< =================== >>>>>>
Q. 52: You want to loop through a block of code 10 times using the for loop. What would accomplish this?
A. For (i = 0; i < 10; i--)
B. For (i = 1; i < 10; i--)
C. For (i = 1; i < 10; i++)
D. For (i = 1; i <= 10; i++)

<<<<<< =================== >>>>>>
Q. 53: Which web protocol recording level always generates the web_submit_data function?
A. ICA
B. URL
C. RDP
D. HTML

<<<<<< =================== >>>>>>
Q. 54: Which programming language is used for the web Vuser type in VuGen?
A. TSL
B. Java
C. HTML
D. ANSI C
E. VBScript

<<<<<< =================== >>>>>>
Q. 55: During which stage is it recommended that the visual cues for verification be established?
A. During the scripting stage
B. During the planning stage
C. During the recording stage
D. During the execution stage

<<<<<< =================== >>>>>>
Q. 56: Which characters are used to comment a single line?
A. //
B.
C. /*
D. */

<<<<<< =================== >>>>>>



Q. 57: Exhibit
 
What is the highlighted section of the Workflow Wizard called?
A. Task pane
B. Output pane
C. Thumbnail pane
D. Information pane

<<<<<< =================== >>>>>>
Q. 58: Which keyword is a conditional statement?
A. If
B. For
C. Do
D. While

<<<<<< =================== >>>>>>
Q. 59: Which function marks the ending of a measurement of elapsed time?
A. lr_end_transaction
B. web_end_transaction
C. lr_complete_transaction
D. web_complete_transaction

<<<<<< =================== >>>>>>
Q. 60: What is the output of the following code snippet?
char string[] = esting
lr_output_message (answer is: %u strlen(string));
A. Answer is: 7
B. Answer is: 8
C. Answer is: 9
D. Answer is: 10



Question No. Correct Answer
Q. 51 A
Q. 52 D
Q. 53 B
Q. 54 D
Q. 55 B
Q. 56 A
Q. 57 D
Q. 58 A
Q. 59 A
Q. 60 A

No comments:

Post a Comment