Write a routine that does secret santa in O(N) time.
Software Engineer Developer Interview Questions
420,443 software engineer developer interview questions shared by candidates
Given a string, return true if after jumbling/rearranging the characters of the string will it be a palindrome. and false if not. eg: given string "evlel", it can be rearranged to "level" and thus it is a palindrome, and return true. eg: 1234 cannot be rearranged to become a palindrome hence false.
Find the max k elements in an unsorted array.
Given two strings, find if they differ by exactly two letters.
Write a function to tell if three points are colinear.
Write a piece of code to find the square root of a number.
Design a stack that has an O(1) max() method.
One of the question was on Designing & Code a TTL Cache with some modifications
explain basic OOP concepts.
Flip a bit in a uint32 using C.
Viewing 1131 - 1140 interview questions