TypeScript Interview Prep Problems
Practice TypeScript coding interview questions on uByte. 114 problems across 16 categories — arrays, strings, dynamic programming, trees, graphs, and more — with instant test feedback.
Problem Categories
Problems
- Max Consecutive Ones (with one flip) — easy
- Permutation in String — medium
- Minimum Size Subarray Sum — medium
- Maximum Points from Cards — medium
- Minimum Window Substring — hard
- Sliding Window Maximum — hard
- Minimum Window Substring (Hard Variant) — hard