Data Engineering at American Family Insurance

Roles, Comp & Culture

An L4 mid data engineer at American Family Insurance sits around $150K total comp from 9 verified salary datapoints. The ladder runs from about $110K at entry up to $150K. American Family Insurance pays data engineers in line with other Technology companies. Reviews put them at 3.3 on Glassdoor, toward the bottom of the pack. American Family Insurance employees are stressed and employee happiness is trending down over the past year. Layoff risk scores low for the next 30 days.

Last updated: Proudly published by: Jeff Wahl

American Family Insurance data engineer compensation

Each level's figure is the median of individual American Family Insurance offers at that level, so it reflects a typical outcome rather than an average pulled up by a few large packages. Total comp counts base salary plus equity and bonus annualized over the vest, and the range shown is the middle half of offers, with the top and bottom quarters trimmed off.

L3Entry$110Kmedian
Base$100KRange$94K–$125KReports4 · 0-2 yrsAmerican Family Insurance loop
L4Mid$150Kmedian
Base$137KRange$143K–$188KReports9 · 2-5 yrsAmerican Family Insurance loop
Updated 9 verified salary reports + 4 salaries adjusted to total comp

American Family Insurance employee sentiment, tracked weekly

Employee happiness for data engineers over the past year, so you can see which direction it is moving, not just where it sits today.

The bargain

American Family's Glassdoor sits at 3.3, toward the bottom of the pack, and internal sentiment is stressed and trending down. Blind reads mixed. Pay lands in line with other Technology companies, which is respectable for a Madison-based insurer that doesn't compete with tech companies on brand or equity. The honest trade here is stability and predictability in exchange for a slower, more constrained environment. Engineers who want autonomy over architectural choices or fast iteration cycles will feel friction quickly. Bureaucracy in regulated insurance is structural, not incidental, and the sentiment signals suggest it has been accumulating. This is not a place where the culture is quietly better than the scores; the trend is moving in the wrong direction.

Stressedtrending down over the past year
20252026
Updated American Family Insurance employee happiness
Trajectory

The hiring signal is quiet. no open data engineering roles as of Aug 2, 2026, and the salary pool across 13 reports reflects a team that has been largely stable rather than actively growing. With 2 documented levels and the ceiling at L4, the internal growth ladder is shallow. Nothing in the tracked data points toward aggressive expansion over the next twelve months. Insurance data engineering at this scale tends to cycle between modernization projects and long consolidation stretches; the current posture reads like the latter. Engineers joining now should plan for a maintenance and incremental improvement role rather than a greenfield build. That can be the right call for someone optimizing for stability, but the trajectory here is flat.

Prepare for the interview
01 / Open invite
02min.

Walk into American Family Insurance knowing the SQL pattern they'll test.

a American Family Insurance SQL query, the same shape a screen would give you.
The diff against expected. Where ties broke. What you missed.
sandbox
1SELECT user_id,
2 COUNT(*) AS sessions
3FROM events
4WHERE ts >= NOW() - INTERVAL '7 day'
5
Execute your solution0.4s avg.
The work

American Family Insurance is a regional mutual insurer headquartered in Madison, Wisconsin, which means the core data problem is actuarial and claims-driven: pricing risk accurately across property, auto, and life lines, detecting fraud in claims pipelines, and moving policyholder data through compliance-heavy channels without incident. Data engineers here are building and maintaining pipelines that feed underwriting models and regulatory reporting, not real-time consumer products. The stack is not public, but insurers of this scale typically run batch-heavy workflows over structured claims and policy data, with a data warehouse at the center rather than a streaming lakehouse. If you want work shaped by SLAs tied to regulatory deadlines and actuarial cycles, that's the job here.

Top Spender

> The VIP team wants customers whose lifetime spending outstrips the price of the single most expensive product. Join users to transactions, sum spending per user, and keep only those whose total exceeds the maximum product price. Return the username and their total spend.

Who should pursue it

Seniority fit matters here: the salary pool skews toward mid-level engineers, and with only 2 levels visible, the company does not appear to be hiring aggressively at senior or staff levels. An engineer with 8 to 12 years of experience in batch pipelines, data warehousing, or insurance data specifically is the closest fit. If you're chasing growth in streaming, ML infrastructure, or modern lakehouse patterns at scale, pass. If you want a stable team in a lower cost-of-living market doing unglamorous but real data work tied to a durable business, this deserves a look. Check the compensation ladder before committing to the loop, and prep for domain questions around data quality and pipeline reliability.

Preparing for the American Family Insurance loop

The round-by-round process, example questions, and prep plan are on the interview guide.

Compare American Family Insurance with other data engineering employers

How the role, pay, and loop stack up against peer companies.

02 / Why practice

Prepare at American Family Insurance interview difficulty

  1. 01

    Reading a solution is not the same as writing one

    Every engineer who has frozen on a query they had read a dozen times knows the gap. The only preparation that closes it is producing the answer yourself, under time, before the interview does it for you

  2. 02

    76% of hiring managers reject on the coding task, not the resume

    From HackerRank's 2024 Developer Skills Report. Candidates who look strong on paper still fail the live screen if they haven't done timed, executable practice

  3. 03

    5 problem shapes cover 80% of data engineer loops

    Dedup, sessionization, top-N-per-group, slowly-changing dimensions, partition tricks. Writing the shapes by hand turns the unfamiliar into pattern recognition

Related Guides