Minimum Requirements Masters degree or its foreign degree equivalent in Computer Science, Engineering any field or a related quantitative discipline and one 1 year of experience in the field of software engineering or one 1 year of experience in the job offered OR Bachelors degree or its foreign degree equivalent in Computer Science, Engineering any field, or a related quantitative discipline and five 5 years of progressively responsible experience in the field of software engineering or five 5 years of experience in the job offered.br br Special Skillsbr 1 Implementing solutions with ERP software;br 2 Integrating systems with thirdparty service vendors;br 3 Workday Studio, EIBs, WSDL, SOAP, and REST APIs;br 4 Java, JavaScript, XSLT, XTT, and ETV scripting languages;br 5 PICOF and PECI Payroll Interface Integrations;br 6 Cloud connect for Benefits, Core Connectors;br 7 Workday BIRT; and,br 8 Data analysis.br br Special skills can be gained through academic coursework, scholastic achievement or work experience. Any suitable combination of education, training andor experience is acceptable. Telecommuting is permitted.

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