Skip to content

Commit

Permalink
👍新增 《混合开发面试题.md》
Browse files Browse the repository at this point in the history
  • Loading branch information
AweiLoveAndroid committed Apr 12, 2018
1 parent 5b4344b commit 7ff895d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 10 deletions.
16 changes: 16 additions & 0 deletions interview/contents/混合开发技术面试题.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
###### 大厂除了技术深度之外,还要求你具备一些广度的知识,比如你要会前端知识,会混合开发,至少会一种脚本语言,C C++更不用说了,也是必会的。

* Hybrid做过吗?
* Hybrid通信原理是什么,有做研究吗?
* react native有多少了解?讲一下原理。
* weex了解吗?如何自己实现类似技术?
* flutter了解吗?内部是如何实现跨平台的?
* Dart语言有研究贵吗?
* 快应用了解吗?跟其她方式相比有什么优缺点?
* 说说你用过的混合开发技术有哪些?各有什么优缺点?
* 脚本语言会吗?
* Python会吗?
* 会不会PHP?
* Gradle了解多少?groovy语法会吗?
* 测试工具用过哪些?
* 单元测试做过吗?如何做的?
22 changes: 12 additions & 10 deletions interview/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
### 主要分为以下几部分:

> ### (一)[java面试题](https://github.com/AweiLoveAndroid/CommonDevKnowledge/blob/master/interview/contents/java%E9%9D%A2%E8%AF%95%E9%A2%98.md)
>
>**(1)java基础面试知识点**
>
>**(2)java深入源码级的面试题(有难度)**
Expand All @@ -23,19 +23,21 @@
>**(4)线程、多线程和线程池**
>
>**(5)并发编程有关知识点(这个是一般Android开发用的少的,所以建议多去看看):**
>
> ### (二)[Android面试题](https://github.com/AweiLoveAndroid/CommonDevKnowledge/blob/master/interview/contents/Android%E9%9D%A2%E8%AF%95%E9%A2%98.md)
>
>**(1)Android基础知识点**
>
>**(2)Android源码相关分析**
>
>**(3)常见的一些原理性问题**
>
>**(4)开发中常见的一些问题**
>
> ### (三)[高端技术面试题](https://github.com/AweiLoveAndroid/CommonDevKnowledge/blob/master/interview/contents/%E9%AB%98%E7%AB%AF%E6%8A%80%E6%9C%AF%E9%9D%A2%E8%AF%95%E9%A2%98.md)
>
> ### (三)[混合开发技术面试题](https://github.com/AweiLoveAndroid/CommonDevKnowledge/blob/master/interview/contents/%E6%B7%B7%E5%90%88%E5%BC%80%E5%8F%91%E6%8A%80%E6%9C%AF%E9%9D%A2%E8%AF%95%E9%A2%98.md)
> ### (四)[高端技术面试题](https://github.com/AweiLoveAndroid/CommonDevKnowledge/blob/master/interview/contents/%E9%AB%98%E7%AB%AF%E6%8A%80%E6%9C%AF%E9%9D%A2%E8%AF%95%E9%A2%98.md)
>**(1)图片**
>
>**(2)网络和安全机制**
Expand All @@ -54,13 +56,13 @@
>
>**(9)framework层、ROM定制、Ubuntu、Linux之类的问题**
>
> ### [非技术性问题&HR问题汇总](https://github.com/AweiLoveAndroid/CommonDevKnowledge/blob/master/interview/contents/%E9%9D%9E%E6%8A%80%E6%9C%AF%E6%80%A7%E9%97%AE%E9%A2%98%26HR%E9%97%AE%E9%A2%98%E6%B1%87%E6%80%BB.md)
>
> ### [非技术性问题&HR问题汇总](https://github.com/AweiLoveAndroid/CommonDevKnowledge/blob/master/interview/contents/%E9%9D%9E%E6%8A%80%E6%9C%AF%E6%80%A7%E9%97%AE%E9%A2%98%26HR%E9%97%AE%E9%A2%98%E6%B1%87%E6%80%BB.md)
>**(1)非技术问题**
>
>**(2)HR提出的面试问题**
>
> ### [部分面试题解答](https://github.com/AweiLoveAndroid/CommonDevKnowledge/tree/master/interview/answers)
> ### [部分面试题解答](https://github.com/AweiLoveAndroid/CommonDevKnowledge/tree/master/interview/answers)
----

Expand Down

0 comments on commit 7ff895d

Please sign in to comment.