CONTD from H.10B designing and leading quality assurance or process engineering programs for webbased technologies according to ISO, DO or SPICE standards.br br EDUCATION AND EXPERIENCEbr br Masters degree in Engineering, Computer Science, Technology Management, or a closely related field or foreign education equivalent and three 3 years of experience in job offered or three 3 years of experience designing and leading quality assurance or process engineering programs for webbased technologies according to ISO, DO or SPICE standards.br br ORbr br Ph.D. degree in Engineering, Computer Science, Technology Management, or a closely related field or foreign education equivalent and one 1 year of experience in job offered or one 1 year of experience designing and leading quality assurance or process engineering programs for webbased technologies according to ISO, DO or SPICE standards.br br SPECIAL REQUIREMENTSbr br Demonstrated expertise designing quality assurance standards or process engineering protocols for web application development and testing throughout the SDLC for compliance with ISO, DO or SPICE standards; and designing software testing compliance protocols for quality assurance verification and validation including validation of technical artifacts, for compliance with ISO, DO or SPICE standards.br br Demonstrated expertise serving in a technology lead role or delivering customerfacing support and trainings within an IT development or services environment; and leading crossmatrixed onshoreoffshore software test teams.br br Demonstrated expertise in the Software Development Life Cycle SDLC process, and implementing quality control measures to improve product and process efficiencies through feedback from customers and internalexternal IT auditors, including providing recurring management status reporting.br br Demonstrated expertise applying Lean concepts and Six Sigma methodologies to implement process improvement initiatives that improve product quality; and performing quality audits for compliance with CMMI Level 5 standards.br br Experience andor expertise may be gained during Graduate program.br br Employer will consider candidates with any suitable combination of education, training, andor 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 } });