This position requires a Masters degree or equivalent in Business Analytics, Statistics, or a related field and 3 years related experience. Must also have 12 months of experience with each of the following 1 Researching, designing, and developing new technologies to help companies leverage data to support business functions; 2 Processing large, multidimensional datasets from multiple sources and establishing scalable, efficient, automated processes for large scale data analyses, model development, model validation, and model implementation; 3 Managing metrics reporting and performing mathematical and statistical modeling to produce business insights and analysis; 4 Utilizing database technologies, including SQL and ETL, to design, develop, and evaluate highly innovative business intelligence tools and automated reports; 5 Designing and building data models data marts utilizing dbt; and 6 Creating data visualizations and analysis through Looker. 5 domestic travel required to visit customers and attend company events. Employer will accept experience gained concurrently. Will accept experience gained before, during, or after Masters degree.

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