滴滴一面(Java社招)
#面试问题记录#
1.coding, LRU。
2.http请求头和响应头的结构?
3.常见http响应码? 502和504的区别?
4.mysql innodb的索引结构?
5. 以下情况的索引使用情况:
create table myTest (a string, b int, c int, KEY a(a,b,c));
1.select * from myTest where c=3 and a="test" and b=5;
2.select * from myTest where a="test" and b>5 and c=6;
3.select * from myTest where a="test" order by b asc;
4.select * from myTest order by a asc, b desc;
5.select a,b,c from myTest where a like "te%" and b=5 and c=3;
6. 某高并发电商系统,订单表日增量超过500万条,当前单表数据量已达数十亿,导致慢查询频发,分页查询深度偏移时性能急剧下降。如何优化?
7. 聊项目。
1.coding, LRU。
2.http请求头和响应头的结构?
3.常见http响应码? 502和504的区别?
4.mysql innodb的索引结构?
5. 以下情况的索引使用情况:
create table myTest (a string, b int, c int, KEY a(a,b,c));
1.select * from myTest where c=3 and a="test" and b=5;
2.select * from myTest where a="test" and b>5 and c=6;
3.select * from myTest where a="test" order by b asc;
4.select * from myTest order by a asc, b desc;
5.select a,b,c from myTest where a like "te%" and b=5 and c=3;
6. 某高并发电商系统,订单表日增量超过500万条,当前单表数据量已达数十亿,导致慢查询频发,分页查询深度偏移时性能急剧下降。如何优化?
7. 聊项目。
全部评论
老哥还在携程吗?
问问老哥过了吗
相关推荐
查看1道真题和解析 点赞 评论 收藏
分享
昨天 18:49
西北工业大学 Java 点赞 评论 收藏
分享
03-19 17:53
武汉大学 算法工程师 暴杀流调参工作者:春招又试了一些岗位,现在投递很有意思,不仅要精心准备简历,投递官网还得把自己写的东西一条一条复制上去,阿里更是各个bu都有自己的官网,重复操作无数次,投完简历卡完学历了,又该写性格测评、能力测评,写完了又要写专业笔试,最近还有些公司搞了AI辅助编程笔试,有些还有AI面试,对着机器人话也听不明白录屏硬说,终于到了人工面试又要一二三四面,小组成员面主管面部门主管面hr面,次次都没出错机会,稍有不慎就是挂。
卡学历卡项目卡论文卡实习什么都卡,没有不卡的😂
点赞 评论 收藏
分享