Reverse an array without using the reverse method, without using a second array, and without duplicating any of the values.
Web Developer Interviews
Web Developer Interview Questions
Web developer interviews are heavy in technical questions. Expect questions that will test your understanding of relevant programming languages such JavaScript and CSS, general web functions, and design experience with web services like REST and SOAP. As a designer, you will likely be asked to show examples of past projects or websites.
Top Web Developer Interview Questions & How To Answer
Question #1: Can you describe the most popular programming languages and web services?
Question #2: How would project managers and fellow web developers you've worked with describe you?
Question #3: How do you work your way out of coding problems?
23,578 web developer interview questions shared by candidates
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);
How many characters in the front of a string would need to be added in order to make it a palindrome.
Viewing 21 - 30 interview questions