difference between null and void
Web Developer Interview Questions
23,578 web developer interview questions shared by candidates
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
On the interview I had to code an example with PHP and as they were watch me develop.
create an exact replica of an image given by them using HTML and CSS
“Imagine that you have three boxes, one containing two black marbles, one containing two white marbles, and the third, one black marble and one white marble. The boxes were labeled for their contents - BB, WW, BW - but someone has switched the labels so that every box is now incorrectly labeled. You are allowed to take one marble at a time out of any box, without looking inside, and by this process of sampling you are to determine the contents of all three boxes. What is the smallest number of drawings needed to do this?”
How to discover if the given number is Power of 2 ?
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);
Viewing 11 - 20 interview questions