This position requires at least a bachelors degree, or its foreign equivalent, in Computer Science, Information SystemsTechnology, Engineering any, or in a closely related field, plus 5 years of progressively responsible postbaccalaureate experience as a Software Engineer, Analyst or in a IT related position. This position also requires the following professional experience 5 years of experience designing, and building Payment Card solutions; 5 years of experience analyzing, designing, building, and enhancing EMV EuroPay, Master Card Visa requirements for Payments Card solutions; 5 years of development experience utilizing Mainframe HP nonstop system using Cobol for Payment Switch requirements; 2 years of experience in Architecting Payment Switch related solutions; 2 years of experience with Microsoft Azure PaaS Platform as a Service services for Data ingestion and reporting for Payment and NonPayment data; 2 years of experience in designing and building Mobile Payment Integration solutions; and 2 years of Azure DevOps CICD Continuous IntegrationContinuous Deployment and Ansible for provisioning Azure resources.

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