Given a string find the first non-repeated character.
Software Design Engineer Interview Questions
424 software design engineer interview questions shared by candidates
find if 2 strings are anagrams
How would you design a Zoo class using OO design?
Binary tree with parent pointers, given two nodes find common ancestor.
Given an array of 100 integers where every integer from 1-101 occurs once, except for one. Find the missing integer.
Design an email sender that can send 100,000,000 emails. You have 5 machines how could you do it efficiently.
Write a function to find the node where two linked lists meet.
Find the max subsequent sum for a random array of numbers
25 horses, 5 race lanes, How many races required to find top 3.
What is a virtual function?
Viewing 1 - 10 interview questions