What is a database project you've worked on?
Software Developer Entry Level Interview Questions
2,568 software developer entry level interview questions shared by candidates
What is a Heap? And what are the two main heap?
Given a 2D array with 1's and 0's as values (think of it as a maze), determine if there is an exit. You traverse the maze by looking at a 1, and if there is a 1 to the right, left, or below, you can move to that next 1. You can only exit the maze by traversing 1's.
Depend on who you interviewed with. Mine just go through the resume and asked about the courses and projects on it.
Asked questions about things on your resume. General data structure questions.
What are semaphores and mutex?
1. Name the 7 OSI layers. 2. Difference between TCP/UDP. 3. What is DNS?
What is the 4 pillars of OOP?
Write code to check if a given string of brackets is balanced
Find nth node from the end of a linked list
Viewing 2051 - 2060 interview questions