How to discover if the given number is Power of 2 ?
Web Coordinator Interview Questions
18,928 web coordinator interview questions shared by candidates
Print the number of occurrences of a number in a sorted array of numbers. Input: 1 2 3 4 4 4 4 4 5 6 7 | 4 Ouput: 5
Minimum time to cross a bridge by 4 persons who take 1,2,7,10 min respectively. Only two people can cross at a time and one torch has to be there
Find the bug in code. int sum; for (int i=1; i<11; ++i) sum=sum+i; printf("%d",sum);
How many characters in the front of a string would need to be added in order to make it a palindrome.
On a scale of 1 - 10 how weird would you consider yourself?
How do you detect for the first repeated character in a string? How do you detect whether or not a word is a palindrome?
Make an accordion where when clicked, text expands from it and when another item is clicked, the first one collapses and the second one expands.
Given a base and a height return the area of a triangle.
Questions about arrays, Strings and CSS questions.
Viewing 11 - 20 interview questions