当前位置:网站首页>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
What is software testing ? The purpose and principle of software testing ?
ask : What is the software life cycle and its model ?
What is software quality ?
Main steps of automated test script development :
What is the main test case design method at present ?
What are the common test case design methods ? Please use specific examples to illustrate the application of these methods in test case design
What are the strategies for testing ?
What are the strategies for unit testing ?
What are the characteristics of orthogonal table test case design method ?
How to test the security of software ?
What are the considerations of requirement testing ?
ask : You found one in the test bug , But the development manager doesn't think it's a bug , How should you solve .
ask : Give you a website , How do you test ?
ask : One client has 300 clients and three hundred clients have 300 clients to put pressure on the server , What's the difference? ? ?
How many aspects of software security should we take To test ?
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 ? ?
What are the tasks of testers in the software development process ?
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 ?
Black box testing and white box testing are two basic methods of software testing , Please explain their advantages and disadvantages respectively !
What are system bottlenecks ?
Describe the complete process of a test activity in detail .
When did the software testing project start ? Why? ?
What are the criteria for the end of the test ?
What is compatibility testing ? What aspects of compatibility testing focus on ?
When did the software testing project start ? Why? ?
......
Two 、MySQL Interview questions
What is? SQL?
What is? MySQL?
What is a database ?
What three paradigms ?
SQL Of select The complete execution sequence of statements ?
Write the addition, deletion, modification and query of the table SQL grammar ?
The nature of transactions ?
Database optimization ?
SQL How injection is produced , How to prevent ?
MySQL Storage engine MyISAM And InnoDB difference ?
What are the indexing algorithms ?
The principles of index design ?
What to pay attention to when creating indexes ?
MySQL in InnoDB How to realize the row lock of engine ?
What is stored procedure ? What are the advantages and disadvantages ?
What is trigger ? What are the usage scenarios of triggers ?
......
3、 ... and 、Liunx
What is? Linux
What is? Linux kernel ?
Linux Architecture of ?
What is? root account ?
What is? LILO?
Linux What is the directory structure of ?
Three views server.log File contents of ?
edit start.sh file , Before checking the file 10 Line content and after 10 Row content ?
You used to use linux Command what to do ?
linux What are the ways to install software ?
Use before linux In the process , What tools are used to connect remotely ?
vi How to use the editor ?
frequently-used linux What are the orders ?
How to use linux Command to view the background log ?
How to use tar Command compression and decompression gz package ?
File permission changed to owner read 、 The group you are in writes , Other users perform , How to write commands ?
......
Four 、web test
Selenium Support for automated testing of desktop applications ?
Selenium Whether the engine supports the execution of use cases ?
Seleinum Is there a read excel Document library ?
Selenium What are the components ?
Selenium What are the limitations or limitations ?
stay selenium in , What are the different ways to locate elements ?
What is? imlicitlyWait( An implicit wait )?
What is? expliciteWait( Explicit waiting )?
What is a thread wait ( Hard wait )?
What is? pollingEvery?
Can your test script run on different browsers , Cross-browser platform support ?
What is? POM, Why use it ?
As you do the automation , Is there a problem ? For example, the ?
Give an example of the exceptions you've encountered , stay selenium Automated testing process ?
How to deal with it alert Popup ?
stay selenium How to handle multiple Windows ?
......
5、 ... and 、App test
What is? Android Four components ?
When you click APP The icon starts the program , Describe the processes that will happen ?
APP What are the main contents of the test , How to develop ?
Android What should be considered in the compatibility test of ?
in the light of App Installation function of , Write test points ?
frequently-used ADB command ?
In the view logcat How to save the contents of the command log to the local file ?
App collapse ( Flash back ), What may be the cause ?
How to test and monitor ap Memory usage 、CPU Consume 、 Traffic usage ?
How to test the weak network
"//*[contains(@text," Sign in ”)]" What does that mean?
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
What is performance testing ?
What is load testing ?
What methods are included in performance testing ( At least list 5 Kind of )?
Describe the steps of performance testing ?
When to start performance testing ?
What are the application areas of software performance testing ( List at least three )?
Please describe SEI Software performance testing process ?
Please describe RBI Software performance testing process ?
Please describe LR Performance test process ?
For projects developed using agile processes , How should the performance test be carried out ?
about Web Response time of the system , What is the acceptable time for widely recognized users in the industry ?
......
7、 ... and 、loadrunner Interview questions
What is load testing ? What is performance testing ?
LoadRunner What are the components ?
What is the assembly point ? What's the point of setting a set point ?Loadrunner Which is the set point function in ?
What is a scene ? What is the importance of the scene ? How to set the scene ?
Why create parameters ? How to create parameters ?
What is Association ? Please explain the difference between automatic association and manual Association
How do you find out where you need to relate ? Please give some examples of your project .
Which function is used to intercept the dynamic value in the virtual user script ?( Manual connection )
How do you debug LoadRunner Script ?
What is incremental ? How do you set up ?
What are the advantages of a virtual user running as a thread ?
......
8、 ... and 、 Computers and networks
Please briefly DNS、 Active directory 、 The concept of domain .
10M What does megabroadband mean ? What is the theoretical download speed ?3. What is? IP Address ?
0SI Division of seven layer network model ?
TCP and UDP What's the difference ?
HTTP Which layer of protocol does it belong to ?
HTTP and HTTPS The difference between ?
cookies and session The difference between ?
HTTP Of get Request and post Differences in requests ?
HTTP1.0 and HTTP1.1 What's the difference?
TCP The connection establishment process of , And the disconnection process ?12. Client side usage DHCP obtain IP The process of ?
Write the network address and broadcast address of a network segment ?14. What is? *** What kind of ?
B/S and C/S The difference between
TCP/UDP What are the differences ?
IsO Model ? HUB、tch、Router yes IsO Which layer of equipment ?
Thread and process area
......
Nine 、 Logical interview questions
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 ?
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 ?
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 ?
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 )
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
What is your testing career development ? What do you think are the advantages of testing ?
When you're looking for a job , What is the most important consideration ?
Why should we admit you ?
Please talk about your personal biggest feature .
What qualities and skills should a test engineer possess ?
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 ?
Why is it worth their company to hire ?
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
Can you usually finish your work within the time limit . ( I'd like to ask what is her motivation to ask this question )
How do you usually react to criticism
If you know it's not right , Will you still do it according to your supervisor's instructions ?
What are your personal and professional goals in five years ?15. How do you make your career choices ?
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 .
边栏推荐
- How to download putty using alicloud image?
- What is the difference between union and union all
- MySQL日志
- 华尔街备忘单(Wall Street Cheat Sheet)
- unable to recognize “*.yaml“: no matches for kind “ClusterRole“ in version “rbac.authoriz
- P5076 【深基16.例7】普通二叉樹(簡化版)
- Alipay payment episode 11: monitoring after successful payment callback
- Macro definitions and functions
- 作用域和作用域链
- How to determine the sample size of an inspection lot in SAP QM's initial sampling strategy?
猜你喜欢
QT pro文件配置ffmpeg宏
Alipay payment episode 11: monitoring after successful payment callback
Centos7 installing PHP
同时做测试,别人已经年薪20w起,为什么你还在为达到月薪10k而努力?
Introduction to system mode development of rouya wechat mall
半路自学测试成功转行,第一份测试工作就拿10k
1. Getting to know R
Understanding of data in memory
牛客网:三数之和
[live streaming] understand the design of d3js and learn how to read the source code.
随机推荐
Is online futures account reliable? Is it safe to open an online futures account?
View 的事件分发机制
Generate API documents using swagger (go language example)
When will the index fail
At the beginning of SAP QM, assign sampling strategy for quantitative characteristics
golang类型断言理解[go语言圣经]
Properties to YML
more-copy. JS specifies that the file template is generated to the specified file directory
WordPress optimization tutorial makes WordPress open faster
DFT learning notes
MySQL + PostgreSQL batch insert update insertorupdate
Handwritten promise
Illustrator tutorial, how to recolor artwork in illustrator?
测试人如何规划自己的未来?才能实现入行2年达到25k?
Transaction code qs28 of SAP QM preliminary level
Understanding of data in memory
QT knowledge: QT widgets widget class [01]
MySQL log
Detect current system language
Connectez - vous à MySQL