What is the time complexity of your solution?
Software Interview Questions
550,133 software interview questions shared by candidates
A list with a set of integers. All elements appear even number of times while one appear odd number of times. Find this number that appear odd number of times
How could you represent days and month using 2 6 sided dice
Considering a 2-dimension matrix that can only be traversed by 1 adjacent position at a time and never diagonally. Create an algorithm to traverse that matrix from its upper-left corner to its lower-right corner using the shorter possible path in the most efficient way.
given an integer, write code to list all primes preceding it.
first round interview
Why do you want to join Tableau? Find the smallest unique integer in a random integer array with possible duplicates.
String foo = "abc"; String foo1 = "abc" what does (foo == foo1) evaluate to?
hackerrank problems
The question was asked in the personal interview. You are climbing a stair case. It takes n steps to reach to the top. Each time you can either climb 1 or 2 steps. Write a program which computes in how many distinct ways can you climb to the top.
Viewing 611 - 620 interview questions