Implement string-path file system operations

Quick Overview

This question evaluates competency in designing data structures for hierarchical string-path file systems, including string parsing, stateful API semantics, validation logic, and efficient lookup/update operations.

Implement string-path file system operations

Company: DoorDash

Role: Software Engineer

Category: Coding & Algorithms

Difficulty: medium

Interview Round: Technical Screen

##### Question LeetCode 1166. Design File System – extended to support Create(path, value), Get(path), Set(path, value) and Delete(path) with validation rules. https://leetcode.com/problems/design-file-system/description/

Quick Answer: This question evaluates competency in designing data structures for hierarchical string-path file systems, including string parsing, stateful API semantics, validation logic, and efficient lookup/update operations.

|Home/Coding & Algorithms/DoorDash
DoorDash logo
DoorDash
Jul 29, 2025, 8:05 AM
mediumSoftware EngineerTechnical ScreenCoding & Algorithms
6
0
Question

LeetCode 1166. Design File System – extended to support Create(path, value), Get(path), Set(path, value) and Delete(path) with validation rules.

https://leetcode.com/problems/design-file-system/description/

Submit Your Answer to Earn 20XP

Sign in to leave a comment

Loading comments...