Generating and Improving Software Architectures - Software Design Question and Answers

1.

Which of these are the various techniques to generate design alternatives?

   A.) Determine Functional Component
   B.) Determine Component based quality attribute
   C.) Modify an existing architecture
   D.) All of the mentioned

Answer: Option 'D'

All of the mentioned

DigitalOcean Referral Badge

2.

Which of the following truly describes the approach determining functional component?

   A.) This approach is based on studying the SRS and brainstorming candidate architectural constituents responsible for coherent collections of functional and data requirements
   B.) This approach begins by forming constituent and constituent relationship to satisfy non functional requirements
   C.) This approach is used for similar program if architecture is available, it can be used as starting point
   D.) This approach describes the problem

Answer: Option 'A'

This approach is based on studying the SRS and brainstorming candidate architectural constituents responsible for coherent collections of functional and data requirements
 

DigitalOcean Referral Badge

3.

Functional components for a working models can be stated as which of the following?

   A.) Configuring Process Start up
   B.) Providing User interface
   C.) Allowing user to monitor and repair the system
   D.) All of the mentioned

Answer: Option 'D'

All of the mentioned

DigitalOcean Referral Badge

4.

The Nonfunctional components consist of ____________.

   A.) Re usability
   B.) Adaptability
   C.) Reliability
   D.) All of the mentioned

Answer: Option 'D'

All of the mentioned

DigitalOcean Referral Badge

5.

Which of the following statement is true?

   A.) Device interface module is a software simulation of, or interface to, a real hardware device or system
   B.) A virtual device is a way to design a program with complex interfaces to device or other systems
   C.) The program units in the device interface module hides all details of interaction with hardware devices
   D.) None of the mentioned

Answer: Option 'C'

The program units in the device interface module hides all details of interaction with hardware devices
 

DigitalOcean Referral Badge

6.

Which of these are followed for an ideal device?

   A.) Do exactly one job completely
   B.) Be loosely coupled to the rest of the program
   C.) Never change interface
   D.) All of the mentioned

Answer: Option 'D'

All of the mentioned

DigitalOcean Referral Badge

7.

Which among these best represents Coupling for an ideal device?

   A.) Do exactly one job completely
   B.) Be loosely coupled to the rest of the program
   C.) Hide its Implementation
   D.) Never change its interface

Answer: Option 'B'

Be loosely coupled to the rest of the program
 

DigitalOcean Referral Badge

8.

Which among these best represents simplicity for an ideal device?

   A.) Do exactly one job completely
   B.) Be loosely coupled to the rest of the program
   C.) Have a simple and consistent interface meeting the needs of the rest of the program
   D.) Never change its interface

Answer: Option 'C'

Have a simple and consistent interface meeting the needs of the rest of the program

DigitalOcean Referral Badge

9.

Which among these are the methods to improve software architecture?

   A.) Combine Alternatives
   B.) Impose an architectural style
   C.) Apply a mid-level design pattern
   D.) All of the mentioned

Answer: Option 'D'

Apply a mid-level design pattern

DigitalOcean Referral Badge

10.

Which among these signifies Applying mid-level design pattern?

   A.) The best features of two or more design alternatives can be combined into an improved design
   B.) The approximate particular style may be improved by modifying them to fit the style exactly
   C.) The architectural styles applied at low level of abstraction
   D.) None of the mentioned

Answer: Option 'C'

The architectural styles applied at low level of abstraction
 

DigitalOcean Referral Badge

Generating and Improving Software Architectures MCQs Download Pdf

Recent Posts