Tubat Rabbit Face Sutra

One side: 10.16 (25min)

  1. Introduce a relatively familiar project, talk about a problem encountered and how to solve it, and then conduct an in-depth discussion based on my problem, including pointing out some irrationality in my original solution, and guiding me to come up with new solutions. It lasted about 15min
  2. What factors need to be considered when designing a thread pool
  3. Task execution flow of thread pool

Final surface (including the second round of technical surface + HR surface): 10.18 (40min)

The final interview was conducted by the technical director and HR together. The technical officer asked about 30 minutes, and HR asked about 10 minutes.

The second side is more about the source code and some low-level things. Many issues are discussed around the source code and the underlying principles.

  1. Have you learned about the source code of some frameworks? For example
  2. The underlying implementation of AOP is a dynamic proxy, so what is the underlying implementation of dynamic proxy?
  3. Can reflection obtain private variables of a class, and how does reflection destroy the singleton pattern of a class?
  4. What better methods do you have for learning source code?
  5. What do you think is what you gain from learning the source code? Do you really use some of the essence of the source code?
  6. What does the @Transactional annotation do at the bottom?
  7. A private method is annotated with @Transactional, will the transaction affect this private method?
  8. Introduce a function you did during the internship, and talk about what you learned?
  9. As a developer, technology is very important. What else do you think is more important at work? (communication)
  10. For back-end development, what is a technical system you have learned, and how do you view the depth and breadth?
    Rather: ①The technology stack used by the company's backstage development? ②Is the front and rear ends separated? ③ Newcomer training system

HR talk about life in person~

  1. What are your hobbies?
  2. During the internship, did you encounter any difficulties and how to solve them?
  3. Have you heard about our company?
  4. Do you have a girlfriend? Which professional is your girlfriend?
  5. Do you have any ideas about working here in Shenzhen?
  6. ……

Guess you like

Origin blog.csdn.net/can_chen/article/details/109142400