The first question was to find the first word on a stream that do not repeat in the rest of the stream. I got some Interfaces that I needed to implement, there was a example input and output.
Development Engineer Interview Questions
37,471 development engineer interview questions shared by candidates
Given an integer, find the next biggest integer whose digits are in increasing order. Example: Input: 118 Output: 123 Input: 127 Output: 234 Input: 987 Output: 1234 Desing question: Design a parking space to park a car.
1. Giving an array of integers from 1 to n-1 in random order where n is the size of the array. Find duplicates in the array and identify its runtime.
Given an array of integers, return the most frequent integer.
Compare and Book and a Three Ring Binder using data structures and classes.
Intersection of arrays
find 2 numbers which summation is a give number
Given a time-ordered log of user visits to web pages find the most common 3-page sequence
How would you optimally sort an unsorted random list of numbers by using multiple computers.
(following the previous one) You got only ONE baby bottle sample. You would like to know the max height you can drop it without breaking the bottle. Let set the unit as 1 foot. And the highest height you can reach is at N feet. So how would you find the (max) safe height?
Viewing 871 - 880 interview questions