Replace all spaces in a string by %20. Write production quality code in first attempt
Development Engineer Interview Questions
37,471 development engineer interview questions shared by candidates
Design (in Object Oriented manner) a restaurant reservation service. No coding necessary beyond class names and method names and rough description of how they work. Then design the SQL database for this system (table names, columns and foreign keys)
Given an array of integers, return the most frequent integer.
How would you implement a priority queue?
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
Find the most common "3 page path" on a website given a large data log.
Write a function that takes a BinaryTree and validates if it is a valid BinarySearchTree. Assume the tree contains no duplicate values.
Compare and Book and a Three Ring Binder using data structures and classes.
Intersection of arrays
Viewing 891 - 900 interview questions