Write a code to find out if two string words are anagrams
Software Engineers Interview Questions
419,183 software engineers interview questions shared by candidates
Array of 100 integers from 1 to 100, shuffled. One integer is taken out, find that integer.
What is the best way to choose a random value in a stream? Given that each of them has a chance of occurring equally
Write a program to check if a number has rotational symmetry i.e is the same when rotated by 180 degrees. Ex 1691, 181, 11, 1001
If given a list (or array) of numbers 1 - 100 with a number missing. How would you find that number?
compress strings such as "aaabbbcccc" into the string "a3b3c4"
use bit operations to write a function that will determine if a number is a power of 2
Write a method to generate the Fibonacci series
Print out a binary tree level by level
Given array of elements of 3 types. Sort it.
Viewing 751 - 760 interview questions