Drag Drop interview questions
Practice 7 questions on drag drop. Each runs in a real in-browser editor with Jest tests and a worked, diagram-backed solution.
7 questions
- UI / FrameworksUI challenge4 variants
Kanban Board
MEDIUMBuild a three-column board where cards drag between columns and each column's count updates.
25 minNavi · SnowflakePractice - UI / FrameworksUI challenge4 variants
Range Slider
MEDIUMBuild a dual-handle range slider that picks a min and max value by dragging each handle.
25 minPractice - UI / FrameworksUI challenge4 variants
Resizable Split Pane
MEDIUMBuild two panes split by a draggable divider that resizes them within min and max bounds.
25 minPractice - UI / FrameworksUI challenge4 variants
Sortable List
MEDIUMBuild a list that reorders by drag or keyboard input while preserving focus and announcing each move.
25 minPractice - JavaScriptCoding exercise
useDropArea
MEDIUMImplement a hook that turns any element into a drop zone for files, text, and links, tracking drag-over state.
25 minPractice - UI / FrameworksUI challenge4 variants
Image Cropper
HARDBuild an image cropper with a draggable, resizable crop region over an image.
40 minPremium questionPractice - UI / FrameworksUI challenge4 variants
Selectable Cells
HARDBuild a grid where you click and drag across cells to select a rectangular range of them.
40 minPremium questionPractice