Tables interview questions
Practice 6 questions on tables. Each runs in a real in-browser editor with Jest tests and a worked, diagram-backed solution.
6 questions
- UI / FrameworksUI challenge4 variants
Generate Table
EASYBuild a component that renders a table of sequential numbers given a row count and a column count.
15 minGooglePractice - UI / FrameworksUI challenge4 variants
Data Table
MEDIUMBuild a users data table that paginates rows with page-size and page-navigation controls.
25 minAmazon · Atlassian · Coinbase +10Practice - UI / FrameworksUI challenge4 variants
Data Table II
MEDIUMBuild a users data table that lets you sort by any column in ascending or descending order.
25 minPremium questionAmazon · Palantir · StripePractice - UI / FrameworksUI challenge4 variants
Users Database
MEDIUMBuild a CRUD interface to list, filter, create, edit, and delete users backed by local state.
25 minDatabricks · PayPal · Pinterest +3Practice - UI / FrameworksUI challenge4 variants
Data Table III
HARDBuild a generic, reusable data table that supports column-driven sorting and pagination for any dataset.
40 minAmazon · Palantir · StripePractice - UI / FrameworksUI challenge4 variants
Data Table IV
HARDBuild a generalized data table component that supports pagination, column sorting, and per-column filtering.
40 minAmazon · Databricks · Palantir +7Practice