Exam CPSA-F All QuestionsBrowse all questions from this exam
Question 30

Select the two most appropriate methods for evaluating the reliability of a software system. (Choose two.)

    Correct Answer: B, E

    To evaluate the reliability of a software system, measuring 'Mean-Time-between-Failure' (MTBF) and conducting an Architecture Tradeoff Analysis Method (ATAM) evaluation are appropriate methods. MTBF is a standard quantitative measure of reliability. An ATAM evaluation helps assess architectural decisions and their impact on system quality attributes, including reliability. Neither counting lines of code nor cyclomatic complexity directly assesses reliability. Performance tests measure performance, not reliability directly.

Discussion
alper1234455Options: BE

B-E, C is irrelevant here