If given a list (or array) of numbers 1 - 100 with a number missing. How would you find that number?
Software Engineer Iii Interview Questions
420,172 software engineer iii interview questions shared by candidates
Write a method to generate the Fibonacci series
Given a list of strings, for each string, find if it has an anagram in the list.
Given a set of non-overlapping integer ranges (1,3) (5,8), etc., and an input integer, what is the best way to organize the data and allow for quick search based on the input, etc.
Print out a binary tree level by level
Given array of elements of 3 types. Sort it.
use bit operations to write a function that will determine if a number is a power of 2
compress strings such as "aaabbbcccc" into the string "a3b3c4"
Given an unsorted array, extract the max and min value using the least number of comparison.
Business case.
Viewing 741 - 750 interview questions