undo-redo Interview Questions
3 interview questions in our bank cover undo-redo, most of them Coding & Leetcode-style Questions. They average 3.0/5 difficulty — medium — and each one was reported by a candidate after a real interview. Companies known to ask about undo-redo: Notion, Decagon.
Practice these on the problems board →Companies that ask about undo-redo
Question mix
- Coding & Leetcode-style Questions3
Difficulty
- 3/5 — medium3
Questions tagged undo-redo
Implement Text Editor with Undo and Redo
3/5Featured in Notion coding interviews, this task challenges you to simulate a text editing environment capable of handling continuous typing alongside efficient undo and redo actions in constant time complexity. It evaluates your command over linear data structures, history tracking, and pointer management. The complete problem requirements, performance constraints, and reference implementation are available to subscribers only.
Coding & Leetcode-style QuestionsNotionRecipe Shopping Cart with Ingredient Bulk Discounts (Undo/Redo)
3/5Build a flexible e-commerce basket management system that handles item dependencies, cumulative quantity discounts, and historical state changes, as seen in Decagon technical screens. This problem evaluates your skill in maintaining relational states, aggregating inventory metrics, and implementing undo-redo functionality cleanly. You will practice structuring modular data classes to handle complex business rules without performance degradation. Unlock the full exercise guidelines and reference code by subscribing.
Coding & Leetcode-style QuestionsDecagonImplement Redo/Undo for a Text Document
3/5Explore state management and history tracking challenges through a text editor simulation reported during technical interviews at Notion. This exercise requires you to build an interface that supports appending content alongside sequential state reversal and reapplication capabilities. It evaluates your grasp of linear data structures, pointer management, and edge-case handling for interactive software systems. Unlock the full problem details, comprehensive unit testing strategies, and a production-grade model solution with a subscription.
Coding & Leetcode-style QuestionsNotion
Studied alongside
undo-redo interview FAQ
- How many undo-redo interview questions are there?
- 3 reported questions, mostly Coding & Leetcode-style Questions.
- Which companies ask undo-redo questions?
- Notion (2), Decagon (1).
- How hard are undo-redo questions?
- They average 3.0 out of 5: 3 at 3/5.