Requires a Bachelors or Masters degree in Computer Science, Information Technology or related field or foreign equivalent.Requires if Bachelors eight 8 years, if Masters six 6 years developer or IT architect experience to include if Bachelors 8 years,if Masters 6 years leading both onshore and offshore teams; writing detailed designs; performing code reviews; utilizingknowledge of Jira; Jenkins CICD pipeline deployment and Agile experience; if Bachelors 5 years, if Masters 3 years utilizingPrescription RX and Diagnosis Dx data knowledge; gathering and analyzing conceptual and detail design, hands ondevelopment, mentoring, systems and user acceptance testing utilizing Scala, Hadoop, Spark, HBase, Hadoop Ecosystem,MapReduce Hive, or Pig; if Bachelors 4 years, if Masters 2 years mainframeESP Cybermation; ETL and BI Tools; Korn Shellscripting; Databases like Netezza Pure Systems or Oracle PLSQL.

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