This guide contains instructions for the Live Coding Practice session of the Technical Interviewing Basics webinar.
-
In terminal, clone the following repo to a convenient location on your computer:
git clone https://github.com/jim-clark/tech-interview-coding-challenge.git -
Then move into the newly created folder and open in VS Code:
cd tech-interview-coding-challenge code . -
You will find two files containing a code challenge (one for each Candidate)...
- The Candidate (Partner A) will share their screen
- Candidate will solve challenge1.js
- Solve the code challenge
- Did the candidate clarify and/or confirm their understanding of the problem?
- Did they verbalize their approach?
- Did they verbalize their thought process while coding?
- Did the Candidate finish strong? (Summarize / Optimize / Ask for Feedback)
- Candidate shares their screen
- Candidate will solve challenge2.js
- Candidate has 15 minutes to solve the challenge
- Interviewer will provide up to 5 minutes of feedback afterwards (use the above questions as a guide)