Using VS Code Live Share for code challenge interviews
For interviews, the UI team will conduct live coding exercises. These exercises are a mix of HTML visual and JavaScript coding challenges. During these interviews, it is easier for the candidates to write the code themselves instead of the interviewee taking their instructions. Our team has also implemented a single repository with ordered questions to ensure our interviews are consistent.
VS Code Live Share — Remote Collaboration
https://code.visualstudio.com/learn/collaboration/live-share
Live Share allows you to collaborate remotely between multiple people. Once the interview code questions repo has been pulled down locally, you can start a Live Share session and supply the link to another person.
- When sharing the link, I suggest having the other user click the “Continue as anonymous” option. This saves time by not installing all of the person's extensions.
- Once the candidate has entered their name, you should allow read and write privileges via a dialog box within the host VS Code.
- If the candidate is actively coding, I like to turn on the follow feature, which will follow that candidate's cursor around on your local VS Code, including text highlights.