1、Java和Golang的对比
2、Java的线程用过哪些,包
3、JVM
4、golang的垃圾回收和java的垃圾回收的对比
5、做过的项目,最有难度的
6、二分法查找,且查找最后一个出现的索引【算法这块一定要把基础的算法搞定,难的就说暂时不会,然后由自己来主导算法的面试】
试题:
arr := []int{1, 2, 2, 2, 3, 5, 7}
查找2最后一次出现的索引
1、GC原理及优化
2、微服务一般由哪几部分组成及作用
1、编程之法:面试和算法心得:https://www.topgoer.cn/docs/the-art-of-programming-by-july/the-art-of-programming-by-july-1d1runaa6ejrv
2、Go数据结构和基础:https://www.topgoer.cn/docs/data-structures-questions/data-structures-questions-1d94smov8irdb
3、go语言面试题:https://www.topgoer.cn/docs/gomianshiti/mianshiti
4、常问面试题汇总:https://topgoer.cn/docs/interview/interview-1dks7os61lo44
5、go高级:https://www.topgoer.cn/docs/gosuanfa/gosuanfa-1c906k4cpjfnp
6、Golang 58个坑:https://topgoer.cn/docs/golang/chapter21-1
7、零碎知识点:https://topgoer.cn/docs/golang/chapter21-3
8、Gin、Gorm:面试题,事务,全局事务
9、leetcode–go:https://topgoer.cn/docs/leecode_go/leecode_go-1cskgs9cd81pm
10、Golang修养之路:https://topgoer.cn/docs/golangxiuyang/golangxiuyang-1cmedc59gtgpi
11、Go-Questions:https://topgoer.cn/docs/goquestions/goquestions-1cjh24lli0ear
12、rpc、Grpc、Protocol、etcd
13、跟煎鱼学 Go:https://topgoer.cn/docs/jianyugo/jianyugo-1cl3r7abejfvf
14、深入解析Go:https://topgoer.cn/docs/go-internals/go-internals-1d2a0950m9va6
15、Go开源项目:https://topgoer.cn/docs/go-open/go-open-1cpu7td6ntc1t
16、数据结构和算法:https://topgoer.cn/docs/goalgorithm/goalgorithm-1cm6akian87vb
17、docker、k8s