Notion Interview Questions — 3 DSA Problems
2 problems with full solutions in Python, Java, C++, JavaScript, Go, Rust.
Most frequently asked Notion LeetCode questions for software engineering interviews.
- Time Based Key-Value Store (MEDIUM) — Hash Table, String, Binary Search, Design
- Text Justification (HARD) — Array, String, Simulation
- Design a Todo List (MEDIUM) — Array, Hash Table, String, Design, Sorting
N
Notion
3 questions tracked2 with solutions
Frequency scoreSorted highest → lowest frequency✓ Our Solution = we have a detailed walkthrough
Showing 3 of 3 questions
1Hash TableStringBinary SearchDesign
3MediumDesign a Todo List
ArrayHash TableStringDesign+1