2SUM problem and how to optimize it.
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,495 software engineer interview questions shared by candidates
Find the indices of max. value in a large array and return them.
1) Given an array with 0s and other integers. Find the fastest (that use least organizing) way to transfer all the 0s to the right end of that array. 2) Given an array of integer, find 2 numbers that their sum is closest to a specific number.
1. check whether a string is palindrome 2. reverse words in a string
given an array of integers, find 3 integers that sum to zero
Given an array of integers and size find 3 integers that sum to zero. Explain a brute force algorithm
pgm for string length? and explain each part. of program.
input: list of possibly overlapping intervals, not sorted output: list of intervals that cover the same range but without overlapping (all intervals are closed)
How to swap two variables without a temp
Find unique characters in the string
Viewing 1911 - 1920 interview questions