Explain the process of setting up a TCP socket and connecting it to a server/client in C.
Entry Programmer Interview Questions
3,325 entry programmer interview questions shared by candidates
How do you protect variables from accidental assignment?
What is an override method?
Write a code that takes an input number and outputs the sum of all the EVEN numbers from that number down to zero. Write a function that, given a number as input, returns the factorial of that number.
how to print the pattern using given value
Java Frameworks, tools, design pattern
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?
Viewing 61 - 70 interview questions