中国电子云-后端日常实习
一家国企,问的不难,基本是常规八股。12.10,共50min。
1. dfs和bfs的优势对比
2. 一个(id,name,pid)的数组,怎么建立成树
3. java的垃圾回收
4. jvm内存结构
5. 写一道sql
```sql
-- message表: id send_id recive_id cotent send_time
-- 查询一条消息的上下文
select * from message
where ((send_id = 'zs' and recive_id = 'ls') or (send_id = 'ls' and recive_id = 'zs'))
and
send_time < (select send_time from message where send_id = 'zs' and recive_id = 'ls' and send_time = '2024-11-11 12:00:00')
order by send_time DESC LIMIT 10;
```
6. sql优化
7. 有序链表合并
8. JVM内存结构
9. 设计模式
10. 拦截器和AOP的相似之处
11. 登录验证怎么做的
12. 缓存穿透和缓存击穿的解决方案
13. 介绍项目#ai智能作图#
1. dfs和bfs的优势对比
2. 一个(id,name,pid)的数组,怎么建立成树
3. java的垃圾回收
4. jvm内存结构
5. 写一道sql
```sql
-- message表: id send_id recive_id cotent send_time
-- 查询一条消息的上下文
select * from message
where ((send_id = 'zs' and recive_id = 'ls') or (send_id = 'ls' and recive_id = 'zs'))
and
send_time < (select send_time from message where send_id = 'zs' and recive_id = 'ls' and send_time = '2024-11-11 12:00:00')
order by send_time DESC LIMIT 10;
```
6. sql优化
7. 有序链表合并
8. JVM内存结构
9. 设计模式
10. 拦截器和AOP的相似之处
11. 登录验证怎么做的
12. 缓存穿透和缓存击穿的解决方案
13. 介绍项目#ai智能作图#
全部评论
佬在老板上投的吗,我打了声招呼简历都没发就直接说不要了
佬是啥bg啊
相关推荐
点赞 评论 收藏
分享
查看7道真题和解析
点赞 评论 收藏
分享
小浪_coder:1. 暑期实习什么鬼, 这都啥时候了,还发暑期实习面经
2. 你搞嵌入式发"测开"面经?
3. 最奇葩你没有内容写, 这还要订阅收费, 哥,米不是你怎么赚的
查看37道真题和解析 嵌入式学习路线+面经详解...
点赞 评论 收藏
分享