How would you build X application
Entry Level Programmer Interview Questions
3,186 entry level programmer interview questions shared by candidates
3rd round is about take-home. they asked me to make some fixes. especially async/await, merge and sort two arrays and display the data in a view, redesign a list view, and create API calls with Alamofire.
They will give a screen and ask questions about how many view models there are, how to design this page, how a view is shown, they asked me about sticky headers.
Explain what happens when you type www.konradgroup.com into your browser and press enter. What does the steps of the DNS look like? Do you recieve HTML along with the images?
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)
3. 3-hour Project - Has recently changed, no longer a gmail clone - now a AirBnB clone. You'll need to know your HoF and recursive functions to complete. Some moving state between components to render updates accordingly. There are 8 challenges of which you are not expected to complete all of them - I completed 5 of 8.
1. Phone screening Usual questions: - Tell me about your story/journey - Why Konrad - Tel me about your work-style - Describe your skillset
Differences between the python language and languages like C++, C#, Java.
What projects have you work on?
Whats Abstraction / Abstract Class?
Viewing 831 - 840 interview questions