Konrad Group Interview Question

2. 1-on-1 interview with Senior Developer - How does the internet work (Step-by-step from DNS to packet return and load-order) - Read through some code and explain what's happening step-by-step. Code is written intentionally in an awkward way to test you (things like ' if (index % 2)' and values being declared but not set. - Explain step-by-step how you would build a chess game. - Answer code challenge (Find the first positive integer from an array starting from 1 - check leetcode for the challenge)