Reverse a string without using a loop in C.
Software Engineer Entry Interview Questions
2,582 software engineer entry interview questions shared by candidates
1st technical interview: 2 coding problems 2nd technical interview: Debugging and optimizing a given file On-site: 1. API design problem 2. Lunch + chat with manager 3. A whiteboard coding problem 4. A system design problem
Explain the process of setting up a TCP socket and connecting it to a server/client in C.
How do you protect variables from accidental assignment?
What is an override method?
First technical interview Q : 1. Tell me about xxx project on your resume - Explained 2. Given an array of integers eg: {1,2,3,4,1,2,7,5,6} find all the pairs that sum up to 10 {7,3} {6,4} {3,7} {4,6} gave the solution with quadratic complexity. I struggled a bit for it and did it almost in time.
Hash table lookup.
Programming experience?
What does the JVM (Java Virtual Machine) do?
How implement thread-safe read and write function in Java?
Viewing 51 - 60 interview questions