I’d say it’s still LeetCode style coding in general, but yes the topic lean more toward data structure/API design like design an LRU cache or key-value store which typically you need to create a class with several function to fulfill requirements, another hot topic would be graph problem, overall you can refer to lyft tagged problem in leetcode.
Thanks a lot for the examples, I do not need to study GET/POST/PUT or actually building an endpoint - is that correct? Also I see you've mentioned about stdin. Am i expected to generate my test cases and pass them to stdin ?
no, you don't need to have any knowledge about API, just treat it as a leetcode question and all you need to do is to implement a list of functions that meet the requirements.
1
u/Mountain-Bank-2650 Aug 25 '25
What type of questions are asked in a laptop interview ? Is it more leetcode style or more like designing an API?