SQA Test
SQA Test
5. What type of audit focuses on reviewing the process, methodologies, and tools used during software development?
A) Code audit C) Compliance audit
B) Process audit D) Design audit
8. Which of the following is most likely to be included in a software quality audit report?
A) A list of all developers involved in the project
B) A detailed test plan
C) A list of identified issues, non-compliance, and suggested improvements
D) A complete project schedule
10. What does the term "failure rate" in software reliability refer to?
A) The frequency with which software errors are corrected
B) The number of bugs reported by users
C) The number of failures that occur per unit of time or execution
D) The time taken for the software to recover from a failure
Page 1 of 2
SQA Quiz
Problem:
A software system has experienced 10 failures in the last 5000 hours of operation. Calculate the MTBF (Mean Time
Between Failures).
Problem:
A system has a total downtime of 100 hours over a period of 5000 hours of operation. Calculate the MTTR (Mean Time
To Repair).
Problem:
A system has a MTBF of 400 hours and an MTTR of 20 hours. Calculate the system's availability.
Problem:
A software system has an MTBF of 600 hours and an MTTR of 30 hours. Calculate the availability of the system.
Formulae:
Availability = [MTTF/(MTTF + MTTR)] x 100%
MTBF = MTTF + MTTR
MTBF = Operating hours / failure
Availability = available time (“up time”) / total time
Page 2 of 2