Back to SubjectsStart Quiz
SE
Software Engineering
Master SDLC, Agile methodologies, software design principles, testing strategies, project management, and quality assurance.
2,650MCQs
easy
697 questions
medium
1545 questions
hard
411 questions
Chapters
1
SDLC Models2
Design Principles3
Software Testing4
Introduction to Software Engineering5
CASE Tools6
Requirements Engineering7
Implementation8
Integration and Evolution9
Plan-Driven Development10
Verification and Validation11
RUP12
Requirements Engineering Advanced13
Software Design14
Software Architecture15
Component Design16
Software Construction17
Project Management18
Software Maintenance19
Software QualitySample Questions
1
Which software development model is known as the "linear sequential model"?
A.Spiral Model
B.Waterfall Model
C.Agile Model
D.V-Model
2
What does SOLID stand for in software design principles?
A.Single, Open, Liskov, Interface, Dependency
B.Simple, Object, Linear, Interface, Design
C.Single Responsibility, Open-Closed, Liskov Substitution, Interface Segregation, Dependency Inversion
D.Software, Object, Logic, Interface, Data
3
Which testing is performed without knowledge of internal structure?
A.White Box Testing
B.Black Box Testing
C.Grey Box Testing
D.Unit Testing