Render a JSON Payload as a Small Web Page
viaGlassdoor
Problem
Build a small website/component that takes a JSON payload and renders it as a page.
Notes
- Confirm with the interviewer whether you may search docs during the interview.
What to look for
- Sensible component breakdown and rendering of nested data
- Handling varied/optional fields gracefully
Follow-ups
Expect up to 2 follow-ups extending the rendering requirements.
asked …