Fullstack Developer
What hiring managers usually probe for a fullstack role:
- End-to-end feature thinking — given a requirement, can you design the schema, API contract, frontend, and deployment together?
- Where logic belongs — what's server-only, what's client-only, what's shared.
- Data fetching strategies — SSR vs CSR vs ISR, cache invalidation, optimistic updates.
- Auth boundaries — token storage, session vs JWT, CSRF/CORS.
- Database design — schema modeling, migrations, N+1, transactions.
- Deployment — CI/CD, environment configuration, rolling updates without downtime.
What's in this section
- Interview Questions — fullstack-flavored technical + behavioral (EN & ID).
- Quiz — 10 MCQs spanning both halves of the stack.
tip
For a fullstack interview, expect a small take-home or pair-programming exercise that touches both sides — for example, build a CRUD page with a Next.js frontend and a small API. Practice naming the trade-offs you make.