← Back to Directory

rivian

Large Enterprises

Rivian is an American electric vehicle manufacturer that designs and produces electric trucks, SUVs, and commercial delivery vans. The company is known for its adventure-focused EVs like the R1T pickup and R1S SUV, as well as its electric delivery vehicles built for Amazon.

1 interview note · updated Jul 2026

rivian·Machine Learning Engineer·Technical Phone Screen

May 2026
A 45-minute coding round for an MLE role at Rivian, entirely pandas-based with a small pre-shipped codebase. Three parts, progressively harder, no LeetCode nonsense which was a relief.
  • Given a small data-processing pipeline with a bug in it, identify and fix the issue so the pipeline runs correctly.
  • Implement a helper function that aggregates and transforms a time series, covering things like resampling, rolling window features, and lag generation using pandas.
  • Using the prepared time-series data from the previous step, implement a prediction function that produces forecasts.

“Part one felt like a warmup but I almost overthought it.”

View Post