Employer will accept a Masters degree in Computer Science, Information Systems, or a related field and 4 years of work experience in the job offered or in an analyticsrelated occupation. Position requiresbr 1. Developing and maintaining business intelligence reports and dashboards using Tableau;br 2. Developing solutions leveraging relational and nonrelational database technologies such as Hadoop or Hive to ingest, process, and analyze large datasets;br 3. Data analytics using skillsets including Python and Spark;br 4. Leveraging SQL skillsets to solve critical business problems;br 5. Financial services industry;br 6. Collaborating with business stakeholders to document reporting and design requirements; and,br 7. Preparing high level technical design documents and functional design documents.

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