Requires a Bachelors degree in Computer Science, Information Technology, or a directly related field, plus 5 years of professional experience performing data collection, data staging, data movement, analytics delivery, data quality, and archiving strategies. Must also include 5 years of professional experience with each of the following 1 gathering user requirements and data modeling; 2 performing data analysis and profiling source data with Python, R, and Informatica; 3 creating physical data models from logical data models with Teradata, SQLServer, Azure, and Databricks; 4 managing projects, including requirements, development, life cycle implementation, testing, and product delivery; 5 building conceptual, logical, and physical data models using Quest Erwin; and, 6 defining product solutions and concepts and analyzing technical requirements.

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