Home Backend Development PHP Tutorial 【面试经验/原】第一回面试PHP开发工程师的经历

【面试经验/原】第一回面试PHP开发工程师的经历

Jun 13, 2016 pm 12:09 PM
java mysql php ssl

【面试经验/原】第一次面试PHP开发工程师的经历

?

其实,我很唐突。这我知道,也许我是故意的。恩,先说下我的情况吧,希望给网友分享下。

本人,在校大四学生,本科自动化专业。自学WEB开发技术3年,有开发经历,但是基础较弱。就这样,在我2年前建立的扣扣群中找到了一条招聘消息。我去了面试。

我没有任何经验,但丝毫没有觉得紧张,尽管我知道能力和经验不足。很惭愧的说,我是在评估我的价值。但是并不顺利。

面试官问的问题,我都可以说。但是,一半的问题却回答不到点子上,确切的说是,我不会。很糟糕吧,这么基本的问题,我却答不出来。所以,出门的时候,我有些失落。但是,我觉得我可以继续走这条路,达到我理想的程度。因为,面试官仅仅是问我理论的问题。我有很多的实战经历,我也体验过问题中的情况。但是,我却没有了解过理论上,这有些什么好处。所以,我相信可以很快的解决这个面试瓶颈。下面,我罗列下面试的问题吧,尽管喷我哦!

1、PHP开发中你觉得最难的是什么?

想了一处,完全不知道他要问什么,最后根据提示弱弱了回答了这个问题。其实,后来想想,无非就是说说OO思想、MVC等问题,再往深了就说说大并发应用的优化问题、或者数据库设计和优化问题而已。

2、PHP中的多重继承怎么写?

回答:“Class A extends B"。问:”多重继承?“。答:”用逗号分隔“。后来才知道这个问题,真是恼火,PHP是不可以多重继承的,需要用继承多个接口来实现,这就是PHP和Java的差别。

3、PHP的多进程用过么?

回答:“没用过,Java用过”。(囧)

4、Mysql的存储引擎有哪些?

InnoDB、MyISAM、MEMORY、Merge

5、索引了解过么?(最近正补习MySQL的索引优化问题)

答:“不多”

6、Apache会配置么?转发如何配置,SSL呢?(完全没有深入学习过)

没有回答,转发配置过,但并不熟悉。SSL不懂。

?

文章来源:?胡旭个人博客??》?【面试经验】第一次面试PHP开发工程师的经历

微信公众平台: ihuxublog

Statement of this Website
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

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

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

PHP's Purpose: Building Dynamic Websites PHP's Purpose: Building Dynamic Websites Apr 15, 2025 am 12:18 AM

PHP is used to build dynamic websites, and its core functions include: 1. Generate dynamic content and generate web pages in real time by connecting with the database; 2. Process user interaction and form submissions, verify inputs and respond to operations; 3. Manage sessions and user authentication to provide a personalized experience; 4. Optimize performance and follow best practices to improve website efficiency and security.

PHP and Python: Different Paradigms Explained PHP and Python: Different Paradigms Explained Apr 18, 2025 am 12:26 AM

PHP is mainly procedural programming, but also supports object-oriented programming (OOP); Python supports a variety of paradigms, including OOP, functional and procedural programming. PHP is suitable for web development, and Python is suitable for a variety of applications such as data analysis and machine learning.

PHP: Handling Databases and Server-Side Logic PHP: Handling Databases and Server-Side Logic Apr 15, 2025 am 12:15 AM

PHP uses MySQLi and PDO extensions to interact in database operations and server-side logic processing, and processes server-side logic through functions such as session management. 1) Use MySQLi or PDO to connect to the database and execute SQL queries. 2) Handle HTTP requests and user status through session management and other functions. 3) Use transactions to ensure the atomicity of database operations. 4) Prevent SQL injection, use exception handling and closing connections for debugging. 5) Optimize performance through indexing and cache, write highly readable code and perform error handling.

Why Use PHP? Advantages and Benefits Explained Why Use PHP? Advantages and Benefits Explained Apr 16, 2025 am 12:16 AM

The core benefits of PHP include ease of learning, strong web development support, rich libraries and frameworks, high performance and scalability, cross-platform compatibility, and cost-effectiveness. 1) Easy to learn and use, suitable for beginners; 2) Good integration with web servers and supports multiple databases; 3) Have powerful frameworks such as Laravel; 4) High performance can be achieved through optimization; 5) Support multiple operating systems; 6) Open source to reduce development costs.

Choosing Between PHP and Python: A Guide Choosing Between PHP and Python: A Guide Apr 18, 2025 am 12:24 AM

PHP is suitable for web development and rapid prototyping, and Python is suitable for data science and machine learning. 1.PHP is used for dynamic web development, with simple syntax and suitable for rapid development. 2. Python has concise syntax, is suitable for multiple fields, and has a strong library ecosystem.

MySQL's Role: Databases in Web Applications MySQL's Role: Databases in Web Applications Apr 17, 2025 am 12:23 AM

The main role of MySQL in web applications is to store and manage data. 1.MySQL efficiently processes user information, product catalogs, transaction records and other data. 2. Through SQL query, developers can extract information from the database to generate dynamic content. 3.MySQL works based on the client-server model to ensure acceptable query speed.

How to start mysql by docker How to start mysql by docker Apr 15, 2025 pm 12:09 PM

The process of starting MySQL in Docker consists of the following steps: Pull the MySQL image to create and start the container, set the root user password, and map the port verification connection Create the database and the user grants all permissions to the database

Laravel Introduction Example Laravel Introduction Example Apr 18, 2025 pm 12:45 PM

Laravel is a PHP framework for easy building of web applications. It provides a range of powerful features including: Installation: Install the Laravel CLI globally with Composer and create applications in the project directory. Routing: Define the relationship between the URL and the handler in routes/web.php. View: Create a view in resources/views to render the application's interface. Database Integration: Provides out-of-the-box integration with databases such as MySQL and uses migration to create and modify tables. Model and Controller: The model represents the database entity and the controller processes HTTP requests.

See all articles