In a collection of strings, output the string that occurs most often.
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,626 software engineer interview questions shared by candidates
There was no unexpected or difficult Question. 1. Find the first non repetitive character in a character stream. 2. Check for prime number and Elevator system design. 3. Agent bidding system design 4. Find for subtree within a larger tree.
Write a function to remove all redundant characters in a given string.
Divide without the / operator.
Remove duplicates from a linked list. O(n) time.
One of interviewers gave me a piece of code where 'while' loop incorporated several embedded 'for' loops and several variables was initialized in one of the loops, and asked me to describe what this code doing.
How will you make this code readable (given a piece of code)
Given a constant input stream of integers design a way to, at any point, return the current median of that stream.
How to reverse a String? How to deal with it if the input string is null?
In the next round, the interviewer gave me a binary tree and asked me to write all the data in a file and when the file is read back we should be able to construct the original binary tree.
Viewing 2161 - 2170 interview questions