Your question is Optimize Factory Defect Models Under Constraints. Take a moment with it on the right.
Talk me through your thinking if you like. When you're confident, submit your answer and I'll grade it like a real screen (7/10 or better passes).
VoltForge manufactures industrial motor controllers across 12 production lines and inspects roughly 1.8 million units per month. The quality team wants a model that predicts whether a unit will fail final inspection, but the solution must be optimized for plant constraints: false negatives are expensive, inference must run on edge devices, and engineers need understandable drivers of risk.
You are given one year of unit-level production data collected from MES, sensor logs, and operator records.
| Feature Group | Count | Examples |
|---|---|---|
| Process measurements | 18 | solder_temp_mean, torque_std, cycle_time_sec, humidity_pct |
| Equipment metadata | 7 | line_id, machine_id, tool_version, maintenance_age_days |
| Material / supplier | 6 | supplier_id, lot_age_days, pcb_batch_grade |
| Operator / shift | 5 | shift, operator_tenure_days, overtime_flag |
| Quality history | 6 | prior_line_defect_rate_7d, rework_rate_30d, calibration_gap_days |
failed_final_inspection (1 = defective, 0 = passed)A good solution should: