More Software engineering MCQs

More Software engineering MCQs


1) Methods associated with a design class should be focused on accomplishing one service for the class.
A) High cohesion
B) Low coupling
C) Primitiveness
D) None of the above
View Answer / Hide Answer

ANSWER: C) Primitiveness




2) What is a characteristic that greatly reduces the effort required to extend the design of an existing object-oriented system.
A) Polymorphism
B) Inheritance
C) Messages
D) None of the above
View Answer / Hide Answer

ANSWER: A) Polymorphism




3) SDLC and STLC two different aspects of software development process?
A) Yes
B) No
View Answer / Hide Answer

ANSWER: B) No




4) How many types of Prototype models are there?
A) 2
B) 3
C) 5
D) 4
View Answer / Hide Answer

ANSWER: D) 4




5) SDLC spiral Model includes the iterative nature of the prototyping model and the linear nature of the waterfall model.
A) True
B) False
View Answer / Hide Answer

ANSWER: A) True




6) What are some possible problems with waterfall model?
1) Waterfall model is not suitable for multiple module projects.
2) It does not support the feasibility of considering requirement specifications.
3) It requires too much time to complete each stage.
4) There can be a few bugs at the end which cannot be rectified as well.
A) 1,3 and 4
B) 2,3 and 4
C) 1,2 and 3
D) All mentioned above
View Answer / Hide Answer

ANSWER: D) All mentioned above




7) Which model is one of the different models implemented under Software Development life cycle.
A) Iterative model
B) Waterfall model
C) Spiral model
D) prototype model
View Answer / Hide Answer

ANSWER: C) Spiral model




8) Waterfall model is suitable for?
a) The software Project is limited to the development of mainframe based/transaction oriented batch system.
b) The Complete Project is very large, costly and too much complicated.
c) The project objectives and solutions are clear.
A) True
B) False
View Answer / Hide Answer

ANSWER: B) False




9) Is it possible to build a software project without sdlc models?
A) Yes
B) No
View Answer / Hide Answer

ANSWER: A) Yes




10) The architecture is not the operational software it is just a representation that enables a software engineer to.
A) Analyze the effectiveness of the design.
B) Consider architectural alternatives.
C) Reduces the risks.
D) All mentioned above.
View Answer / Hide Answer

ANSWER: D) All mentioned above.




11) In architectural patterns which application is used to handle multiple tasks in a manner that stimulates parallelism.
A) Persistance
B ) Distribution
C) Concurrency
D) None of the above
View Answer / Hide Answer

ANSWER: C) Concurrency




12) Command labeling is not a common design issue.
A) True
B) False
View Answer / Hide Answer

ANSWER: B) False




13) Which model depicts the profile of the end users of a computer system.
A) Spiral model
B) Iterative model
C) Waterfall model
D) User model
View Answer / Hide Answer

ANSWER: D) User model




14) In an object oriented testing strategy the focus of testing is a class.
A) Yes
B) No
View Answer / Hide Answer

ANSWER: A) Yes




15) Software is tested to cover the errors that were made inadvertently as it was designed and constructed.
A) True
B) False
View Answer / Hide Answer

ANSWER: B) False




16) System size is a metric for the analysis model.
A) True
B) False
View Answer / Hide Answer

ANSWER: A) True




17)First level of Prototype is evaluated by.
A) System
B) User
C) Both A & B
D) None of the above
View Answer / Hide Answer

ANSWER: B) User




18) PAD is a metric that indicates the number of classes that can access another class attributes that allow a violation of encapsulation.
A) True
B) False
View Answer / Hide Answer

ANSWER: A) True




19) A qualitative measure of the degree to which classes are connected to one another is.
A) OO view
B) Conventional view
C) Both A & B
D) None of the above
View Answer / Hide Answer

ANSWER: A) OO view




20) Abbreviate the term CORBA.
A) Common Object Request Broker Architecture.
B) Common Oriented Request Broker Architecture.
C) Common Oriented Resource Broker Analysis.
D) Common Object Request Broker Analysis.
View Answer / Hide Answer

ANSWER: A) Common Object Request Broker Architecture.




21) Abbreviate the term COM.
A) Common Object Model
B) Component Object Model
C) Common Oriented Model
D) Component Oriented Model
View Answer / Hide Answer

ANSWER: B) Component Object Model


Post your comment