RAM Quality Assurance & Improvement 2 — Questions and Answers
Question 1: Which statistical tool is used to identify the vital few causes responsible for the majority of quality defects in a RAM program?
- Fishbone diagram
- Pareto chart (Correct answer)
- Control chart
- Scatter diagram
Correct answer: Pareto chart
Pareto charts apply the 80/20 rule to rank defect causes by frequency, helping teams focus improvement efforts on the most impactful issues.
Question 2: In the context of RAM quality improvement, what does the term 'corrective action' specifically address?
- Preventing future occurrences of a nonconformance
- Eliminating the root cause of an existing nonconformance (Correct answer)
- Documenting lessons learned from past failures
- Updating maintenance schedules proactively
Correct answer: Eliminating the root cause of an existing nonconformance
Corrective action eliminates the root cause of a detected nonconformance to prevent its recurrence, distinct from preventive action which addresses potential issues.
Question 3: A RAM engineer applies a Six Sigma DMAIC cycle. Which phase involves measuring the current process capability?
- Define
- Measure (Correct answer)
- Analyze
- Improve
Correct answer: Measure
The Measure phase quantifies the current process performance and establishes a baseline for comparing improvements.
Question 4: What quality metric expresses the probability that a system will perform its required function when called upon, accounting for both reliability and maintainability?
- Mean Time Between Failures (MTBF)
- Availability (Correct answer)
- Mean Time To Repair (MTTR)
- Failure Rate
Correct answer: Availability
Availability combines reliability (MTBF) and maintainability (MTTR) into A = MTBF / (MTBF + MTTR), reflecting operational readiness.
Question 5: Which approach in quality improvement focuses on eliminating waste and improving flow in production processes most directly applicable to maintainability?
- Total Quality Management (TQM)
- Lean methodology (Correct answer)
- ISO 9001 auditing
- Weibull analysis
Correct answer: Lean methodology
Lean methodology targets non-value-adding activities (waste), reducing repair cycle times and improving maintainability throughput.
Question 6: During a quality audit of a RAM program, auditors discover that inspection records are incomplete. Under ISO 9001, this finding is classified as a:
- Observation
- Major nonconformance
- Minor nonconformance (Correct answer)
- Opportunity for improvement
Correct answer: Minor nonconformance
Incomplete records that do not fully comply with requirements but do not indicate a systemic breakdown are typically classified as minor nonconformances.
Question 7: A quality improvement team uses a scatter diagram to analyze two variables in a RAM study. A strong positive correlation implies:
- One variable causes the other to increase
- As one variable increases, the other tends to increase (Correct answer)
- The two variables are unrelated
- Both variables decrease together
Correct answer: As one variable increases, the other tends to increase
A strong positive correlation means the two variables tend to move in the same direction, though correlation does not establish causation.
Which statistical tool is used to identify the vital few causes responsible for the majority of quality defects in a RAM program?