This package separates candidate-facing files from interviewer-only files.
interviewee/: Share this folder with students. It contains prompts, starter code, and test calls without expected answers.interviewer/: Keep this folder private. It contains interviewer notes, expected output, solution code, complexity notes, and coaching points.
- Give each pair one file from
interviewee/. - The interviewer opens the matching file from
interviewer/. - The candidate talks through the problem, asks clarifying questions, codes, and tests.
- The interviewer uses the notes to guide hints and feedback.
For a 30-minute peer interview round:
- 2–3 minutes: introductions and prompt
- 15–20 minutes: problem solving
- 3–5 minutes: testing and complexity discussion
- 3–5 minutes: feedback