Requirements Masters degree in Computer Science, Engineering, Information Systems or related field of study plus 2 years of experience in the job offered or 2 years of qualifying work experience in information technology or engineering environment.The employer will alternatively accept a Bachelors degree or equivalent in Computer Science, Engineering, Information Systems or related field of study plus 4 years of experience in the job offered or 4 years of qualifying work experience in information technology or engineering environment in lieu of a Masters degree plus 2 years of experience. Must have 2 years of experience with the following Design, develop and analyze applications using PEGA Rules Process Commander; Building scalable applications using service oriented technologies SOAP, REST based web services; WebLogic; Oracle Database. A related advanced degree may offset the related experience requirements. Position can telecommute from home from any location in the U.S.br br H.8.b. Employer will accept one 1 year of directly related experience in lieu of one 1 year of education.

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