Sign up to access all features of our service.
  • Job search
  • Favorites
  • Create a CV
    New
  • Salaries
  • Subscriptions

Head of Data Platform

A2Z Sync

Why This Role Exists We operate a multi-tenant automotive SaaS platform serving thousands of dealer groups across the United States. Our data layer — MySQL, Aurora, DynamoDB with DynamoDB Streams, S3, Glue Data Catalog — has grown to support a complex, high-throughput transactional platform. That layer works. Now we need to make it intelligent. We are building a Dealer Intelligence Platform: a closed-loop system that observes raw signals from dealer operations, predicts outcomes, optimizes decisions under constraints, acts through approved channels, and learns from what happened. Pricing optimization, lead routing, inventory mix planning, service bay scheduling — each is a self-contained optimization function that consumes features, scores predictions, and closes the loop with action telemetry. This role owns the entire data substrate that makes that loop possible — the lake, the feature store, the model registry, the action ledger, and the governance framework that keeps it all tenant-isolated and audit-grade. You are not inheriting a finished architecture; you are designing the one that turns a transactional platform into a decision engine. Scope & Scale Targeting 5,000+ dealer tenants, each with isolated databases and per-tenant configuration. Billions in annual Gross Merchandise Value (GMV) flowing through platform transactions. 30+ third-party integrations across DMS, CRM, lending, F&I, and marketplace providers — each pushing data in different formats (SOAP/XML, REST, JSON, email). Data pipelines spanning 6 integration domains with multi-protocol vendor connectivity. Data Streams processing real-time change events across onboarding, inventory, and transaction tables. A Product roadmap with 6+ optimization functions — each requiring its own entity model, feature set, constraint definition, and feedback path. What You Will Own The data platform end to end: Bronze (raw + telemetry), Silver (canonical entities via Standardization Agent), Gold (KPIs + derived features) — plus the Feature Store and Action Ledger that make the optimization loop possible. Feature Store architecture — online (sub-50ms reads for real-time scoring) and offline (point-in-time joins for training). Feature contract: owner, freshness SLO, PII tag, training/inference parity. Governed by Lake Formation. Action Ledger — every recommendation, approval, override, and outcome logged as a first-class object. This is the substrate that closes the loop: without it, models cannot retrain, we cannot attribute lift, and we cannot prove value to dealers. Model data pipeline — the feature materialization, training data assembly, and serving infrastructure that feeds SageMaker models and Bedrock agents across all optimization functions. Data migration strategy for the legacy platform — defining which tables move to DynamoDB, which consolidate into Aurora Serverless, and how dual-write validation works at every stage. Data quality and anomaly detection — automated monitoring for schema drift, null-rate spikes, stale pipelines, and integration data inconsistencies. If a bad feature reaches a model, that is your bug. Data governance: retention policies, PII handling, audit trail integrity, and multi-tenant AI governance (per-dealer data isolation for model training, cost attribution for Bedrock inference, FTC-grade action audit). Streaming and event-driven data flows: DynamoDB Streams, EventBridge, CDC patterns, and real-time feature materialization. Technical Environment Data Stores: DynamoDB (single-table design, DynamoDB Streams), MySQL/Aurora, S3 data lake (Bronze/Silver/Gold layers, Iceberg), DAX, Glue Data Catalog. Feature Store: SageMaker Feature Store (online + offline), S3 + Iceberg for point-in-time training data, Lake Formation-governed feature access. Streaming & Events: DynamoDB Streams, EventBridge, CDC, real-time feature materialization pipelines. ML/AI Platform: SageMaker (training pipelines, model registry, Model Monitor), AWS Bedrock (Claude, Titan), LangChain/LangGraph, Bedrock Knowledge Bases. Pipelines: Apache NiFi (multi-provider normalization), AWS Glue (ETL, Data Catalog), Athena (ad-hoc analytics). Infrastructure: CloudFormation, Lake Formation, OpenTelemetry, CircleCI. Analytics: Glue Data Catalog, Athena, QuickSight or equivalent BI layer. Hands-On Expectations This is not a slides-and-meetings role. We expect roughly 30–40% of your time in code and SQL (writing critical-path feature pipelines, data migrations, schema designs, and reviewing PRs with rigor), 40–50% in design (data architecture docs, entity modeling sessions, feature catalog design, optimization-function data contracts), and 10–20% on cross-team alignment, mentoring, and operating mechanisms. First 12 Months Months 1–3: Immerse in the data landscape — audit every data store, pipeline, integration flow, and DynamoDB Stream. Map the current entity model against the v2 optimization-function requirements. Publish the first data architecture ADR. Identify the top data quality gaps and define the canonical entity schemas that Silver and Gold will standardize around. Months 4–6: Stand up the Feature Store (online + offline) and migrate the first round of features from Gold derivations. Build the Action Ledger schema and approval-gateway integration. Deliver the first data migration wave with dual-write validation. Ship automated data quality monitoring that catches drift before it reaches a model. Months 7–9: Pricing Optimizer data pipeline live in production — features flowing, predictions scoring, action telemetry closing the loop. Feature catalog operational with freshness SLOs and PII tagging. Per-dealer + global model training pipelines running. Lead Routing data contracts defined and in shadow mode. Months 10–12: Second optimization function (Lead Routing or Inventory Mix) in production. Drift detection and auto-rollback wired into Model Monitor. Outcome dashboards proving incremental lift to dealers. Data platform roadmap documented for the next 12 months. The team treats feature quality, action telemetry, and training/inference parity as non-negotiable engineering standards because of the patterns you set. You Should Have 7+ years in data engineering or data architecture with at least 2 years in a platform-level architect or Head-of role. Deep experience with both relational (MySQL/PostgreSQL/Aurora) and NoSQL (DynamoDB, DynamoDB Streams) data modeling — and strong opinions on when each is appropriate. Hands-on experience building or operating feature stores — online serving, offline training, point-in-time correctness, feature freshness SLOs. Hands-on experience with AWS data and ML services: Glue, Athena, S3, DynamoDB, DynamoDB Streams, Aurora, Lake Formation, SageMaker. Current, practicing AI/Gen-AI practitioner — you have built or operated systems that prepare data for LLMs, embeddings, or ML models in production. This is not theoretical interest; it is hands-on recent experience. Experience with streaming and CDC patterns: DynamoDB Streams, Kinesis, EventBridge, or Kafka for real-time data propagation and feature materialization. Experience with data pipeline orchestration: NiFi, Airflow, Step Functions, or equivalent. Understanding of data migration patterns: dual-write, change data capture (CDC), reconciliation validation, zero-downtime cutover. Experience with multi-tenant data architectures — database-per-tenant, schema-per-tenant, Row-Level Security, and the judgment to know which trade-offs matter at 5,000+ tenants. Strong data governance instincts: retention policies, PII handling, audit trails, cost attribution, and the discipline to enforce them before the first model ships. The ability to write a data architecture doc that engineers can implement without ambiguity, and the judgment to know when to write the SQL or pipeline code yourself instead. Strongly Preferred: ML & Optimization Data Infrastructure Hands-on experience with SageMaker — training pipelines, model registry, Model Monitor, and production model lifecycle (shadow → canary → drift watch → auto-rollback). Hands-on experience with AWS Bedrock — Knowledge Bases, model invocation, guardrails, and production deployment of foundation models. Experience building embeddings pipelines — vectorizing structured and unstructured data for semantic search, recommendations, or retrieval-augmented generation. Experience designing retrieval systems — chunking strategies, metadata filtering, re-ranking, and evaluating retrieval quality. Experience building closed-loop data systems — action telemetry, outcome attribution, A/B holdout management, and lift measurement. Experience with data quality and anomaly detection at scale — automated monitoring for schema drift, null rates, freshness SLAs, and feature/training skew. Understanding of multi-tenant AI governance: PII redaction, tenant-scoped inference, per-dealer model routing, cost attribution, and audit logging. Nice to Have Experience with automotive, fintech, or multi-tenant marketplace data — compliance retention requirements. Familiarity with data formats and protocols from third-party providers (CDK, DealerTrack, Tekion). Experience with constrained optimization, assignment problems, or scheduling solvers at the data layer. Background with event-driven and streaming data architectures (EventBridge, DynamoDB Streams, Kafka, CDC streams). Experience with vector databases (OpenSearch, Pinecone) for production AI workloads. Experience with Iceberg, Delta Lake, or other open table formats for lakehouse architectures. About A2Z Sync A2Z Sync is a fast-paced and innovative automotive SaaS company seeking to make life better for our customers. We offer you a fun, casual, and collaborative culture, while fostering an environment where you work hard, see your results, and feel your impact. We are committed to our employees, and this starts with providing benefits that allow you to care for you and your family. Mission At A2Z Sync, we replace the friction of disconnected systems with the velocity of a single platform. We integrate digital insights with in-store operations to deliver transparent transactions that bring clarity to the car buyer and increased profitability to the dealer. Our Values: We Are DRIVEN Dealership Obsessed: We measure our success by the dealer's wins and the trust of their buyers, not just our own code. Relentless Ownership: No lone wolves, but no pass-backs either. We don't say "that's not my job." Invent with Purpose: We don't chase "shiny" tech. We replace guesswork with intelligence, building the "data backbone" that turns raw information into a competitive advantage. Value Every Perspective: We are Better Together. We check egos at the door. Evolve or Evaporate: Change is our constant. We stay ahead by learning faster than the competition. Now Over Next: Perfection is the enemy of progress. We prefer action over endless analysis. Here’s how we are doing it: A2Z Sync offers comprehensive medical, dental, and vision benefits. Employer provided STD/LTD and life insurance. Matching 401k plan. Unlimited paid time off, including 10 paid holidays. Real ownership of a high-stakes AI surface — your roadmap, your architecture decisions, your metrics. #J-18808-Ljbffr

Vacancy posted 4 days ago
Similar jobs that could be interesting for youBased on the Head of Data Platform in Denver, CO vacancy
  • $218.36k - $327.54k

    Blueface Ltd is seeking an Executive Director, Data Platforms to lead the strategic direction for data infrastructure, focusing on scalable and reliable platforms. The position includes responsibilities like overseeing data pipeline design and fostering team leadership... 
    Platform

    Blueface Ltd

    Englewood, CO
    1 day ago
  •  ...the transition toward more standardized, configurable product platforms. This position operates at the intersection of Sales, Engineering...  ...performance Support product launches including marketing data, sales team alignment, pricing, collateral, and internal... 
    Platform

    Kratos Industries LLC

    Arvada, CO
    20 hours ago
  • $130k - $150k

     ...an experienced and strategic Director of Data & Analytics who will be responsible for all...  ..., and support to all department heads and project teams in designing, staffing,...  ...integrity, and security across all systems and platforms. Collaborate closely with cross‑functional... 
    Platform
    Full time
    Contract work
    Temporary work
    Casual work
    Work at office
    Local area
    Relocation package
    Flexible hours

    Englewood CO

    Englewood, CO
    4 days ago
  •  ...Role: We are seeking an experienced Senior Manager of Data Insights to lead and manage our data analytics teams within the...  ...the development, implementation, and maintenance of robust data platforms, ensure high-quality data governance, and provide actionable... 
    Platform
    Work at office

    Equiliem

    Denver, CO
    1 day ago
  • $127.05k - $181.5k

     ...Head Of Marketing Data & Technology EchoStar is reimagining the future of connectivity. Our business reach spans satellite television service...  ...brands, is redefining consumer expectations through new platforms, new business models and new ways of thinking. Equipped with... 
    Platform
    Contract work
    Local area
    Flexible hours

    EchoStar

    Littleton, CO
    20 hours ago
  • $130k - $160k

     ...Responsibilities Lead the design, development, and maintenance of scalable data models and transformation workflows using dbt. Manage and...  ...data integration and migration efforts between systems and platforms. Monitor system performance and proactively implement... 
    Platform
    Temporary work

    Cornerstone Capital

    Englewood, CO
    4 days ago
  • $144.5k - $200k

     ...that delights customers at every step. That's why we're building a platform that brings together corporate travel, a powerful charge card,...  ...500 and Built In's Best Places to Work. We are looking for a Data Analytics Manager to join our Data organization. This leader will... 
    Platform
    Remote work

    engine

    Denver, CO
    20 hours ago
  • $186k - $200k

     ...on the communities and world around us. Job Title: Director, Data Governance Reports to: Chief Digital & Data Officer...  ...workflows and data product lifecycle processes Partner with platform and engineering teams to implement governance capabilities into... 
    Platform
    Remote work

    Deckers Brands

    Denver, CO
    20 hours ago
  • $152.07k - $202.76k

     ...the trusted network for the AI‑powered world, connecting people, data, and applications through our expansive fiber network and...  ...supports alignment of enterprise data architecture direction across platforms and technologies. The Director plays a key role in enabling the... 
    Platform
    Temporary work
    Remote work

    Lumen Inc

    Denver, CO
    2 days ago
  • $120k - $160k

     ...office, with a presence 2 days a week. We’re looking for a Senior Data Product Manager to help accelerate OrthoFi’s transformation into...  ...captured, structured, governed, and leveraged across our SaaS platform — ensuring that every product team and the business as a whole can... 
    Platform
    Part time
    Work at office
    Work from home
    Flexible hours
    2 days per week

    OrthoFi

    Denver, CO
    4 days ago
  •  ...experience, ideally involving software lifecycle and agile processes. This position offers a hybrid or remote work model, ideally for candidates within the East Coast or Central time zones, contributing to clinical data management across the enterprise. #J-18808-Ljbffr... 
    Platform
    Remote work

    Highmark Health

    Denver, CO
    20 hours ago
  • $100.71k - $157.63k

     ...innovation and efficiencies into our solutions and operating model. As a Data Product Manager, you will lead and inspire cross-functional...  ...with data engineering, data science, data governance, and platform teams to develop and launch data products. Collaborate with Data... 
    Platform
    Work experience placement
    Work at office
    Local area
    Remote work
    Flexible hours

    UMB Bank

    Denver, CO
    1 day ago
  • $132.7k - $185.93k

    Role Overview The Manager, Data & AI Solutions is responsible for leading the design, development, and operation of enterprise data platforms and AI-enabled solutions in a cloud environment. This role oversees the Data Solutions team, setting standards for modern data... 
    Platform

    WEH2 Wilbur-Ellis Holdings II, LLC

    Denver, CO
    20 hours ago
  • $115k - $164.3k

    Senior Manager, Data Management Company Ball Corporation Location Westminster, CO, US, 80021 Job Category IT Administration Req...  ...requirements (policy design only; technical implementation owned by Data Platforms) Own business metadata completeness and definition quality in... 
    Platform
    Contract work
    Local area
    Visa sponsorship
    Work visa
    3 days per week

    Ball Aerospace

    Westminster, CO
    4 days ago
  • $28 - $35 per hour

     ...About the job Voice/Data Lead Technician Job Purpose: The Lead Voice/Data Technician is responsible for overseeing and...  ...with project documentation tools such as Procore or similar platforms Physical Requirements: Requires sitting, prolonged standing... 
    Platform

    Beacon Communications

    Littleton, CO
    2 days ago
  • $218.36k - $327.54k

    Executive Director, Data Platforms Job Summary Lead the strategy, architecture, and execution of Comcast’s data infrastructure, building and operating scalable, reliable, and secure data platforms that power analytics, machine learning, and data‑driven decision‑making... 
    Platform

    Blueface Ltd

    Englewood, CO
    1 day ago
  • $185k - $225k

     ...Principal Product Manager, Data Science Company: Norstella Location: Remote, United States Date Posted: Jun 4, 2026 Employment...  ...prioritization, data-driven decision making, and reuse of our platforms and capabilities across the company. Stay up-to-date,... 
    Platform
    Full time
    Temporary work
    Work experience placement
    Local area
    Remote work
    Flexible hours

    Norstella

    Denver, CO
    3 days ago
  • $160k - $170k

    Job Summary The Senior Manager, Enterprise Data, BI & AI (EDBI) is a strategic people leader responsible for advancing enterprise data...  ...performance and business value through the Microsoft Fabric platform. Responsibilities Delivery Execution: Drive delivery of data, reporting... 
    Platform

    Pulte Financial Services LLC

    Englewood, CO
    4 days ago
  •  ...When you apply, our AI-powered matching platform considers you not only for this opportunity...  ...how modern fintech companies make data-driven decisions. Location: Remote (United...  ...Required for USA About the Role As Head of Data , you'll build and lead the company... 
    Platform
    Remote job
    Full time
    Flexible hours

    C&D Talent Advisory

    Denver, CO
    4 days ago
  • $99k - $232k

     ...Specialty/Competency: Data, Analytics & AI Industry/Sector: Not Applicable Time Type: Full time Travel Requirements:...  ...experience What Sets You Apart - Certification in Cloud Platforms [e.g., AWS Solutions Architect, AWS Data Engineer, Google Professional... 
    Platform
    Full time
    H1b

    PwC

    Denver, CO
    11 days ago
  • $124.94k - $170k

     ...Architecture, you will manage a group of IT architects at DEN. The Data Analytics and Architecture Office drives a data-driven culture...  ...governance, and promote a data-driven organization. Work with platform SME, driving the evolution of the Enterprise Platforms for alignment... 
    Platform
    Full time
    Work at office
    Local area
    Immediate start
    Shift work
    3 days per week

    City and County of Denver

    Denver, CO
    13 hours ago
  • $151.58k - $180k

    Data Governance Technical Program Manager About Gusto At Gusto, we're on a mission to...  ...and delivery of that program across Data Platforms, R&D, Legal & Compliance, Security, AIT,...  ...the timelines, manage the dependencies, head off the risk, and use AI plugins to do the... 
    Platform
    Full time
    Work at office
    Local area
    2 days per week
    3 days per week

    Gusto

    Denver, CO
    1 day ago
  • $185k - $250k

     ...Our team is our competitive advantage and we are better together. YOUR MISSION True Anomaly does not have a central data platform today. Data lives in disconnected systems: PLM, ERP, project management, source control, and documentation tools, with no warehouse... 
    Platform
    Permanent employment
    Work at office

    True Anomaly

    Denver, CO
    2 days ago
  • $231.5k - $272k

     ...click here ( . Overview We're not just building better tech. We're rewriting how data moves and what the world can do with it. With Confluent, data doesn't sit still. Our platform puts information in motion, streaming in near real-time so companies can react faster... 
    Platform
    Full time
    Remote work

    Confluent

    Denver, CO
    2 days ago
  • Gravity Engineering Services Pvt Ltd. seeks a skilled data architect to design and maintain enterprise-wide data models. This role...  ...SQL and NoSQL proficiency, and hands-on experience with cloud platforms like AWS or Azure. This role offers professional growth and a dynamic... 
    Platform
    Remote job

    Gravity Engineering Services Pvt Ltd.

    Denver, CO
    20 hours ago
  • $140k - $155k

     ...experience, skills, education and location. The position is accountable for ownership of key data technologies including Snowflake, Power BI, Informatica, and related integration platforms, ensuring scalable, reliable, and cost-effective data solutions across the enterprise.... 
    Platform
    Full time
    Temporary work
    Local area
    Remote work
    Worldwide

    Owens & Minor

    Denver, CO
    4 days ago
  • $190k - $225k

     ...frameworks across assets, ownership groups, and funds. Own and ensure data integrity, consistency, and accuracy. In collaboration with...  ...and share insights with internal stakeholders. Data Quality & Platform Evolution Develop, enhance, and maintain dashboards and data pipelines... 
    Platform
    Local area
    Flexible hours

    Ares Management Corporation

    Denver, CO
    4 days ago
  • $112k - $210k

    Senior Manager, IGTD Data Operations and Reporting (Plymouth MN; Colorado Springs CO) In this role, you have the opportunity to lead...  ...IGTD use cases, and integrate into IGTD data lakes, reporting platforms and offline reports. Manage IGTD sales territory processes, including... 
    Platform
    Full time
    Work at office
    Work visa
    Relocation package
    3 days per week

    Philips Iberica SAU

    Denver, CO
    2 days ago
  • $195k - $235k

    Senior Director, Data Center Intelligence & Controls Flexential operates more than 40 data centers across roughly 18 markets, with high...  ...Ownership Own the system of record. Take ownership of the DCIM platform as the authoritative source for capacity, assets, power topology... 
    Platform
    Temporary work
    Flexible hours
    Shift work

    Flexential Corp

    Denver, CO
    1 day ago
  • Comcast is seeking an Executive Director, Data Platforms in Englewood, Colorado to lead strategy and execution of data infrastructure. You will oversee the design of scalable data platforms that power analytics and drive data-driven decision-making. The ideal candidate... 
    Platform

    Comcast

    Englewood, CO
    1 day ago

Do you want to receive more vacancies?

Subscribe and receive similar vacancies to Head of Data Platform. Be the first to apply!