Must have a Bachelors degree in Mechanical Engineering, Systems Engineering, Industrial Design, or related field, plus 5 years of post baccalaureate, progressive experience in a mechanical engineering role. Employer will also accept a Masters degree in Mechanical Engineering, Systems Engineering, Industrial Design, or related field, plus 3 years of experience in a mechanical engineering role.br br Of the required experience, must have 1 year of experience in at least 2 of the following mechanical system design; mechatronics design; microelectronics design; semiconductor manufacturing equipment design; robotic systems design.br br Of the required experience, must have 1 year of experience in at least 3 of the following semiconductor capital equipment; wet clean semiconductor equipment; control systems; FEA modeling; vacuum deposition; Original Equipment Manufacturer OEM selection and integration; Geometric dimensioning and tolerancing GDT.br br Of the required experience, must have 1 year of experience in mechanical andor system design involving at least 3 of the following heat transfer; fluid mechanics; thermodynamics; kinematics; fluid dynamics; vibrations; material properties; stress and strain.br br Must have at least 1 year of experience in two of the following software C; C; Creo 3D CAD; ProE; AutoCAD; MATLAB; COMSOL; Solidworks.br br Experience may be gained while in graduate school.

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 } });