Cannot disclose due to NDA but generally algorithmic questions and system design.
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,481 software engineer interview questions shared by candidates
What happens when you type www.google.com in your browser?
Implement on a board a shortest path algorithm when traveling from point A to point B on a board. Once you produce a solution, they throw modifications to an initial problem like what if you know that points x, y, z cannot be used in a path.
Give the sizeof of the following struct : struct{ char a,b; int c; }
how do you find out if there is a cycle in linked list.
Why the manhole cover is round?
Find the common numbers in two text files.
Given a list of integers of at least length 7, print the average of each consecutive 7 number long subsequence (sliding window).
Given a list of integer e.g. (1,2,4,5,6,7,8...) Find a pair with a given sum.
Write the code for "moving of the robot": there is a "generator" -- each time generate 1/0, when 1 the robot will move up, when 0 will go down, write the function to make the robot move up forever.
Viewing 1631 - 1640 interview questions