Today, I had an interview with Laibyte asking for a monthly salary of 23K. It is obvious that he memorized a lot of interview questions...

Recently, a friend went to Byte for an interview . The interview took about 20 days, including 4 rounds of telephone interviews, 1 round of written tests, 1 round of supervisor video interviews, and 1 round of hr video interviews.

According to him, 80% of the people will fail in the first round of interviews . If he hadn't prepared well before the interview, he probably wouldn't be able to last through the next few rounds of interviews.

In fact, in the first round of telephone interviews, in addition to some regular self-introductions, they were asked about some basic professional knowledge. The main purpose was to screen out some people with weak foundations , so as not to waste everyone's time. The questions asked mainly related to the following aspects:

basic interview questions

  • Self introduction
  • Introduce the projects in your resume
  • Share a most impressive bug

Basic theoretical knowledge

  • How is the interface automation framework built in the project?
  • How to decouple dependencies between interface automation use cases
  • Difference between HTTP/HTTPS, Redis data type?

Regular hr digging questions

  • Proportional distribution of developers and testers in the previous company
  • Why are you considering changing jobs?
  • Career plan for the next three years

People who come to interview, look at their resumes, have an average of 3 years of work experience, but the average level is very disappointing. In the interview, it doesn’t look like the kind of self-confidence that has been around for several years. If you don’t mention testing tools, you don’t know much about the basic technologies. APP automation, etc. are asked three times, and they all stay at the basic method level of interface testing. Advanced automation questions are even asked one by one, and the latest developments in cutting-edge technologies are not paid attention to.

However, the salary requirements of these people are all close to 22k, and they have a few years of experience during the discussion process, which feels very high.

One in particular left a deep impression on me. I have 3 years of experience in my resume, and all I did were small program display projects. During the interview, I kept emphasizing how powerful my technology was and how it was reused in the original company. I asked some details . , all are manual, almost no automation.

In the end, I recruited 2 modest and pretty good ones who can be considered as helpers. I talked about this with a few friends, and they also felt the same way. People are impetuous, and few are willing to do technical work in a down-to-earth way.

Due to the influx of these unqualified testers who think they are excellent in large numbers in the market, most companies have to lower their expectations, but the truly capable testers are basically not affected, and it is still easy to change jobs. If you are dissatisfied with your current job and do not have enough experience, you may wish to calm down and study further.

No matter what technology is hot or not, learning is uninterrupted. It is the kingly way to sharpen technology while young. Otherwise, you will not be able to eat much if you want to be young in this career of programmers. Year. However, wanting to improve is one thing, and how to improve effectively is another. I have been working for nearly ten years, and I have also supervised many interns and fresh graduates. Many young people are really hardworking in their studies, working overtime and working hard, but they are almost too late, and the methods are still wrong.

This article is a collection of software tests compiled by the Internet giant Tester Da Niu for three months, from theoretical foundation, Linux foundation, MySQL foundation to Web testing, interface testing, App testing, and performance testing, and real interview questions from major factories Comprehensive analysis, due to the large number of technologies covered, may not list them one by one

First release on the whole network - covering 16 technology stacks

The first part, test theory (test basis + requirements analysis + test model + test plan + test strategy + test case, etc.)

The second part, Linux (Linux basics + Linux practice questions)

The third part, MySQL (basic knowledge + query practice + summary of classic interview questions of Wannian student table + real questions of database enterprises)

Part IV, Web Testing

Part V, API Testing

Part VI, App Testing

Part VII, Management Tools

The eighth part, Python basics (Python basics + programming questions + collections + functions + Python features, etc.)

Part IX, Selenium related

Part 10, Performance Testing

Part Eleven, related to LordRunner

Part 12, Computer Networks

Part Thirteen, Principles of Composition

Part Fourteen, Data Structures and Algorithms

Part XV, logic problems

Part XVI, Human Resources

Basics of Software Testing

What are the steps of software testing?

How to record test script?

Test methods that should be considered for how to test

How to estimate the testing effort?

The problem with test design

When an error occurs during the testing process, what are the solutions?

Problems with test execution

Goals of Test Evaluation

How to improve the test?

Advantages and disadvantages of C/S mode

Advantages and disadvantages of B/S mode
insert image description here

The difference between Linux
grep and find? What are the uses of grep?

View IP address?

Create and delete a multilevel directory?

Find the haha.txt file in the current user's home directory?

How to query the tomcat process and kill the process, and write linux commands?

View log files dynamically?

Command to view system hard disk space?

View all ports of the current machine listen?
insert image description here

Python
counts the number of lines of code in the python source code file, removes comments, blank lines, and outputs?

Python calls cmd and returns the result?

Bubble Sort

How many different and non-repeating three-digit numbers can be composed of the four numbers 1, 2, 3, and 4?

Please use python to print out symmetric numbers within 10000 (symmetry number characteristics: numbers are symmetrical left and right, such as: 1, 2, 11, 121, 1221, etc.)

Given an integer N and a number K of 0-9, it is required to return the number of occurrences of the number K in 0-N

Determine how many prime numbers there are between 101-200, and output all prime numbers

A function that inputs a triangle, whether the output can form a triangle after input, and the type of triangle, please use the equivalence class-partition method to design a test case
insert image description here


Which Mysql engine do you use for MySQL , and what are the differences between each engine?

How to optimize the query command?

Database optimization?

How does Sql injection occur and how to prevent it?

What is the difference between NoSQL and relational databases?

What is the most basic difference between the essence of MySQL and MongoDB

How to implement paging in Mysql database?

Operation of Mysql database?

Optimizing the database? Improving the performance of the database?

What is data integrity?
insert image description here

Web

What is the difference between web testing and app testing?

WEB test environment construction and test method

WEB Testing Tutorial

Key points and basic methods of WEB testing

Web test page summary

insert image description here

Interface testing
What is an interface

If the module requests http to https, how should the test plan be formulated and modified?

What does the commonly used HTTP protocol debugging agent I have? Explain in detail the setting process of capturing the HTTPS protocol?

Describe the hierarchical structure of the TCP/IP protocol and the important protocols in each layer

jmeter, the response result of an interface is as follows:

How to clean up the garbage data generated by the interface

How to deal with reliance on third-party interfaces

Where do you put the test data?

What is data-driven and how to parameterize it?


insert image description here

Performance testing
What do you think is the purpose of performance testing? What is the key to doing a good job in performance testing?

From what angles are server-side performance analysis performed?

How to understand stress testing, negative testing and performance testing?

How to judge whether there is a memory leak and the indicators of concern?

Describe the causes of memory leaks in the software and how to check them. (It can be described in combination with a development language)

Briefly describe what is value transfer, what is address transfer, and what is the difference between the two?

What is a system bottleneck?

insert image description here

How does selenium
build an automated testing framework?

How to design automated test cases:

How does webdriver open and exit a browser?

What is an automated testing framework?

What is Selenium and what are the popular versions?

How do you start Selenium RC from the command line?

On my machine port 4444 is not free. How can I use another port?

What is Selenium Server and how is it different from Selenium Hub?

How do you connect to the database from Selenium?

How do you verify that an object exists on multiple pages?

What is the difference between using single and double slashes in XPath?

How to write user extensions for SeleniumIDE/RC?

How to verify the existence of an element after the page loads successfully?

What do you know about Selenium Grid? What features does it provide?

How to start Selenium server from your Java Class?

What are the verification points in Selenium?

What is XPath? When should I use XPath in Selenium?


insert image description here

Computer and Network
The IP of a computer is 192.168.10.71 subnet mask 255.255.255.64 with 192.168.10.201…

Please briefly describe the concepts of DNS, active directory, and domain.

What does 10M broadband mean? What is the theoretical download speed?

What is an IP address?

What are the seven layers of the OSI network model?

What is the difference between TCP and UDP?

Which protocol layer does HTTP belong to?

What is the difference between HTTP and HTTPS?

What is the difference between cookies and sessions?

What is the difference between an HTTP get request and a post request?

What is the difference between HTTP1.0 and HTTP1.1

TCP connection establishment process, and disconnection process?

The process of the client using DHCP to obtain an IP?

Write down the network address and broadcast address of a network segment?


insert image description here

insert image description here

Human Resources
What is your testing career development? What do you think are the advantages of doing testing?

When you are looking for a job, what is the most important consideration?

Why should we admit you?

Please tell us about your personal best feature.

What qualities and skills should a test engineer possess?

Also, how do you ensure the quality of the software, that is to say, how do you think the quality of the software can be guaranteed to the greatest extent?

Why did you choose to test this line?

If I hire you, what contribution can you bring to the department?
insert image description here

How to obtain documents:

This document should be the most comprehensive and complete preparation warehouse for friends who want to engage in [software testing]. This warehouse has also accompanied me through the most difficult journey, and I hope it can help you too! All of the above can be shared, click the small card below to get it for free.

Guess you like

Origin blog.csdn.net/chengxuyuznguoke/article/details/130507187