Position requires a Bachelors degree in Software Engineering or related, and 7 years of relevant work experience. In addition, experience with the following skills is required 1 Working directly with customers in the telecommunication service provider environment to define software solution requirements and coordinate the solution deliverables; 2 Designing and implementing multiple data gatheringcorrecting scripts and jobs using SQL, PLSQL in Oracle 11g and 12c Database; 3 Designing, developing, and enhancing complex software applications using Java and Groovy; 4 Developing, testing, and deploying code using Continuous Integration and Continuous Deployment CICD tools, including Jenkins, Sonar, SVN and Maven; 5 Designing, developing, maintaining, and troubleshooting complex multilayered applications using shell scripts, vi editor, and tools in Unix; and 6 Leading a crossfunctional team in performing domain solution and critical platform upgrades to minimize outages and defining procedures and mitigation plans.

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