Requires a Bachelor degree, or foreign equivalent, in Computer Engineering or related field and 6 years of progressive, postbaccalaureate experience as a Software Engineer, Application Development Programmer Analyst, Technical Lead or related position involving development of HR software solutions. 6 years of experience must include Oracle and Microsoft SQL database, SQL; PeopleSoft Human Capital Management and PeopleTools; Unix Shell Scripting, Java, JSON, WSDL, SOAP, REST API, XML web services, Connect Direct Transfer Protocol; BI Publisher, Crystal Reports, and SQR; Implementation, migration, integration, maintenance, and enhancement of the HR and Payroll solutions; and Requirement gathering, analysis and endtoend solution designing as part of overall Software Development Lifecycle and Management. 4 years of experience must include Yearendyearbegin payroll processing; VBA, C, C, Java, .Net; and TFS, Bitbucket, RLM, and GitHub. Proof of full vaccination against COVID19 required prior tobr commencing employment.

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