Tag: architecture

Questions Related to architecture

Multiple choice technology architecture
  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

Reveal answer Fill a bubble to check yourself
A Correct answer
Multiple choice technology architecture
  1. Frameworks, despite sometimes being complex if taken as a whole, bring simplicity to development by decomposing the problem space into separate elements

  2. Upgrade to frameworks will have negative impacts to the application development as they are generally not backward compatible

  3. The structure and design patterns provided by a framework ensure that your project is being built on solid ground, and help avoid these issues before they can occur

  4. Frameworks can provide security features which are often required for a common class of applications

Reveal answer Fill a bubble to check yourself
B Correct answer
Multiple choice technology architecture
  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

Reveal answer Fill a bubble to check yourself
C Correct answer
Multiple choice technology architecture
  1. Frameworks often require a significant education to use efficiently and correctly

  2. Frameworks cause performance impacts to applications as it checks for various scenarios to determine a path of action

  3. Bugs and security issues in a framework can affect every application using that framework

  4. Functionality which needs to bypass or work around deficiencies in a framework can cause more programming issues than developing the full functionality in the first place

Reveal answer Fill a bubble to check yourself
B Correct answer