注册一亩三分地论坛,查看更多干货!
您需要 登录 才可以下载或查看附件。没有帐号?注册账号 
x
本帖最后由 littlesun233 于 2024-8-30 11:02 编辑
最近在找工作,想多看看面经,还差40米,求大家帮忙加米,谢谢大家!我也会把自己的面经分享出来,帮助更多的朋友~感激~
另外我把最近面试做成了一个合集,用来汇总,也用来方便朋友们查阅~ 合集链接在最下面,求加米~
Screening Theoretical Questions:
Project Discussion and Technical Challenges
Virtual Memory
Transaction and ACID
Locking & Isolation Levels
TCP vs UDP
Threads vs Processes
Multithreading and Concurrency Pros and Cons
Semaphores and Critical Section
Screening Coding Question:
Imagine you have a string of letters. You want to divide it into pieces so that each piece contains unique letters (no letter appears in more than one piece). When put together, the pieces should form the original string. Find the max number of pieces possible and their lengths.
Input: s = "ecedfdfaa"
Output: [3, 4, 2]
Explanation: The pieces are "ece", "dfdf", and "aa" time series graph for each class. Track the count of inputs over time and set alerts for deviations exceeding a specific threshold. Other statistics like standard deviation, variance, sum, mode, and mean can also be considered.
System Design:
Design a strongly consistent and scalable aggregation system for data pertaining to last 10 minutes.
面试合集:
谷歌 L4/SDE2:
Linkedin SDE2:
亚麻 SDE2: |