Product Quality Measures Interview Preparation Guide
Download PDF

Product Quality Measures Interview Questions and Answers will guide you that Product Quality Measures is based on conformance to requirements or program specification; related to Reliability, Scalability, Correctness, Completeness, Absence of bugs, Fault-tolerance, Extensibility, Maintainability etc. So learn more about the Product Quality Measures with the help of this Product Quality Measures Interview Questions and Answers

33 Quality Measures Questions and Answers:

1 :: How to measures customer satisfaction for the Product?

(Quality ultimately is measured in terms of customer satisfaction.)
Surveyed before product delivery and after product delivery (and on-going on a periodic basis, using standard questionnaires)
Number of system enhancement requests per year
Number of maintenance fix requests per year
User friendliness: call volume to customer service hotline
User friendliness: training time per new user
Number of product recalls or fix releases (software vendors)
Number of production re-runs (in-house information systems groups)

2 :: How to measures responsiveness (turnaround time) to users for the Product?

Turnaround time for defect fixes, by level of severity
Time for minor vs. major enhancements; actual vs. planned elapsed time

3 :: How to measures Defect ratios for the Product?

Defects found after product delivery per function point
Defects found after product delivery per LOC
Pre-delivery defects: annual post-delivery defects
Defects per function point of the system modifications

4 :: How to measures Complexity of delivered product?

McCabe's cyclomatic complexity counts across the system
Halstead’s measure
Card's design complexity measures
Predicted defects and maintenance costs, based on complexity measures

5 :: How to measures Cost of defects for the Product?

Business losses per defect that occurs during operation
Business interruption costs; costs of work-arounds
Lost sales and lost goodwill
Litigation costs resulting from defects
Annual maintenance cost (per function point)
Annual operating cost (per function point)
Measurable damage to your boss's career

6 :: How to measures Re-work for the Product?

Re-work effort (hours, as a percentage of the original coding hours)
Re-worked LOC (source lines of code, as a percentage of the total delivered LOC)
Re-worked software components (as a percentage of the total delivered components)

7 :: How to measures delivered defect quantities for the Product?

Normalized per function point (or per LOC)
At product delivery (first 3 months or first year of operation)
Ongoing (per year of operation)
By level of severity
By category or cause, e.g.: requirements defect, design defect, code defect, documentation/on-line help defect, defect introduced by fixes, etc.

8 :: How to measures Product volatility?

Ratio of maintenance fixes (to repair the system and bring it into compliance with specifications), vs. enhancement requests (requests by users to enhance or change functionality)

9 :: How to measures Defect removal efficiency for the Product?

Number of post-release defects (found by clients in field operation), categorized by level of severity
Ratio of defects found internally prior to release (via inspections and testing), as a percentage of all defects
All defects include defects found internally plus externally (by customers) in the first year after product delivery

10 :: How to measures Test coverage for the Product?

Breadth of functional coverage
Percentage of paths, branches or conditions that were actually tested
Percentage by criticality level: perceived level of risk of paths
The ratio of the number of detected faults to the number of predicted faults.