How will you drive a truck through a tunnel when the tunnel's height is inches less than that of the truck?
Software Engineer Interviews
Software Engineer Interview Questions
Software engineers write programs to design and develop computer software. Interviews are highly technical, so come ready to work through coding problems and math brainteasers. The specific questions you are asked will depend on what type of programming position you are looking for. Try researching a specific software discipline such as web development, application development, or system development.
Top Software Engineer Interview Questions & How to Answer
Question #1: How would you describe your programming task process?
Question #2: Which programming languages do you know and prefer?
Question 3: What is an example of a successful project that you completed?
419,969 software engineer interview questions shared by candidates
Swap two numbers without using temp variable.
Almost all questions was difficult from a college student point of view :D... The 1 that i still remember is : Interviewer asked me to write a program for the Big-endian representation.
What is the angle between hour hand and minute hand at 3.15?
How would you implement malloc if you had to ?
How to find al the files which contain any email addresses in a server.
1. Write a program to check if an integer is a palindrome. Was asked to improve on the code - gave him 4 or 5 different algorithms. 2. Basic java questions. 3. Code review of the code I already sent them.
Difference between process/thread, heap/stack. What is JIT?
1st phase 1st technical interview: Problem was that given a positive integer n print all distinct ordered sets of positive integer which have sum equal n. eg:- for n=2 output: { [1, 1] } for n=3 output: { [1, 1, 1], [1, 2], [2, 1] } for n=4 output: { [1, 1, 1, 1], [1, 1, 2], [1, 2, 1], [2, 1, 1], [2, 2], [1, 3], [3, 1] }
Most of them are on my skills, experience and process.
Viewing 3461 - 3470 interview questions