中国电子云-后端日常实习

一家国企,问的不难,基本是常规八股。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 回复 分享
发布于 2024-12-21 23:02 吉林
佬是啥bg啊
点赞 回复 分享
发布于 2024-12-23 11:35 河北

相关推荐

评论
4
10
分享

创作者周榜

更多
牛客网
牛客企业服务