Java senior development engineer interview syllabus

1 Java Basics

1.1 Collection and Map

(1) Master the inheritance system of Collection and Map.

(2) Master the characteristics and implementation principles of ArrayList, LinkedList, Vector, Stack, PriorityQueue, HashSet, LinkedHashSet, TreeSet, HashMap, LinkedHashMap, TreeMap, WeakHashMap, EnumMap, TreeMap, and HashTable.

(3) Master the implementation principles and applicable scenarios of CopyOnWriteArrayList, CopyOnWriteArraySet, and ConcurrentHashMap.

1.2 I.

(1) Master the inheritance system of InputStream, OutputStream, Reader, and Writer.

(2) Master byte streams (FileInputStream, DataInputStream, BufferedInputStream, FileOutputSteam, DataOutputStream, BufferedOutputStream) and character streams (BufferedReader, InputStreamReader, FileReader, BufferedWriter, OutputStreamWriter, PrintWriter, FileWriter), and use them proficiently.

(3) Master NIO implementation principles and usage methods.

1.3 Exceptions

(1) Master the Throwable inheritance system.

(2) Master the abnormal working principle.

(3) Understand common checked exceptions (such as FileNotFoundException), unchecked exceptions (such as NullPointerException), and errors (such as IOError).

1.4 Multithreading

(1) Master the characteristics and application scope of the three types of thread pools that Executors can create (JAVA8 has added one, a total of four) thread pools.

(2) Master the multi-thread synchronization mechanism and use it proficiently.

1.5 Socket

(1) Master the principle of Socket communication.

(2) Proficient in programming with multi-threading combined with Socket.

2 Java Virtual Machine

2.1 JVM内存区域划分

(1)掌握程序计数器、堆、虚拟机栈、本地方法栈、方法区(JAVA8已移除)、元空间(JAVA8新增)的作用及基本原理。

(2)掌握堆的划分:新生代(Eden、Survivor1、Survivor2)和老年代的作用及工作原理。

(3)掌握JVM内存参数设置及调优。

2.2 类加载

(1)掌握类的加载阶段:加载、链接(验证、准备、解析)、初始化、使用、卸载。

(2)掌握类加载器分类及其应用:启动类加载器、扩展类加载器、应用程序类加载器、自定义加载器。

3 J2EE

(1) 掌握JSP内置对象、动作及相关特点和工作原理。

(2) 掌握Servlet的特点和工作原理。

(3) 掌握Spring框架的IOC和AOP实现原理(反射和动态代理)。

(4) 至少掌握一个MVC框架(Spring MVC,Struts等)的工作原理,并熟练运用。

(5) 至少掌握一个ORM框架(Hibernate,MyBatis等)的工作原理,并熟练运用。

4 数据结构与算法

(1)掌握线性表和树的特点并熟练运用。

(2)掌握常用排序和查找算法:插入排序(直接插入排序、希尔排序)、选择排序(直接选择排序、堆排序)、交换排序(冒泡排序、快速排序)、归并排序,顺序查找、二分查找、哈希查找。

(3) 熟练运用常见排序和查找算法思想解决编程问题。

(4)了解几大基本算法:贪心算法、分治策略、动态规划。

5 计算机网络

(1)掌握网络的分层结构,及每层的功能特点。

(2)掌握TCP/IP的通信原理(三次握手、四次挥手)

6 数据库

(1)掌握复杂的SQL语句编写。

(2)掌握数据库的优化(SQL层面和表设计层面)。

(3)至少掌握一款数据库产品。

(4)熟悉高并发、大数据情况下的数据库开发。

7 Web技术

(1)掌握AJAX的工作原理。

(2)至少熟悉一款JS框架(比如JQuery)。

8 设计模式

(1)熟悉常见的设计模式。

(2)会将设计模式理论应用到实际开发中。

9 Linux

(1)熟练运用Linux常见命令。

(2)熟悉Linux操作系统基本概念及特点。

(3)熟悉Shell脚本。

10 操作系统

(1)掌握操作系统的进程管理。

(2)了解操作系统的I/O。

11 正则表达式

(1)掌握常见正则表达式符号。

(2)熟练运用正则表达式解决实际问题(比如匹配电话号码、邮箱、域名等)。

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326525481&siteId=291194637