猿辅导服务端一面

一面5.30

  1. 薄纱项目

  2. Java4个修饰词的作用;类能用哪些修饰词,为什么?

  3. 线程池,参数、参数的作用,为什么先加队列再最大线程

  4. MySQL锁

    select * from t where id=0有没有加锁?(所以有没有加呢?)

    update t set name=xx where id=1有没有加锁

    事务隔离级别

    可重复读是什么?怎么实现的--MVCC是什么

    在可重复读隔离级别下
    select * from t where id=0
    {之间另一个事务update t set name=xx where id=0}
    select * from t where id=0
    两次查询是否相同?为什么?
    
    同一个事务下
    select * from t where id=0
    update t set name=xx where id=1
    select * from t where id=0
    两次查询是否相同?为什么?
    

    select age,height from t where age>17 and height>198

    怎么建立索引?联合索引顺序有什么区别哪个效率高?

  5. 递归法反转链表 #猿辅导实习面经

#猿辅导面试#
全部评论
一共几面啊
1 回复
分享
发布于 2023-06-08 11:09 广东
你二面了没
点赞 回复
分享
发布于 2023-06-08 01:13 陕西
联易融
校招火热招聘中
官网直投
过了吗
点赞 回复
分享
发布于 2023-08-03 12:29 广东

相关推荐

8 38 评论
分享
牛客网
牛客企业服务