Second Round: This was a bit difficult. The question is to generate sample math problems(additions) for a 8th grade student and the results should be stored in such a way that they can be printed when required. Sample problem is 7+8=_____ The constraints are:- 1) The numbers that are to be added should be <=9 2) The result should be <=17
Software Development Engineer Interview Questions
32,827 software development engineer interview questions shared by candidates
Pretend that an end user is providing you with input. In this case, it's a math equation, such as (3+2)*4-1. Parse the input and display the answer.
The general approach problem was: search for phone numbers in 50,000 files. This is a one time need. You have 2 days.
Q: forgot the specifics but there were many questions
leadership principle questions
Many data structure and algorithmic questions
Tell me the basic component of Object Orient Programming.
Given an expression in the form say &amp;#034;a+b-c&amp;#034; and the values of a,b and c evaluate the expression.
Given a sorted array of integers, write a function to remove any duplicates (e.g. 1,2,3,3,3,4,4,5 would go to 1,2,3,4,5)
Design for a google doc style spreadsheet, with a focus on how to handle multiple concurrent edits and formulas on the spreadsheet.
Viewing 621 - 630 interview questions