Tag: architecture

Questions Related to architecture

Manages connection with data source to get and store data

  1. View Helper

  2. DAO

  3. Service to Worker

  4. Composite Entity


Correct Option: B

Specify the kind of objects to create using a clone able instance and create new objects by copying this instance

  1. Prototype

  2. Factory method

  3. Abstract factory

  4. Proxy


Correct Option: A

Define a family of algorithms, encapsulate each one, and make them interchangeable. Lets the algorithm vary independently

  1. Strategy

  2. Memento

  3. Mediator

  4. State


Correct Option: A

Convert the interface of a class into another interface clients expect

  1. Meditator

  2. Template method

  3. Adaptor

  4. Bridge


Correct Option: C