Huawei OD test post interview experience, the interview process is completed in a week

After completing the interview process in a week, 10.18 computer-based test, computer-based test 210
first question: [the sum of the largest N number and the smallest N number]
second question: splicing URL
third question: jumping grid
personality test: there are many questions, there are There are more than 100 options, choose the one that fits the most and the one that doesn't fit the most among the three options. When answering questions, choose with a positive and optimistic attitude, and try to ensure consistency. You can check the results immediately after answering.

10.21 Technical The two rounds of technical aspects were held on the same day, both in the afternoon of the same day.

On the technical side: I made a self-introduction first, and after the self-introduction, the interviewer started to ask questions based on the project experience on the resume, about the test process, test design, what special tests have been done, and how to carry out the special tests; after answering the questions, it’s time to tear the code Session, topic: full arrangement, 25 minutes AC

#Enter a string and print out all permutations of the characters in the string.

#You can return this string array in any order, but there cannot be repeated elements in it.

#Example:

# Input: s = "abc"

#Output: ["abc", "acb", "bac", "bca", "cab", "cba"]

#limit:

#1 <= length of s <= 8

The second technical side: The process is the same as the first side, and the questions asked are similar to the first side, but the second side will dig into the details, so the resume must be written with something you are familiar with. At the end, I also gave an algorithm question. I didn’t understand the question when I got it at the beginning. I spent some time reading the question. I wrote it for more than 20 minutes and there was no AC. At this time, I was very anxious. I adjusted myself for two minutes and thought about it. With a new idea, it took 10 minutes to recode the code according to the new idea, and the debugging passed. I talked to the interviewer about my problem-solving ideas, and the interviewer recognized it.

#Title: The array water represents the water level of a row of bottles. Xiao Ming pours water into these bottles, and one operation can increase the water level of one bottle by 1. Given an integer cnt,

#Indicates that Xiaoming wants to obtain cnt bottles with the same water level by watering. What is the minimum number of times it needs to be watered?

#The returned result needs to be modulo 1000000007.

#enter:

#water = [7,1,9,10]

#cnt = 3

# output:

#4

10.24 HR & general interview: The HR interview and the supervisor interview were in the same round. This round was relatively easy. I talked about the basic situation of the family, the reason for leaving the previous job, how to quickly start work after joining the job, and follow-up work planning, etc. Wait, these are some relatively easy topics, just relax your mind this round.
11.7: Receive the offer and prepare entry materials.

In order to help programmer friends change jobs for interviews, get promoted and raise their salaries, face career difficulties, and improve their skills, this article provides you with a set of quick learning methods and notes covering testing all technology stacks. At present, I have received feedback from seven or eight netizens, saying that the interview asked a lot of knowledge points.

The content involves: testing theory, Linux foundation, MySQL foundation, Web testing, interface testing, App testing, management tools, Python foundation, Selenium related, performance testing, LordRunner related, etc.

Dachang software testing post experience sharing

Through the interview summary, I found that, in fact, the interviews for software testing posts are similar. Frequently asked questions include the following:

  • test basis
  • Essential knowledge of Linux
  • Shell script
  • Principles of Internet Programming
  • MySQL database
  • Capture tool
  • Interface Test Tool
  • Web automation testingJava&Python
  • Interface and Mobile Automation
  • Agile Testing & TestOps Construction
  • Performance Testing & Security Testing

Part 1 Fundamentals of Software Testing

insert image description here

Part II Python Programming

insert image description here

Part IIIMySQL

insert image description here

The fourth part is related to LordRunner

insert image description here

Part V Web Testing

What is sql injection, what is cross-site scripting, and what is cross-site
How to test a website for you?
How to test the e-commerce payment module?
How to carry out compatibility testing?
What are nginx.tomcat.apache?
apache and nginx difference?
insert image description here

Part VI Interface Automation Testing

insert image description here

Part VII App Testing

insert image description here

at last

The entire document has a total of nearly 200 pages. It is definitely unrealistic to show you all. In order not to affect your reading experience, only part of the content is shown. I hope you will understand and hope to help you review before the interview and Find a good job, and save everyone's time searching for information on the Internet to learn!

Guess you like

Origin blog.csdn.net/weixin_56331124/article/details/128856376