search
HomeBackend DevelopmentPHP TutorialA Python or PHP programmer requires 12K after tax. What level of technical ability is required? If you could ask 10 questions, what would be a better question to ask?

Reply content:

12K is not too high, so don’t worry too much.
PHP focuses on code organization/modularization, performance tuning, and security.
Python focuses on Pythonic style, multi-process/threading, and professional skills in the field (such as crawlers, analysis-specific packages and processing methods, Web framework knowledge points, etc.).
Those who can answer almost the same questions will basically not waste the money. Generally speaking, five years of experience is required (I don’t want to discuss the special cases in the market), and you should have experience in building medium and large websites, or the website traffic reaches a large scale, or the project complexity and code amount reach a large scale, otherwise it is just ordinary PHP. The level of coder will not have the best time and architectural ideas. The focus of the interview should be combined with the company's business core technology stack, focusing on 1. Performance scalability and development scalability of large projects, 2. Ideas for solving complex problems, 3. Methods of controlling code quality, etc.

If this is a senior technical position, you shouldn’t deal with it reluctantly and let yourself be a non-technical person to do the interview. If I were a candidate, I would definitely feel that you are not sincere at all. If you don’t take the technical interview seriously, you will definitely be disappointed. affect recruitment results.

If this problem is just a test, you should look for opportunities to do some larger projects and join a company that can provide such projects. Fresh graduate, 12k before tax, to do PHP | Codecademy level.

For reference.
  1. How to cause memory leaks in Python/PHP
  2. How to write SQL statements that are prone to injection attacks
  3. How to write PHP code that ordinary people can understand/How to write Python code that ordinary people can’t understand
  4. Compile Python / compile PHP
  5. Is tofu sweet or salty?
  6. Brief summary of the principle of the most B-level algorithm/data structure you know
  7. I can’t make it up anymore...
  8. Is tofu sweet or salty?
  9. Vim Emacs or IDE
  10. Will the curly braces wrap into new lines?

Actually, it depends on the company.

For some companies, you can only work for 2-3 years.

For some companies, it’s useless no matter how hard you work, because what they need are cheap skilled workers.

So joining a reliable company is the key to earning 12K monthly salary after tax.

Generally speaking, reliable companies require

1 Bachelor degree or above

2 Fair computer basics

3 Projects with technical content

4 Good knowledge and familiarity with other languages

In fact, go inside Push, pull the hook and look at the job requirements to find out.

12k after tax in Beijing, Shanghai and Guangzhou. . . Not much at all. . Can't recruit very good ones. But generally you won’t recruit people who are too watery. Just someone who can write code.
And this needs to be viewed from both sides.
Job seeker: Damn it, only 12k requires so much.
Boss: I’ve been paid 12 yuan after tax. Why are the recruiters so bad?
After a part-time worker becomes a boss, generally speaking, he will try to recruit high-quality talents with low salary and change his mind. Without region or company size, it is difficult to give an objective answer.

Big Internet companies in Beijing and some better small and medium-sized Internet companies have this amount as the starting salary for fresh graduates, but they basically recruit potential stocks from 211. The assessment of this type of talent is generally based on basic knowledge. Of course, if there are students who have stood out in school and have made something practical, 1.2 is a bit less.

If it is a general Internet company, this number can recruit junior talents who have worked for 1-3 years. For the assessment of talents in such companies, it is generally required to be able to make things. Then ask about the projects you have done before, what difficulties you encountered during the process, and how you solved them. Most of the time you can ask Come out level.

If your company wants to spend this amount to recruit an intermediate or above engineer in the Imperial City, forget it. If you do recruit one, it will be very good. The net exhaust is here =. =PHP development engineers in Beijing. Generally, companies cannot afford to train people. What they need is high-end manpower. What big companies need are talents. Of course, they can also be trained. At the very least, many companies require 2 to 3 years of work experience and proficiency in multiple languages. I won’t go into details. Anyway, a typical job with a monthly salary of 12K for 2 years is not enough, but an annual salary of 10W is still about the same in Beijing. I'll leave you alone and wait until I reach 12K after tax before answering... Entry-level graduates from Beijing, Shanghai and Shenzhen, fresh graduates from better universities, and job-hopping with some project experience from ordinary universities. Don't think it's worth it, it's determined by the market economy. As for interview questions, large companies pay more attention to foundation and projects, while ordinary companies only need the 5W principle, you know.
Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Dependency Injection in PHP: Avoiding Common PitfallsDependency Injection in PHP: Avoiding Common PitfallsMay 16, 2025 am 12:17 AM

DependencyInjection(DI)inPHPenhancescodeflexibilityandtestabilitybydecouplingdependencycreationfromusage.ToimplementDIeffectively:1)UseDIcontainersjudiciouslytoavoidover-engineering.2)Avoidconstructoroverloadbylimitingdependenciestothreeorfour.3)Adhe

How to Speed Up Your PHP Website: Performance TuningHow to Speed Up Your PHP Website: Performance TuningMay 16, 2025 am 12:12 AM

ToimproveyourPHPwebsite'sperformance,usethesestrategies:1)ImplementopcodecachingwithOPcachetospeedupscriptinterpretation.2)Optimizedatabasequeriesbyselectingonlynecessaryfields.3)UsecachingsystemslikeRedisorMemcachedtoreducedatabaseload.4)Applyasynch

Sending Mass Emails with PHP: Is it Possible?Sending Mass Emails with PHP: Is it Possible?May 16, 2025 am 12:10 AM

Yes,itispossibletosendmassemailswithPHP.1)UselibrarieslikePHPMailerorSwiftMailerforefficientemailsending.2)Implementdelaysbetweenemailstoavoidspamflags.3)Personalizeemailsusingdynamiccontenttoimproveengagement.4)UsequeuesystemslikeRabbitMQorRedisforb

What is the purpose of Dependency Injection in PHP?What is the purpose of Dependency Injection in PHP?May 16, 2025 am 12:10 AM

DependencyInjection(DI)inPHPisadesignpatternthatachievesInversionofControl(IoC)byallowingdependenciestobeinjectedintoclasses,enhancingmodularity,testability,andflexibility.DIdecouplesclassesfromspecificimplementations,makingcodemoremanageableandadapt

How to send an email using PHP?How to send an email using PHP?May 16, 2025 am 12:03 AM

The best ways to send emails using PHP include: 1. Use PHP's mail() function to basic sending; 2. Use PHPMailer library to send more complex HTML mail; 3. Use transactional mail services such as SendGrid to improve reliability and analysis capabilities. With these methods, you can ensure that emails not only reach the inbox, but also attract recipients.

How to calculate the total number of elements in a PHP multidimensional array?How to calculate the total number of elements in a PHP multidimensional array?May 15, 2025 pm 09:00 PM

Calculating the total number of elements in a PHP multidimensional array can be done using recursive or iterative methods. 1. The recursive method counts by traversing the array and recursively processing nested arrays. 2. The iterative method uses the stack to simulate recursion to avoid depth problems. 3. The array_walk_recursive function can also be implemented, but it requires manual counting.

What are the characteristics of do-while loops in PHP?What are the characteristics of do-while loops in PHP?May 15, 2025 pm 08:57 PM

In PHP, the characteristic of a do-while loop is to ensure that the loop body is executed at least once, and then decide whether to continue the loop based on the conditions. 1) It executes the loop body before conditional checking, suitable for scenarios where operations need to be performed at least once, such as user input verification and menu systems. 2) However, the syntax of the do-while loop can cause confusion among newbies and may add unnecessary performance overhead.

How to hash strings in PHP?How to hash strings in PHP?May 15, 2025 pm 08:54 PM

Efficient hashing strings in PHP can use the following methods: 1. Use the md5 function for fast hashing, but is not suitable for password storage. 2. Use the sha256 function to improve security. 3. Use the password_hash function to process passwords to provide the highest security and convenience.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!