Merge two sorted linked lists with unique integers.
Software Development Engineer Interview Questions
32,843 software development engineer interview questions shared by candidates
How would you find the common primes in two integers ?
Replace all spaces in a string by %20. Write production quality code in first attempt
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.
Viewing 831 - 840 interview questions