当前位置:网站首页>In the spring recruitment of 2022, the test engineer will have a full set of interview strategies to thoroughly understand all the technical stacks (all dry goods)

In the spring recruitment of 2022, the test engineer will have a full set of interview strategies to thoroughly understand all the technical stacks (all dry goods)

2022-06-12 20:31:00 Test big strange

Today, I share with you this complete interview strategy for test engineers, which includes the basics of software testing 、MySQL Basics 、Liunx、web test 、 The interface test 、App test 、Python、selenium、 Management tools 、 Performance testing 、LordRunner、 computer network 、 How it's made up 、 Data structure and algorithm 、ab Testing, etc . These are the real interview questions that I have summed up in major factories , Many friends share this through me PDF Won many offer, I'd like to share with you today !

stamp Portal Free access :【 Software test data collection + A collection of interview questions + The real interview question of Dachang 】

Because of the long space , You can learn about the catalogue first

1. Software test interview questions .

2. MySQL Interview questions

3. Liunx Interview questions

4. web Test interview questions 5. Interface test interview questions 6. App Test interview questions 7. Management tools interview questions

8. Python Interview questions

9. selenium Interview questions 10. Performance test interview questions

11. LordRunner Interview questions

12. Computer network interview questions 13. Composition principle interview question

14. Data structure and algorithm interview questions

15. api Test interview questions

16. Logical questions

17. HR interview questions

18. ....

One 、 Software test interview questions

  1. What is software testing ? The purpose and principle of software testing ?

  2. ask : What is the software life cycle and its model ?

  3. What is software quality ?

  4. Main steps of automated test script development :

  5. What is the main test case design method at present ?

  6. What are the common test case design methods ? Please use specific examples to illustrate the application of these methods in test case design

  7. What are the strategies for testing ?

  8. What are the strategies for unit testing ?

  9. What are the characteristics of orthogonal table test case design method ?

  10. How to test the security of software ?

  11. What are the considerations of requirement testing ?

  12. ask : You found one in the test bug , But the development manager doesn't think it's a bug , How should you solve .

  13. ask : Give you a website , How do you test ?

  14. ask : One client has 300 clients and three hundred clients have 300 clients to put pressure on the server , What's the difference? ? ?

  15. How many aspects of software security should we take To test ?

  16. What is the software quality assurance system What are several standards related to quality assurance management in national standards ? ? What are their numbers and full names ? ?

  17. What are the tasks of testers in the software development process ?

  18. In your previous work , A software bug ( Or call it Bug) What does the record contain ? How to submit high quality software defects (Bug) Record ?

  19. Black box testing and white box testing are two basic methods of software testing , Please explain their advantages and disadvantages respectively !

  20. What are system bottlenecks ?

  21. Describe the complete process of a test activity in detail .

  22. When did the software testing project start ? Why? ?

  23. What are the criteria for the end of the test ?

  24. What is compatibility testing ? What aspects of compatibility testing focus on ?

  25. When did the software testing project start ? Why? ?

......

Two 、MySQL Interview questions

  1. What is? SQL?

  2. What is? MySQL?

  3. What is a database ?

  4. What three paradigms ?

  5. SQL Of select The complete execution sequence of statements ?

  6. Write the addition, deletion, modification and query of the table SQL grammar ?

  7. The nature of transactions ?

  8. Database optimization ?

  9. SQL How injection is produced , How to prevent ?

  10. MySQL Storage engine MyISAM And InnoDB difference ?

  11. What are the indexing algorithms ?

  12. The principles of index design ?

  13. What to pay attention to when creating indexes ?

  14. MySQL in InnoDB How to realize the row lock of engine ?

  15. What is stored procedure ? What are the advantages and disadvantages ?

  16. What is trigger ? What are the usage scenarios of triggers ?

......

3、 ... and 、Liunx

  1. What is? Linux

  2. What is? Linux kernel ?

  3. Linux Architecture of ?

  4. What is? root account ?

  5. What is? LILO?

  6. Linux What is the directory structure of ?

  7. Three views server.log File contents of ?

  8. edit start.sh file , Before checking the file 10 Line content and after 10 Row content ?

  9. You used to use linux Command what to do ?

  10. linux What are the ways to install software ?

  11. Use before linux In the process , What tools are used to connect remotely ?

  12. vi How to use the editor ?

  13. frequently-used linux What are the orders ?

  14. How to use linux Command to view the background log ?

  15. How to use tar Command compression and decompression gz package ?

  16. File permission changed to owner read 、 The group you are in writes , Other users perform , How to write commands ?

......

Four 、web test

  1. Selenium Support for automated testing of desktop applications ?

  2. Selenium Whether the engine supports the execution of use cases ?

  3. Seleinum Is there a read excel Document library ?

  4. Selenium What are the components ?

  5. Selenium What are the limitations or limitations ?

  6. stay selenium in , What are the different ways to locate elements ?

  7. What is? imlicitlyWait( An implicit wait )?

  8. What is? expliciteWait( Explicit waiting )?

  9. What is a thread wait ( Hard wait )?

  10. What is? pollingEvery?

  11. Can your test script run on different browsers , Cross-browser platform support ?

  12. What is? POM, Why use it ?

  13. As you do the automation , Is there a problem ? For example, the ?

  14. Give an example of the exceptions you've encountered , stay selenium Automated testing process ?

  15. How to deal with it alert Popup ?

  16. stay selenium How to handle multiple Windows ?

......

5、 ... and 、App test

  1. What is? Android Four components ?

  2. When you click APP The icon starts the program , Describe the processes that will happen ?

  3. APP What are the main contents of the test , How to develop ?

  4. Android What should be considered in the compatibility test of ?

  5. in the light of App Installation function of , Write test points ?

  6. frequently-used ADB command ?

  7. In the view logcat How to save the contents of the command log to the local file ?

  8. App collapse ( Flash back ), What may be the cause ?

  9. How to test and monitor ap Memory usage 、CPU Consume 、 Traffic usage ?

  10. How to test the weak network

  11. "//*[contains(@text," Sign in ”)]" What does that mean?

  12. Appium What are the starting methods

......

Poke the small card below to get :【 Software test data collection + A collection of interview questions + The real interview question of Dachang 】

6、 ... and 、 Performance testing

  1. What is performance testing ?

  2. What is load testing ?

  3. What methods are included in performance testing ( At least list 5 Kind of )?

  4. Describe the steps of performance testing ?

  5. When to start performance testing ?

  6. What are the application areas of software performance testing ( List at least three )?

  7. Please describe SEI Software performance testing process ?

  8. Please describe RBI Software performance testing process ?

  9. Please describe LR Performance test process ?

  10. For projects developed using agile processes , How should the performance test be carried out ?

  11. about Web Response time of the system , What is the acceptable time for widely recognized users in the industry ?

......

7、 ... and 、loadrunner Interview questions

  1. What is load testing ? What is performance testing ?

  2. LoadRunner What are the components ?

  3. What is the assembly point ? What's the point of setting a set point ?Loadrunner Which is the set point function in ?

  4. What is a scene ? What is the importance of the scene ? How to set the scene ?

  5. Why create parameters ? How to create parameters ?

  6. What is Association ? Please explain the difference between automatic association and manual Association

  7. How do you find out where you need to relate ? Please give some examples of your project .

  8. Which function is used to intercept the dynamic value in the virtual user script ?( Manual connection )

  9. How do you debug LoadRunner Script ?

  10. What is incremental ? How do you set up ?

  11. What are the advantages of a virtual user running as a thread ?

......

8、 ... and 、 Computers and networks

  1. Please briefly DNS、 Active directory 、 The concept of domain .

  2. 10M What does megabroadband mean ? What is the theoretical download speed ?3. What is? IP Address ?

  3. 0SI Division of seven layer network model ?

  4. TCP and UDP What's the difference ?

  5. HTTP Which layer of protocol does it belong to ?

  6. HTTP and HTTPS The difference between ?

  7. cookies and session The difference between ?

  8. HTTP Of get Request and post Differences in requests ?

  9. HTTP1.0 and HTTP1.1 What's the difference?

  10. TCP The connection establishment process of , And the disconnection process ?12. Client side usage DHCP obtain IP The process of ?

  11. Write the network address and broadcast address of a network segment ?14. What is? *** What kind of ?

  12. B/S and C/S The difference between

  13. TCP/UDP What are the differences ?

  14. IsO Model ? HUB、tch、Router yes IsO Which layer of equipment ?

  15. Thread and process area

......

Nine 、 Logical interview questions

  1. Burn an uneven rope , It takes... From the beginning to the end 1 Hours . Now there are several ropes of the same material , Ask how to use the method of burning rope to time an hour and 15 minutes ?

  2. You have a barrel of jelly , There's yellow 、 green 、 Three kinds of red , Close your eyes and grab two of the same color . Grab as many as you want to make sure you have two jellies of the same color ?3. If you have an infinite amount of water , One 3 A liter of lift ,- individual 5 A liter of lift , The shape of the two pokes is uneven up and down , Ask how you can accurately weigh 4 Liters of water ?

  3. A fork leads to the country of honesty and the country of lies . There are two people , It is known that an honest country , The other is from the country of lies . The honest country always tells the truth , A liar always lies . Now you're going to lie country , But I don't know which way to go , I need to ask these two people . How should I ask ?

  4. 12 A ball a balance , It is known that only one weight is different from the others , Ask how you can find the ball three times Well ? ( Be careful This question does not tell whether the ball is light or heavy , So we need to think about )

  5. In one . Days of 24 In an hour , The clock hour 、 There are several times when the minute hand and the second hand coincide completely ? When are they all different ? How did you figure out ?

......

Ten 、 Human resources issues

  1. What is your testing career development ? What do you think are the advantages of testing ?

  2. When you're looking for a job , What is the most important consideration ?

  3. Why should we admit you ?

  4. Please talk about your personal biggest feature .

  5. What qualities and skills should a test engineer possess ?

  6. And how do you guarantee the quality of software , In other words, how do you think you can maximize the software quality 7. Why do you choose testing ?

  7. Why is it worth their company to hire ?

  8. If I hire you , What contribution can you make to the Department ?10. How to see from your work that you are a self-conscious person

  9. Can you usually finish your work within the time limit . ( I'd like to ask what is her motivation to ask this question )

  10. How do you usually react to criticism

  11. If you know it's not right , Will you still do it according to your supervisor's instructions ?

  12. What are your personal and professional goals in five years ?15. How do you make your career choices ?

  13. What's your salary when you leave ?

......

That's all 2022 Spring recruitment software test engineer interview summary , Due to space limitation , Only part of the interview questions were selected , Here is a collection of collations . There are more collections of real interview questions from big factories .

​ stamp Portal Free access :【 Software test data collection + A collection of interview questions + The real interview question of Dachang 】

 

Last

Limited space , Other contents will not be shown one by one , You can click Portal Free access ! Finally, I wish the interview friends come on , Get what you want as soon as possible offer. Sorting is not easy to , If you get help , Give support to the third company , More resources and tutorials will be shared in the future .

原网站

版权声明
本文为[Test big strange]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/163/202206122020549093.html