performance test questions

performance test questions

Multiple choice questions:

1. In software performance testing, which of the following indicators is not an indicator of software performance

A. Response time B. Throughput C. Resource utilization D. Number of concurrent processes

Answer: D

 

2. What are the "28 principles" in the performance testing methodology:

A. Refers to 20% of the business volume completed in 80% of the time B. Refers to 80% of the business volume completed in 20% of the time

C. Refers to 80% of the business volume completed in 80% of the time D. Refers to 20% of the business volume completed in 20% of the time

Answer: B

 

3. In the process of using jmeter pressure measurement, it is necessary to control the throughput of the entire thread group. Which timer should be used?

A.Beanshell Timer B.Constant Throughput Timer C.Synchronizing Timer D. Fixed Timer

Answer: B

 

4. Through the fatigue strength test, the problem that is most likely to be found is

A. Number of concurrent users B. System security C. Memory leak D. Functional error

Answer: C

 

5. In LINUX system, the command to decompress the file is

A. tar zxvf filename B. unzip filename C. CAT filename D. VI filename

Answer: B

 

6. Which of the following statements about software performance testing is correct?

A. The purpose of performance testing is not to find software defects

B. The purpose of both stress testing and load testing is to detect the maximum stress that the software can bear when meeting the predetermined performance requirements. C. Performance testing usually requires analysis of the test results to obtain test conclusions.

D. On the performance degradation curve, the maximum recommended number of users is usually at the junction of the slight performance degradation area and the performance degradation area

Answer: B

 

7. Which of the following statements about software reliability testing is false

A. Finding software defects is the main purpose of software reliability testing

B. Software reliability testing is usually used for software with reliability requirements

C. In a software reliability test, the executed test cases must fully conform to the defined software operation profile

D. Reliability testing usually requires analysis of test results to obtain test conclusions

Answer: A

 

8. In MYSQL, how to select all records whose FirstName is equal to Thomas and LastName is equal to Carter in the table Persons?

A.SELECT * FROM Persons WHERE FirstName LIKE 'Thomas' AND LastName LIKE 'Carter'

B.SELECT FirstName='Thomas', LastName='Carter' FROM Persons

C.SELECT * FROM Persons WHERE FirstName='Thomas' AND LastName='Carter'

D.SELECT * FROM Persons WHERE FirstName='Thomas' OR LastName='Carter'

Answer: C

 

9. Affecting the performance of WEB front-end pages generally does not include which of the following

A. Server data return delay B. Network transfer rate C. Insufficient disk space D. Page rendering

Answer: C

 

10. Which of the following is not a web front-end performance testing tool

A.WebPageTest B.FireBug C.Monkey D.HTTPWatch

Answer: C monkey is an app automation testing tool that comes with the Android SDK

 

 

True or False:

1. In the process of performance testing, it is necessary to lay down data ( )

Answer: yes

 

2. The number of concurrent users in the test tool is set to 100, which means that 100 requests will be sent to the server per second ( )

Answer: False The number of concurrent users equals the number of requests per second only when the response time is exactly 1 second; otherwise, the number of requests per second may be greater than or less than the number of concurrent users.

 

3. In LoadRunner, the throughput indicator is the number of transactions per second to measure the responsiveness of the system. ( )

Answer: Wrong in LoadRunner, this indicator measures network throughput in bytes, while in JMeter it measures system responsiveness in transactions per second.

 

4. In the aggregate report in JMeter, the time of "99%Line" in the result represents the response time of 99% of users ( )

Answer: yes

 

 

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324611903&siteId=291194637