The position requires a Bachelors Degree, or foreign equivalent, in Electronics and Communication Engineering, Computer Science or a related field plus five 5 years of experience in thebr job offered or a Systems Integration Advisor related occupation.br br Position also requires three 3 years of experience with each of the following Designing and developing data warehousing applications usingbr DataStage Parallel or Server editions; and Databases SQL Server, Oracle, DB2 and Netezza, Windows, Linux or UNIXAIX platforms. Position also also requires demonstrablebr experience with each of the following InfoSphere DataStage; Designing and developing DataWarehouse applications using QualityStage, Informatica, DTSSSIS, Siebel Analytics orbr Oracle Business Intelligence and Java; and Application Lifecycle, including analysis and definition, system design, implementation, testing, deployment and maintenance.

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