given an array of strings, find all the lists of anagrams present.
Engineer Developer Interview Questions
467,885 engineer developer interview questions shared by candidates
Is having more cores in processor always solve the problem of throughput
A and B are 32 bit numbers with first 16 bits valid in A and next 16 bits valid in B. (The non-valid bits aren't necessarily 0). WAP that adds A and B without using arithmetic operator.
Track the median and mean of a growing set of integers with constant space complexity.
Write a C program to encode bits in a 32-bit number such that, most significant 16 bits should be reversed but lower 16 bits should be untouched. Then asked to generalize this to any number of bits.
How will you prevent the code in finally block from executing? The question isn't a very fair one as a good programmer would not write the code in finally block that he/she doesn't want to execute
Datastructure that is accessed by both int handler n exception handler
how to find a string has duplicate elements or not
How do you check if two numbers are equal without using comparators?
Write a code that returns the sum of the n and n+1 numbers of the Fibonacci sequence (ex: n=4 the result is 3+5=8)
Viewing 2171 - 2180 interview questions