LoadRunner interview questions — Medium
206 medium-level LoadRunner questions from our Performance Testing bank, each with the correct answer and an explanation of why it is correct.
What this covers
LoadRunner appears throughout Performance Testing interviews. At medium level, interviewers are typically checking that you have used it in practice: what you configured, what broke, and how you knew it worked. Work through these, then explain your answer out loud; the second part is what interviews actually test.
2 example questions
1. Which LoadRunner component schedules scenarios, sets the number of Vusers, and monitors a test in real time?
- A. VuGen.
- B. Controller.correct
- C. Analysis.
- D. Recorder.
Why: The Controller designs and runs the load scenario (Vuser counts, ramp, scheduling) and monitors execution; Analysis processes results afterward.
2. In Micro Focus LoadRunner, which component is used to record and script virtual-user business flows?
- A. Controller.
- B. VuGen (Virtual User Generator).correct
- C. Analysis.
- D. Load Generator.
Why: VuGen records user actions and produces Vuser scripts; the Controller then orchestrates running those scripts at scale.