Software Engineering
Software Engineering MCQs with Answers
Software engineering MCQs with answers and detailed explanations for NTS, GAT, university tests and IT job interviews. SDLC, testing and design covered. Take a scored quiz instead →
In Software Configuration Management (SCM), a baseline is defined as:
AThe initial line of code written in a project
BThe minimal hardware required to compile the application
CA formally approved version of a configuration item that can only be changed through formal change control procedures
DThe final database schema backup file
In Version Control Systems (VCS), creating an isolated parallel line of development to work on new features without affecting main code is:
AMerging
BChecking Out
CReverting
DBranching
A matrix used to map customer requirements to corresponding design modules and test cases is called a:
AResponsibility Assignment Matrix (RAM)
BRequirements Traceability Matrix (RTM)
CRisk Assessment Matrix
DPERT Chart
A system that remains operational continuously even during hardware component failures is said to possess high:
AMaintainability
BPortability
CUsability
DFault Tolerance
The process of maintaining track of requirements from their origin through analysis, design, coding, and testing is known as:
ARequirement Traceability
BRequirement Elicitation
CRequirement Validation
DRequirement Refinement
Defect Removal Efficiency (DRE) is calculated as $DRE = rac{E}{E + D}$, where $E$ is defects found before release and $D$ is:
ATotal test cases executed
BLines of code written
CDefects found by customers after release
DTotal development hours spent
In Software Testing, testing a system with large volumes of database data to evaluate performance under big data conditions is:
AVolume Testing
BSoak Testing
CLoad Testing
DStress Testing
The percentage of test cases in a test suite that executed successfully without detecting failures is called:
ADefect Removal Efficiency
BTest Pass Rate
CTest Execution Coverage
DCode Velocity
Testing conducted to check software performance when subjected to sudden, massive surges in traffic volume is called:
ALoad Testing
BStress Testing
CVolume Testing
DSpike Testing
Testing performed to measure system response times, throughput, and resource utilization under normal expected operational workload is:
AStress Testing
BLoad Testing
CSoak Testing
DSpike Testing
