Bachelors degree or foreign equivalent in Electrical Engineering, Power Engineering or related field and 1 year of experience in the job offered or a related occupation. Must have 1 year of experience in the following skills 1 designing or testing products for safety, compliance, and regulatory standards 2 working with overseas CMOEMODM vendors in product development 3 experience with power technologies such as power optimization, board design, thermal, mechanical, BMC, signal integrity 4 experience in power conversion architecture and design for large scale applications 5 Power supply validation and issue root cause experience 6 experience working in cross functional groups including mechanical engineering, thermal engineering, test, reliability, and failure analysis 7 Experience with power, performance and cost optimization 8 experience with data center power distribution to server racks and within server racks 9 delivery of power products in a multidisciplined, distributedresponsibility environment 10 gathering requirements and developing product specifications. Domestic and international travel may be required up to 20 of the time.

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