Masters Degree in Information Technology, Computer Science, Engineering, Manufacturing Systems or a related field, and 6 years of experience; or Bachelors Degree in Information Technology, Computer Science, Engineering, Manufacturing Systems or a related field, and 8 years of experience of which at least 5 years must be progressive postbachelors experience.br br Of the required experience, must have 6 years of experience in multidisciplinary business principles and practice to achieve successful outcomes in crossfunctional projects and activities.br br Must have 6 years of experience working with endusers to define work flows and integrate business processes and technology into effective business solutions.br br Must have 5 years of experience managing complex largescale business or information technology projects.br br Must have 5 years of experience in lean manufacturing, change management and project management; including all elements of scope, time, cost, risk, quality, integration, procurement, human resources and communications.br br Must have 5 years of experience planning and coordinating the production launch activities including release readiness reviews, milestone reviews, shiproom meetings and the execution of deployment plans and checklists.br br Must have 5 years of experience facilitating large or complex troubleshooting activities that require significant judgment and reasoning outside area of expertise.br br Must have 4 years of experience working with platforminfrastructure teams to research, identify, design, and develop tools to allow efficient configuration management, build, and release of software.br br Must have 4 years of experience in developing longterm strategies and plans including project charters, implementation plans and control plans.br br Must have 2 years of experience in leading Root Cause Analyses using RCA tools 5 Whys, Fishbone, Fault Tree, or Timelinebr br Employer will accept any suitable combination of education, training or experience.

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