EDUCATION Bachelors degree or foreign equivalent in Computer Science, Computer Engineering, Computer Information Systems, or related field.br br EXPERIENCE Three 3 years of experience in the position offered or related occupation.br br SPECIAL REQUIREMENTS Experience with the following requiredbr 1. Spark with Python and Scala APIs;br 2. Cloud based Massively Parallel Processing MPP databases such as Snowflake, Redshift or Google Big Query;br 3. Cloud and hybrid environments including AWS, GCP, and Azure;br 4. Time Series Databases such as Influx dB, Kudu, or Google Bigtable;br 5. Message brokers such as Kafka, Flume, or RabbitMQ;br 6. Logical database design and data warehouse principles;br 7. Different types of data streams real time, traditional warehouse, big data and whenhow to use each;br 8. NoSQL Databases and platforms such as HBase or MongoDB; andbr 9. Data orchestration environments like StreamSets, ControlHub or Cloudera Dataflow.

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