My overall experience in my previous companies
Php Interview Questions
4,926 php interview questions shared by candidates
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>
What is faster $i++; or ++$i;
What you want to be in future?
logic part from php and designing , queries..
Abstraction and interface, traits, polymorphism, inheritance, access modifier. mysql indexing, query for 3rd max. Difference in unique, primary, foreign keys
Tell me 2 things about you that i did't read on your resume. 2 projects you are proud to have implemented in your previous job. How would you code a system able to check if a sentence is a Palindrome or not ?
Viewing 1771 - 1780 interview questions