Tag: architecture

Questions Related to architecture

Multiple choice technology architecture
  1. It helps achieve proper fucntionality if the tasks are ordered

  2. it is mandatory that the sequence added to a transaction must be the best execution sequence possible

  3. The number of tasks to be executed affects the overall performance of a transaction

  4. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Multiple choice technology architecture
  1. The model, view and the controller objects are independent of each other and can be easily used to integrate a new client's business logic

  2. The new client can be coded into the controller as additional business logic for the enterprise data

  3. The MVC pattern makes provisions for any new client at the time of development of the enterprise solution

  4. The MVC Pattern provides for many models to be used by one controller, thus making it easy to incorporate a new client

Reveal answer Fill a bubble to check yourself
A Correct answer
Multiple choice technology architecture
  1. The MVC pattern introduces extra classes due to the separation of the model,view and the controller components

  2. The view component accesses the enterprise data through the model component

  3. The model-view separation principle states that the application logic should not be put in the UI object method

  4. The Model-View separation principle helps minimize the impact of requirement change in the interface on the controller layer

Reveal answer Fill a bubble to check yourself
D Correct answer
Multiple choice technology architecture
  1. Is a behavioral pattern that defines how a single class can be notified of a change

  2. Consider the objects displaying the data and the objects containing the data as a single entity.

  3. Is also known as the publish-subscribe model where an object can publish an event that has no subscribers

  4. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer