The general approach problem was: search for phone numbers in 50,000 files. This is a one time need. You have 2 days.
Software Development Engineer I Interview Questions
32,840 software development engineer i interview questions shared by candidates
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 "a+b-c" and the values of a,b and c evaluate the expression.
How would you test an elevator?
Compare two integers a and b without +-*/ and without if statement
1. Given a non-negative integer array that is then shuffled and 1 element is removed, find which element was removed. 2. Assume you are designing/writing code for some small business software how would you go about creating a clean, extensible method for calculating sales tax that can be extended easily to work in different parts of the world. 3. (Two separate questions) 3a. Given an integer array, remove the duplicate values and return an integer array 3b. Test a dice role generator method 4. Design a system for tracking employee applicants through the interview process
"You have billions of strings sorted in an array. You don't have any access to it. You just have a method that returns the string pertaining to a index. Use only that method to find the location of a given string" I started out at 0(n^2) and kept on improving to o(logn)
Viewing 621 - 630 interview questions