Back to Subjects
SE

Software Engineering

Master SDLC, Agile methodologies, software design principles, testing strategies, project management, and quality assurance.

Start Quiz
2,650MCQs
easy

697 questions

medium

1545 questions

hard

411 questions

Chapters

1
SDLC Models
2
Design Principles
3
Software Testing
4
Introduction to Software Engineering
5
CASE Tools
6
Requirements Engineering
7
Implementation
8
Integration and Evolution
9
Plan-Driven Development
10
Verification and Validation
11
RUP
12
Requirements Engineering Advanced
13
Software Design
14
Software Architecture
15
Component Design
16
Software Construction
17
Project Management
18
Software Maintenance
19
Software Quality

Sample 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