General

  1. Latest version of php?
  2. What are the changes made in that latest version of PHP?
  3. What is mean by strict type in php?
  4. Is php strongly coupled or weekly coupled?
  5. Is php Tightly coupled or loosely coupled?
  6. What is microservice architecture?
  7. What is MVC?
  8. What is mean by design patterns?
  9. When to use Mysql, MongoDB, and PostgreSQL?
  10. When to use Laravel, Symfony?
  11. When to use Angular, React, Vue?
  12. How to improve performance of a Web Application?
  13. What is mean by REST API?
  14. What are status codes?
  15. What are SOLID principles?
  16. What is CQRS?
  17. What are PSR Rules?
  18. Types of attacks to a web application?
  19. What is mean by throtteling?
  20. What is type casting?
  21. What is type juggling?
  22. PHP Lifecycle?
  23. Laravel Lifecycle?
  24. Is PHP Dynamically Typed Language?
  25. What is PDO?
  26. What is ORM?
  27. What is Scaffolding?
  28. What is Boilerplate?
  29. Difference between abstract class and interface?
  30. What is trait?
  31. Difference between Eloquent and Doctrine ORM?
  32. What is Full-text index?
  33. What are DB Transactions?
  34. Can we partition the Mysql database?
  35. What are Mysql Views?
  36. What is Procedure?
  37. Have you integrated any 3rd party API in your application?
  38. How to integrate 3rd pary API without SDK?
  39. What is composer?
  40. What is agile?
  41. What is docker and what are its benifits?
  42. What is the difference between REST and SOAP?
  43. How to optimise the REST APIs?
  44. How to optimise the Mysql Queries?