Reverse a string without using a loop in C.
Software Engineer Entry Level Interview Questions
3,534 software engineer entry level 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
How do you protect variables from accidental assignment?
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