Tag: architecture

Questions Related to architecture

Define the skelton of an algorithm in an operation, deferring some steps to subclasses. It lets subclasses redefine certain steps of an algorithm without changing the algorithm structure.

  1. Chain of responsibility

  2. Template method

  3. Interpreter

  4. Mediator


Correct Option: B

Julia Fractals Inc. is building a J2EE based application for Order Entry and management of their fractal software. Once the order is taken, it is submitted to a relational database. A provisioning system then queries data and makes appropriate calls to various subsystems using JMS on MQ Series. What design pattern is JMS an example of here?

  1. Observer

  2. Mediator

  3. Adapter

  4. Bridge

  5. Visitor


Correct Option: D
  1. Front Controller

  2. Application Controller

  3. Context Object

  4. Business Delegate


Correct Option: B
  1. Service Activator

  2. Data Access Object

  3. Domain Store

  4. Business Object


Correct Option: A
  1. Web Service Broker

  2. Domain Store

  3. Data Access Object

  4. Service Activator


Correct Option: B