Is having more cores in processor always solve the problem of throughput
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,642 software engineer interview questions shared by candidates
Track the median and mean of a growing set of integers with constant space complexity.
Write a C program to encode bits in a 32-bit number such that, most significant 16 bits should be reversed but lower 16 bits should be untouched. Then asked to generalize this to any number of bits.
How will you prevent the code in finally block from executing? The question isn't a very fair one as a good programmer would not write the code in finally block that he/she doesn't want to execute
Datastructure that is accessed by both int handler n exception handler
how to find a string has duplicate elements or not
How do you check if two numbers are equal without using comparators?
Write a code that returns the sum of the n and n+1 numbers of the Fibonacci sequence (ex: n=4 the result is 3+5=8)
Given a constant input stream of integers design a way to, at any point, return the current median of that stream.
you are driving a car with uniform speed after travelling certain distance you see a sign board with two digit no after1 hour you see a sign board with same two digits in reverse order after another 1 hour you see a sign board with same two digits in but zero in between find relative speed ??
Viewing 2181 - 2190 interview questions