This phase differentiates good candidates from great ones. Cover multiple optimization areas:
Performance:
- Code splitting and lazy loading
- Image optimization
- Virtualization for long lists
Accessibility:
- Keyboard navigation
- Screen reader support
- Focus management
Security:
- XSS prevention
- Input sanitization
You won't cover everything. Pick - areas relevant to the question and go deep. Show you understand tradeoffs.