Multiple choice technology architecture

Frameworks often help executing the projects successfully as

  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

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Frameworks improve project predictability by providing pre-built components, proven patterns, and early prototyping capabilities (D is correct). This helps avoid miscommunication with business stakeholders. Options A and C are incorrect - frameworks don't automatically create schedules or enable perfect time prediction. Option B is false - frameworks do accommodate scope changes through modular design.