Tag: architecture

Questions Related to architecture

  1. Accessing a UDDI description from the WSDL registry and binds to the service using SOAP

  2. Accessing a SOAP description from the UDDI registry and binds to the service using UDDI

  3. Accessing a SOAP description from the WSDL registry and binds to the service using UDDI

  4. Accessing a WSDL description from the UDDI registry and binds to the service using SOAP


Correct Option: D
  1. Allows the framework to have full control over the sequence of processing laying a strong foundation for work-flow processing

  2. Make sures that the calling objects takes the responsibility of flow control

  3. Guarantee the security

  4. Concerns about where it executes as it requires a handle on all the inputs and contexts it requires


Correct Option: A
  1. Application server

  2. Powerful tool box

  3. Development environment

  4. Finished application


Correct Option: B
  1. Library will have a default behaviour whereas frameworks will not have a default behaviour

  2. Library can be extended easily whereas extending framework is complex and resource consuming

  3. Library code, in general, is not allowed to be modified

  4. The program's flow of control is dictated by the framework


Correct Option: D
  1. An abstraction in which common code providing generic functionality can be selectively overridden or specialized by user code, thus providing specific functionality

  2. A special case of software libraries in that they are reusable abstractions of code wrapped in a well-defined Application Programming Interface

  3. A collection of resources to generate the code to achieve a generic functionality

  4. A template to show how things should be done consistently


Correct Option: C
  1. Most of the organizations creates schedules based on development from scratch, whereas developers prefers using frameworks instead of developing from scratch, thus saving considerable amount of time

  2. Usage of framework doesn't permit scope changes during the development as frameworks predefines a template that must be followed by the application

  3. The management can easily predict accurate development times by using frameworks

  4. Frameworks makes elements of the project more predictable, and provide prototypes very early in the process helps avoid the communication gaps with the business


Correct Option: D