Vertically and horizontally center an element on the screen using css.
Web Coordinator Interview Questions
14,236 web coordinator interview questions shared by candidates
How would you implement integer division if your language did not offer it.
difference between null and void
Reverse an array without using the reverse method, without using a second array, and without duplicating any of the values.
Was I okay with working with different teams and brands to achieve a common goal
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?
Viewing 1 - 10 interview questions