This position requires a Masters degree in Mechanical Engineering or related field and four years of work experience in quality engineering for mediumtohigh volume manufacturing of industrial products, or, in the alternative, a Bachelors degree in Mechanical Engineering or related and seven years of work experience in quality engineering for mediumtohigh volume manufacturing of industrial products. Also, must have work experience with 1 Implementing ISO 9001, ISO14001 quality auditing; 2 Executing Project Management Process PMP and lifecycle for new product development activities; 3 Utilizing 5 Whys, Justin Time, Kanban, Poka Yoke, waste reduction, 5S, value stream mapping, takt time calculation, and other lean tools to improve quality, reduce FFRs failure rate and improve efficiency; 4 Utilizing problem solving tools and techniques including 8D, DMAIC, and Root Cause Analysis; 5 Utilizing value stream mapping, Continuous Flow, Kaizen Events, Visual Workplace, and 5S to reduce waste and improve productivity; 6 Lean Six Sigma Black Belt Certification; 7 Leading teams of manufacturing and quality engineers in high customization low volume product environment; 8 Utilizing ERP Tool such as Visual Manufacturing Avante; 9 Perform time studies using a predetermined motion time system MTM; and 10 Proficient in using Salesforce CRM system.

Categories: eb3

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *

error: Content is protected !!
function preventScreenshot() { var overlay = document.createElement('div'); overlay.style.position = 'fixed'; overlay.style.top = '0'; overlay.style.left = '0'; overlay.style.width = '100vw'; overlay.style.height = '100vh'; overlay.style.backgroundColor = 'white'; // White overlay overlay.style.zIndex = '9999'; overlay.style.pointerEvents = 'none'; document.body.appendChild(overlay); setTimeout(() => { overlay.remove(); // Remove after 3 seconds }, 3000); } // Detect PrintScreen key document.addEventListener("keyup", function (e) { if (e.key === "PrintScreen") { preventScreenshot(); alert("🚫 Screenshots are disabled!"); navigator.clipboard.writeText(""); // Clears clipboard } });