This guide contains instructions for the Technical Screening Interview Practice session of the Technical Interviewing Basics webinar.
As pairs in breakout rooms...
-
The interviewer will ask the candidate the following two tech questions:
- What is the output of the expression
'5' + 3
in JavaScript? Why? - Describe the difference between
null
andundefined
.
- What is the output of the expression
-
Switch roles and ask these two tech questions:
- Explain the difference between
Array.map()
andArray.forEach()
. - What is JavaScript? What is its role in web development?
- Explain the difference between
- What was your goal when asking the questions?
- Did the candidate respond/react the way you intended?
- How might these insights prepare you to be a better candidate?
- What went well during the interview?
- What didn’t go so well?
- How might you approach a similar interview differently?