Layout interview questions
Practice 12 questions on layout. Each runs in a real in-browser editor with Jest tests and a worked, diagram-backed solution.
12 questions
- UI / FrameworksUI challenge4 variants
Avatar Group
EASYBuild a row of overlapping avatars that collapses the overflow into a plus-N badge.
15 minPractice - UI / FrameworksUI challenge4 variants
Holy Grail
EASYBuild the classic holy grail page layout with a header, footer, and three columns of content.
15 minAtlassian · DropboxPractice - UI / FrameworksUI challenge4 variants
Tweet
EASYBuild a static tweet component that mirrors the layout of a single post on Twitter.
15 minPractice - UI / FrameworksUI challenge4 variants
Birth Year Histogram
MEDIUMBuild a widget that fetches birth year data from an API and renders it as a histogram of bucketed counts.
25 minPremium questionPractice - UI / FrameworksUI challenge4 variants
Heatmap Calendar
MEDIUMBuild a contribution-style heatmap calendar that colors each day cell by its activity value.
25 minPractice - AlgorithmsCoding exercise
Reading Order
MEDIUMImplement a function that sorts positioned canvas elements into natural left-to-right, top-to-bottom reading order.
25 minFigmaPractice - 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 - JavaScriptCoding exercise
useElementBounding
MEDIUMImplement a hook that tracks an element's size and position, staying correct across scroll, resize, and content changes.
25 minPractice - JavaScriptCoding exercise
useTextareaAutosize
MEDIUMImplement a React hook that grows and shrinks a textarea to fit its content as the user types.
25 minPractice - UI / FrameworksUI challenge4 variants
Calendar Scheduler
HARDBuild an accessible week-view scheduler with add/remove controls, live announcements, and spatial keyboard navigation.
75 minPremium questionPractice - UI / FrameworksUI challenge4 variants
Gantt Chart
HARDBuild a Gantt chart that renders tasks as bars positioned across a timeline by start and duration.
40 minPremium questionPractice - UI / FrameworksUI challenge4 variants
Image Cropper
HARDBuild an image cropper with a draggable, resizable crop region over an image.
40 minPremium questionPractice