当前位置:网站首页>ByteDance ten years of experience, old bird, took more than half a year to sort out the software test interview questions
ByteDance ten years of experience, old bird, took more than half a year to sort out the software test interview questions
2022-07-06 14:43:00 【Programming simplicity】
Software test engineer , Compared with development engineers , Although the early stage may not be too deep , But it covers a wide range . Preliminary interview intern or position of about a year , They mainly ask some basic questions . The knowledge involved mainly includes MySQL Use of database 、Linux The use of operating systems 、 The problem of software testing framework , Test environment construction problem 、 Of course, there are some problems with automated testing and performance testing . Interview questions for Test Engineers , They are basically the same , The core of the interview mainly lies in the framework module ( One to two years working experience ).
Today's post mainly explains the classic interview questions that are often asked in the process of interviewing yourself or people around you , statements of a school , If you have any objection or want to ask questions , Leave a comment in the comments section , I will reply as soon as I see !
1. What is your testing career development ?
The more experience in testing , The higher the ability to test . So my career development needs time to accumulate , Step by step toward the Senior Test Engineer . And I also have a preliminary career plan , front 3 Years of testing experience , According to the key points of how to do a good test engineer to ask yourself , Constantly update and correct yourself , Do the test well .
2. What qualities do you think testers need to have
You should have a certain coordination ability to do the test , Because testers often have to contact with developers to deal with some problems , If not handled well, it will cause 2、 Some conflicts , In this way, it will be difficult to do work . And testers have to be patient , Sometimes it's boring to do tests . Except for patience , Testers can't let go of every possible error .
3. Why can you do testing
Although my testing technology is not very mature , But I think I can still be competent for the job of software testing , Because doing software testing requires not only good technology , And have some communication skills , Patience, 、 Care and other external factors . All in all, I think I am qualified for this job .
4. What is the purpose of the test ?
The purpose of testing is to find out the mistakes in the software products , Is the software to meet the user's requirements as much as possible . Of course, software testing is impossible to find out all the mistakes .
5. What are the stages of testing ?
Generally speaking, it is divided into 5 Stages : unit testing 、 Integration testing 、 Confirmation test 、 The system test 、 The acceptance test
6. Test object of unit test 、 Purpose 、 Test basis 、 The test method ?
The test object is a program error inside the module , The purpose is to eliminate errors and defects in the logic and function of local modules . The test is based on the detailed design of the module , The test method is white box test .
7. What do you think of overtime
If I work overtime, I don't have much opinion , But I still think if we can arrange our time reasonably , There won't be much overtime .
8. Combine your previous study and work experience , How do you think to do well in testing .
According to my previous work and learning experience , I think to do a good job, we must first have a good communication , Only communication is accessible , There will be good cooperation , Will have better efficiency , Another is that technology must pass the test , Be patient enough to do the test , And a good working habit , Ask if you don't understand , Communicate with colleagues in real time, so as to do a good job of testing .
9. Why did you choose the software testing industry
Because I know the software testing industry before , I think his development prospect is very good .
10. Describe software development based on your previous work or learning experience 、 Testing process , Which roles are responsible for , What do you do?
There must be an architect 、 Development Manager 、 Test Manager 、 The programmer 、 Testers . I am mainly responsible for the execution of test cases by the assigned modules .
The most important step in job hopping is naturally the interview , It's golden nine and silver ten soon , There are all kinds of interview questions on the Internet , It will dazzle people for a while , I can't tell which one to see , So Xiaobian spent a week doing hundreds of real questions for the software test interview . There are other learning materials that can help you .
边栏推荐
- 数据库多表链接的查询方式
- Statistics 8th Edition Jia Junping Chapter 3 after class exercises and answer summary
- Fundamentals of digital circuits (II) logic algebra
- 后台登录系统,JDBC连接数据库,做小案例练习
- Mathematical modeling idea of 2022 central China Cup
- Pointer -- output all characters in the string in reverse order
- servlet中 servlet context与 session与 request三个对象的常用方法和存放数据的作用域。
- How to earn the first pot of gold in CSDN (we are all creators)
- 移植蜂鸟E203内核至达芬奇pro35T【集创芯来RISC-V杯】(一)
- 【指针】统计一字符串在另一个字符串中出现的次数
猜你喜欢
New version of postman flows [introductory teaching chapter 01 send request]
Mysql的事务是什么?什么是脏读,什么是幻读?不可重复读?
王爽汇编语言详细学习笔记二:寄存器
Résumé des points de connaissance et des réponses aux exercices après la classe du chapitre 7 de Jia junping dans la huitième édition des statistiques
Windows platform mongodb database installation
Statistics 8th Edition Jia Junping Chapter 7 Summary of knowledge points and answers to exercises after class
JVM memory model concept
JDBC read this article is enough
Statistics 8th Edition Jia Junping Chapter 12 summary of knowledge points of multiple linear regression and answers to exercises after class
Circular queue (C language)
随机推荐
c语言学习总结(上)(更新中)
Load balancing ribbon of microservices
Intranet information collection of Intranet penetration (2)
内网渗透之内网信息收集(三)
函数:求两个正数的最大公约数和最小公倍
My first blog
移植蜂鸟E203内核至达芬奇pro35T【集创芯来RISC-V杯】(一)
王爽汇编语言学习详细笔记一:基础知识
. Net6: develop modern 3D industrial software based on WPF (2)
Statistics, 8th Edition, Jia Junping, Chapter VIII, summary of knowledge points of hypothesis test and answers to exercises after class
Fundamentals of digital circuits (I) number system and code system
Fundamentals of digital circuit (V) arithmetic operation circuit
Statistics 8th Edition Jia Junping Chapter 10 summary of knowledge points of analysis of variance and answers to exercises after class
Wang Shuang's detailed learning notes of assembly language II: registers
The common methods of servlet context, session and request objects and the scope of storing data in servlet.
[pointer] find the length of the string
Harmonyos application development -- address book management system telmanagesys based on listcontainer [phonebook][api v6]
Statistics 8th Edition Jia Junping Chapter 7 Summary of knowledge points and answers to exercises after class
后台登录系统,JDBC连接数据库,做小案例练习
【指针】求字符串的长度