Position requires a Bachelors Degree in Computer Science, Engineering, Information Systems, Business Administration, or a related field, followed by 5 years of progressively responsible experience leading largescale product development projects through all phases of the systems development lifecycle. Experience must include a minimum of 1 year of experience with product design and development; 1 year of experience with business systems analysis, including requirements analysis and definition; 1 year of experience with root cause analysis, developing business process flows, and designing, building, and testing application code; 1 year of experience monitoring and improving systems for credit card or other financial products; 1 year of experience with presenting complex technical solutions to both technical and nontechnical audiences; 1 year of experience with leading and influencing development partners in a crossfunctional environment; and 1 year of experience with Agile rapid application development, HP Quality Center, MS Excel and SharePoint, MS Visio, Scrum methodologies, and User Acceptance Testing UAT. Telecommuting is available up to 3 days per week.

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