difference between null and void
Web Engineer Interview Questions
16,666 web engineer 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
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);
How many characters in the front of a string would need to be added in order to make it a palindrome.
Viewing 11 - 20 interview questions