On the interview I had to code an example with PHP and as they were watch me develop.
Web Coordinator Interview Questions
18,885 web coordinator interview questions shared by candidates
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.
What are Closures?
Nothing about that?
Describe Javascript closures.
Viewing 11 - 20 interview questions