Sr. PHP Programmer Question:
Download Questions PDF

What are some PHP Design patterns you have worked with?

Answer:

Design patterns are simply commonly used techniques within your code, they often are implemented in different ways so they can be a bit tricky to grasp without writing them yourself. If you are unfamiliar with them I would start by learning the Singleton Pattern and the Strategy Pattern.

Download Senior PHP Programmer Interview Questions And Answers PDF

Previous QuestionNext Question
What are some of the big changes PHP has gone through in the past few years?What exactly is an HTTP request?