Placement papers on Software Engineering - Set 4
1. Aggregation represents
is_a relationship
part_of relationship
composed_of relationship
none of above
View Answer / Hide AnswerANSWER: composed_of relationship
2. If P is risk probability, L is loss, then Risk Exposure (RE) is computed as
RE = P/L
RE = P + L
RE = P*L
RE = 2* P *L
View Answer / Hide Answer3. Number of clauses used in ISO 9001 to specify quality system requirements are:
15
20
25
28
View Answer / Hide Answer4. ER model shows the
Static view.
Functional view.
Dynamic view.
All the above.
View Answer / Hide Answer5. IEEE 830-1993 is a IEEE recommended standard for
Software requirement specification.
Software design.
Testing.
Both (A) and (B)
View Answer / Hide AnswerANSWER: Software requirement specification.
6. One of the fault base testing techniques is
unit testing.
beta testing.
Stress testing.
mutation testing.
View Answer / Hide AnswerANSWER: mutation testing.
7. Changes made to an information system to add the desired but not necessarily the required features is called
Preventative maintenance.
Adaptive maintenance.
Corrective maintenance.
Perfective maintenance.
View Answer / Hide AnswerANSWER: Perfective maintenance.
8. All the modules of the system are integrated and tested as complete system in the case of
Bottom up testing
Top-down testing
Sandwich testing
Big-Bang testing
View Answer / Hide Answer9. If every requirement stated in the Software Requirement Specification (SRS) has only one interpretation, SRS is said to be correct.
unambiguous.
consistent.
verifiable.
View Answer / Hide Answer10. If the objects focus on the problem domain, then we are concerned with
Object Oriented Analysis.
Object Oriented Design
Object Oriented Analysis and Design
None of the above
View Answer / Hide AnswerANSWER: Object Oriented Analysis.