A HackerRank challenge with 90 mins to solve
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
I didn't expect to get a brain teaser question but it was fairly easy. Q: There are 3 jars with 3 labels on it. Each jar contains sweet, sour, or mix (sweet + sour) flavor jellybeans, however, all 3 labels are wrong. Find a way to correct each labels by tasting jellybeans.
Not going to get into a specific question, but they asked me to write a web app to do something. This isn't something I've ever had to do before in a remote interview so I asked the interviewer what he meant by that. He told me to share my screen on Skype and write a web app from scratch which solves a certain problem. After that he asked some architecture / scaling questions.
Say you are given a sum value and then an array of numbers. How would you search through this array to find two numbers that add up to the sum value?
Find repeating number in array from 1 to n. O(1) space. Only one element is repeating.
Find the height of a binary tree
Give a high-level design for a large-scale document retrieval system. For any given document, the system should be capable of efficiently returning the top k most similar documents present in the database.
There are 3 ants sitting on three corners of a triangle. All ants randomly pick a direction and start moving along the edge of the triangle. What is the probability that any two ants collide?
Did you bring the presentation that we did not ask you to bring?
From a tree, get a List of a List of Integers where each List of Integers corresponds to all ints at depth i from the root.
Viewing 2341 - 2350 interview questions