Tag: performance

Questions Related to performance

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


Correct Option: A,C,D,E

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


Correct Option: A
  1. Throughput

  2. Windows Resources

  3. Time to First Buffer Breakdown

  4. Transaction Performance Summary


Correct Option: C

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)


Correct Option: B

AI Explanation

To answer this question, let's go through each option to understand why it is correct or incorrect:

Option A) Transactions per Second - This option is incorrect because it measures the number of transactions processed per second, not the response times.

Option B) Average Transaction Response Time - This option is correct because it calculates the average time taken for each transaction to receive a response. This graph provides details about transaction response times throughout the test.

Option C) Transaction Response Time Under Load - This option is incorrect because it does not specify whether it provides details about transaction response times throughout the test or under load.

Option D) Transaction Response Time (distribution) - This option is incorrect because it refers to the distribution of transaction response times, not the details about response times throughout the test.

The correct answer is B) Average Transaction Response Time. This option is correct because it provides details about transaction response times throughout the test by calculating the average time taken for each transaction to receive a response.

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


Correct Option: D

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


Correct Option: D

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


Correct Option: D