Android framework interview experience sharing

hi, fans and friends!

Hello everyone! Recently, many students and fans often ask about some experience of framework interviews.
insert image description hereMore framework dry goods knowledge hands-on teaching

Log.i("千里马qq群",“422901085);

Resume Writing Advice

1. Write some modules of the framework that you highlight. For example, if you are proficient in a certain framework module, you can write it boldly. Don’t worry about your own modules, or worry that it does not completely match the recruitment needs. 2. Write down some problems that you have solved and
analyzed Some classic difficult problems, such as anr, flashing black, black screen, frozen screen, or performance optimization, and other system problems
3. Do not write skills that are not too related to framework, such as some third-party open source frameworks for app development.
4. Do not write one by one Write a lot of projects that have been done over the years. It is recommended to leave 1-2 of the most successful ones and write a little bit
.

Framework interviewer's perspective to share interview experience

The following is the correct posture for framework interviews from the perspective of the interviewer:
1. The framework written in the resume does not require a lot of proficiency or familiarity with modules, but what is written requires real mastery. Framework development involves too many modules, and there are binders in classics , ams, atms, wms, input, pms and other classic large modules, as well as several native modules, it is impossible for you to say that one person has mastered them all, and the recruitment requirements will require that you only need to be proficient in one or two modules. .

2. The development requirements of the framework are refined, because the framework is a system-level thing after all, and a modification will affect the function and stability of the entire system. Only by analyzing the code and understanding the code is proficient in the code can it be possible to modify some problems in the system and implement the system with minimal impact The new function is not just copying and pasting from the Internet Baidu, so the requirement here is to be proficient or familiar with the modules written on the resume. The interviewer will dig deeper and will ask questions about many important parts of the modules. This part is for you. Whether you are really familiar with the investigation of this module is also the key to distinguishing whether you are a real fighter who really understands or an endorser who reads blogs and memorizes. Generally, interviewers will not ask questions that are general and allow you to endorse smoothly.

3. Understand that the interview is actually the recruitment of a certain position. It is very important to see whether you are suitable for this position. For example, if you recruit a wms job development, it mainly depends on whether you understand wms. Of course, this kind of person is exactly suitable In fact, it is still relatively small. Therefore, the most important thing is to examine the comprehensive ability. This comprehensive ability is determined by several factors, such as your basic framework knowledge ability. Maybe you don’t know the wms module, but you are still very familiar with the input module you have been in charge of, and you have a more enthusiastic attitude towards technology. Well, this actually fits the situation well.

4. Share some very technical problems in the framework development process, such as solving difficult problems such as black screen, flashing black, freezing screen, etc. This kind of difficult problem is more interesting. Everyone must remember to describe the process of how to solve the flash black problem clearly, including the analysis process, the use of tools, the root cause location, how to verify after modification, and the consideration of the spread of the problem.

Guess you like

Origin blog.csdn.net/learnframework/article/details/131053784