Design Patterns MCQ Quiz (Multiple Choice Questions And Answers)
Are you preparing for the next job interviews? If yes, trust me this post will help you also we'll suggest you check out a big collection for Programming Full Forms that may help you in your interview:
List of Programming Full Forms
- Filter Pattern
- Prototype Pattern
- Bridge Pattern
- Builder Pattern
- This pattern builds a complex object using simple objects and using a step by step approach.
- This pattern refers to creating duplicate object while keeping performance in mind.
- This pattern is used when creation of object directly is costly.
- This pattern is used when we need to decouple an abstraction from its implementation so that the two can vary independently.
- Proxy Pattern
- Chain of Responsibility Pattern
- Command Pattern
- Interpreter Pattern
- In this pattern, a visitor class is used which changes the executing algorithm of an element class.
- This pattern is used to separate application's concerns.
- This pattern is used to decouple presentation tier and business tier.
- This pattern is used in EJB persistence mechanism.