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. The position also requires 5 years of progressively responsible postbaccalaureate experience as an Application Development Associate Manager, Application Development Team Lead, Software Engineering Team Lead, Senior Software Engineer, Software Engineer, Associate Software Engineer, Data Quality Team Lead or in a related IT position, including the following professional experience 5 years of handson technical experience in Oracle Utilities Customer Care and Billing CCB operating in Oracle Utilities Framework Architecture OUAF; 5 years of experience supporting operations and project through analysis, design, configuration and troubleshooting issues arising Oracle Utilities CCB to meet business objectives, deliver outstanding services, and maintain high level of customer satisfaction; 5 years of combinatory experience with Oracle Utilities Architecture Framework OUAF and Java Development in order to support the needs of Utility client through Oracle Utilities Customer Care and Billing CCB implementation; and 4 years of experience in implementing Oracle Utilities CCB projects with Agile Development Framework and DevOps pipelines.

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