Software Engineering MCQs

Prepare with the latest Software Engineering MCQs with answers and explanations. Free online practice for competitive exams, interviews, and university tests.

642. The user system requirements are the parts of which document ?

A. SDD
B. SRS
C. DDD
D. SRD
✅ The correct answer is option B.
Explanation: Software requirements specification (SRS), is a complete description of the behaviour of a system to be developed and may include a set of use cases that describe interactions the users will have with the software.

649. Explain the significance of Server .MapPath ?

A. Returns the Virtual Path of the web folder
B. Maps the specified virtual path to Physical path
C. Returns the physical file path that corresponds to virtual specified path
D. All of the above
✅ The correct answer is option C.