Lumos | Software Engineer Intern | Coding | Phone Screen

JNjnk·
Interview Date:September 5, 2025Region:UnspecifiedHiring Team/Org:General Hire

Question 1: Implement an LRU Cache Design a data structure that simulates a Least Recently Used (LRU) cache with the following operations: Requirements Both operations must run in O(1) time complexity To achieve O(1) operations, we combine: | Structure | Purpose | | | | | Hash Map (dict) | Fast lookup by key | | Doubly Linked List | Track usage order | Why key value pairs? We must: Locate items quickly → use key Stor...

Sign in to view the full interview experience

Create or use your InterviewDB account to read the full Warren post and all shared details.

Sign in to continue
0

Discussion

0

Log in to post a comment or vote.

Sort by
Loading comments...

Interview Resources

InterviewDB

About InterviewDB

Crowdsourced Interview Question Bank for Job Seekers in Tech/Finance Industry

Copyright © 2026 InterviewDB. Victory is reserved for those who are willing to pay its price.