Performance Testing with JMeter and LoadRunner Analysis

Questions covering JMeter performance testing tools, samplers, controllers, and performance analysis concepts including monitoring, graphs, and problem identification.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

What is the recommended transaction monitoring frequency

  1. 5 Seconds
  2. 10 Seconds
  3. 15 Seconds
  4. 30 Seconds
Question 2 Multiple Choice (Single Answer)

What is the primary reason Ramp Down functionality is used?

  1. • To let all Vusers stop at once
  2. To gradually release resources of the system after a heavy load
  3. To monitor Performance Center servers
  4. None of these
Question 3 Multiple Choice (Single Answer)

Which one amongst the following counters are referred to identify Disk related performance issues

  1. Disk sec / Transfer
  2. Network Interface\ Bytes Total/sec
  3. Server\ Bytes Received/sec
  4. Packets Received Errors
Question 4 Multiple Choice (Single Answer)

When , in the analysis graph you see the committed bytes keep on increasing and available bytes decreasing, what could be possible reason behind it

  1. Disk Issues
  2. Network Bandwidth issues
  3. Memory Leaks
  4. Process Bottlenecks
Question 5 Multiple Choice (Single Answer)

Which is considered best practice on selecting components in the Application Under Test (AUT) to monitor?

  1. monitor just the Database server
  2. monitor just the Application server
  3. monitor all system components present in your AUT
  4. use the performance summary instead of monitoring individual components
Question 6 Multiple Choice (Multiple Answers)

information is needed to add new monitors in Performance Center? (Select two.)

  1. OS type
  2. IP address
  3. Email address
  4. Available RAM
Question 7 Multiple Choice (Multiple Answers)

The database server receives information from four components. What are these components? (Select four.)

  1. User site
  2. File server
  3. Utility server
  4. Administration site
  5. Controller machine
  6. Load generator machine
Question 8 Multiple Choice (Single Answer)

From where can your teams view analysis data for your load tests?

  1. from the user site
  2. from the controller machine
  3. from the Local Area Network
  4. .from the load generator machine
Question 9 Multiple Choice (Single Answer)

Which option in the Analysis tool allows you to focus on a specific measurement within your graph?

  1. Drill Down
  2. Apply Filter
  3. Merge Graphs
  4. Auto Correlate
Question 10 Multiple Choice (Single Answer)

Which Analysis graph identifies web pages that take the most time; isolates where time is spent; and helps in identifying DNS resolution, SSL, and connection issues?

  1. Windows Resource
  2. Network Delay Time
  3. Time to First Buffer Breakdown
  4. Page Download Time Breakdown
Question 11 Multiple Choice (Single Answer)

Which graph can analyze each web page component's relative server and network time?

  1. Throughput
  2. Windows Resources
  3. Time to First Buffer Breakdown
  4. Transaction Performance Summary
Question 12 Multiple Choice (Single Answer)

Which Analysis graph details transaction response times throughout the test?

  1. Transactions per Second
  2. Average Transaction Response Time
  3. Transaction Response Time Under Load
  4. Transaction Response Time (distribution)
Question 13 Multiple Choice (Single Answer)

What is the first indication of a performance problem?

  1. The network delay time is above 15ms
  2. The DNS is not resolving the machine name
  3. The Web server's available memory drops below 1 GB
  4. The end user experiences higher than expected response time
Question 14 Multiple Choice (Single Answer)

Which amongst the following is not a valid Sampler in JMeter

  1. HTTP Request
  2. Junit Request
  3. WebService (SOAP) Request
  4. Web Socket Sampler
Question 15 Multiple Choice (Single Answer)

Which of the followings is a type of assertions in JMeter

  1. BeanShell Assertions
  2. Response Assertions
  3. XPath Assertions
  4. All of the above
Question 16 Multiple Choice (Multiple Answers)

What all options are available for Actions to be taken after a sampler error

  1. Stop Thread
  2. Stop Test Now
  3. Don’t stop Test
  4. Don’t Continue
Question 17 Multiple Choice (Multiple Answers)

What all options are available for HTTP Sampler for handling requests

  1. Redirect Automatically
  2. Redirect on Instructions
  3. Follow Redirects
  4. Use Keep alive
  5. Follow on Instructions
Question 18 Multiple Choice (Multiple Answers)

What all type of servers can be performance tested using Apache JMeter

  1. Database via JDBC
  2. JMS
  3. Mail Server
  4. Unix
Question 19 Multiple Choice (Single Answer)

What all Logic Controller available with in a Thread Group

  1. Foreach Controller
  2. Include Controller
  3. Interleave Controller
  4. Module Controller
  5. Random Order Controller
  6. All of the above
Question 20 Multiple Choice (Multiple Answers)

Which of the two types of controllers available with JMeter that drives the processing of tests

  1. Samplers
  2. Assertions
  3. Thread Group
  4. Logical Controllers