use bit operations to write a function that will determine if a number is a power of 2
Developer Interview Questions
640,293 developer interview questions shared by candidates
compress strings such as "aaabbbcccc" into the string "a3b3c4"
Giving an array of numbers and an int, return true if is there any pair of numbers inside the array that summed is equal to the input int, otherwise return false.
Given an unsorted array, extract the max and min value using the least number of comparison.
Business case.
Fastest way to find the middle node in a linked list
In java and using math, check if a number is a palindrome.
Asked to write a method were it's passed an array of numbers and a single number. I needed to return true if there was two numbers in the array that if added totaled the single number. I was then asked to rewrite it to make it run faster.
How immediately you can join
Make recipe APIs for HelloFresh
Viewing 831 - 840 interview questions