System design interview with Clay
Claw - Senior Software Engineer - System design
Level: Senior Software Engineer
Education: Bachler
Years of Experience: 10
Questions Asked:
System design: Implement a table UI (similar like Google spreadsheet, but simpler)
requirements:
- users can CRUD columns
- users can CRUD rows
- users can edit cells
- users can paste a range of cells
- columns have different types (string/number/boolean/json), for json type column, it can render custom UI