Software Design Modeling (SDM) MCQs | Page - 6
Dear candidates you will find MCQ questions of Software Design Modeling (SDM) here. Learn these questions and prepare yourself for coming examinations and interviews. You can check the right answer of any question by clicking on any option or by clicking view answer button.
β
Correct Answer: (B)
general responsibility assignment software patterns
Q. ____________ object which receives request from UI layer object and then controls/coordinates with other object.
β
Correct Answer: (B)
controller
Q. Controller class is called _____________, if the class is overloaded with too many responsibilities.
β
Correct Answer: (B)
bloated
Q. Benefit of ______________ is handling new variations will become easy.
β
Correct Answer: (C)
polymorphism
Q. A ___________ is a class that does not represent a concept in the problem domain.
β
Correct Answer: (C)
pure fabrication
Q. Type of design patterns that provide solution for the better interaction between objects is ______________
β
Correct Answer: (C)
behavioral
Q. Which design pattern provides a single class which provides simplified methods required by client and delegates call to those methods?
β
Correct Answer: (C)
facade pattern
Q. Which design pattern ensures that only one object of particular class gets created?
β
Correct Answer: (A)
singleton pattern
Jump to