nothing specific, it was a general interview covering most of the topics.
Php Developers Interview Questions
4,925 php developers interview questions shared by candidates
1. How would you optimise a cache service after a underling table has been updated? 2. How would you store large precision currency values in PHP/MySQL when float doesn't provide enough precision (the answer is *not* decimal)? 3. What is the difference between and facade and decorator pattern and when would you use each one? 4. Describe the definition of SOLID?
Perguntas básicas sobre PHP e ciclo de desenvolvimento de software.
What do you like about it
A lot of c and c++ question about theory, from hard and soft copies in function input and also general problems like how to know the size of a circle register
My overall experience in my previous companies
1. What is your experience? 2. How do you handle a teammate who does not agree with you?
How do you scope vars in PHP?
Have you worked with MVC?
if(isset($_POST['sub'])) { $rows=$_POST['row']; for($i=$rows;$i>=1;--$i) { for($j=1;$j<=$i;++$j) { echo $j; } echo "<br />"; } } ?> <table> <form method="post" name="frm" action=""> <tr> <td>Enter Number of rows:</td> <td><input type="text" name="row" /></td> </tr> <tr><td></td> <td><input type="submit" name="sub" /></td> </tr> </form> </table>
Viewing 1771 - 1780 interview questions