Pakistan's best MCQs practice hub — FPSC · PPSC · CSS · NTS · Other Exams
Login
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 →

Performance testing that subjects a system to a high operational workload over an extended continuous period to detect memory leaks is:

ASpike Testing
BStress Testing
CSoak Testing (Endurance Testing)
DSanity Testing
Submitted by: mcqstutor Team 0 comments

System testing focused on evaluating how effectively a software system recovers from intentional hardware or software crashes is:

ARecovery Testing
BSecurity Testing
CVolume Testing
DCompliance Testing
Submitted by: mcqstutor Team 0 comments

The advanced code coverage metric mandated for critical safety-avionics systems (DO-178C) requiring every condition in a decision to independently affect the outcome is:

AStatement Coverage
BBranch Coverage
CPath Coverage
DModified Condition/Decision Coverage (MC/DC)
Submitted by: mcqstutor Team 0 comments

An architectural pattern where independent microservices expose RESTful APIs and interact via HTTP/JSON protocols is known as:

AMonolithic Architecture
BMainframe Architecture
CBlackboard Architecture
DMicroservices Architecture
Submitted by: mcqstutor Team 0 comments

Software testing technique where test inputs are randomly generated and sent to the software to detect crashes or memory leaks is known as:

AFuzz Testing (Fuzzing)
BMutation Testing
CMonkey Testing
DRegression Testing
Submitted by: mcqstutor Team 0 comments