Prepare well
Lead Web Developer Interview Questions
14,168 lead web developer interview questions shared by candidates
there were no unexpected questions
I would say the most difficult question was discussing conflict resolutions with my previous employer.
Not anything too technical that I couldn't anwser. Some are very general and some are related to my past experiences like "tell me a time....."
low range of salary
nothing most easy things they asked or may be I knew them :)
Two baskets, basket A and basket B. Fifty balls, half blue, half red. What is the probability that a ball picked from basket A is red.
There was a lot of questions in the "personality test"
What are your weaknesses?
Most unexpected question was: echo $name; loop { if( $name = 'blabla' ){ header("authorized"); } } appears a bug, saying "headers already sent". luckily i was experience in this field :) Headers already sent previously by the server to output the name before loop, the all headers should be sent prior to output. How to prevent ? Dont echo name, or, if you can not change - use ob_start(), ob_end_flush() to buffer the outputs. THe next question came up is Why ob_*, if you can force server to push always buffered ? - Force server to always buffer is a wrong way, you not always going to need the buffer, so that OB_* making possible to buffer only when you need.
Viewing 3541 - 3550 interview questions