Quick Overview

This question evaluates understanding of data structure design and algorithmic reasoning, covering cache eviction policies (least-recently-used) and seat-assignment strategies that maximize minimum distance.

Implement Cache Eviction And Seat Assignment

Company: Uber

Role: Software Engineer

Category: Coding & Algorithms

Difficulty: medium

Interview Round: Onsite

Quick Answer: This question evaluates understanding of data structure design and algorithmic reasoning, covering cache eviction policies (least-recently-used) and seat-assignment strategies that maximize minimum distance.

Loading…