← Back to Directory

Experian

Large Enterprises

Experian is a multinational data analytics and consumer credit reporting company. It is one of the three major credit bureaus and provides credit information, fraud prevention, marketing services, and decisioning tools to businesses and consumers worldwide.

7 interview notes · updated Jul 2026

Experian·Data Scientist·Onsite - Cross-functional / Panel

Jul 2026
Experian data scientist panel with a mix of algorithm design and infrastructure questions. The coding portion leaned heavier on CS fundamentals than I expected for a DS role, which threw me a bit.
  • Write an algorithm to find the length of the longest increasing subsequence in an array.
  • Given a list of students who cannot sit next to each other, design an algorithm to seat them so no two listed friends are adjacent. What is the time complexity?
  • How would you sort a file with 50 numbers? What if the file had a million numbers and was stored on disk?

“I knew the O(n^2) DP solution cold but blanked on the faster version.”

View Post

Experian·Data Scientist·Onsite - Cross-functional / Panel

Jul 2026
Panel culture-fit conversation for a Data Scientist role at Experian DataLabs. Pretty standard values-and-teamwork territory, but the panel setup made it feel more like a group discussion than a traditional interview, which I wasn't totally prepared for.
  • What draws you to Experian DataLabs specifically, and how do you personally connect with the idea of using data to create social or public good?
  • Tell me about a time you worked in an environment that was open and collaborative. What made it work, and how did you contribute to that dynamic?

“I had an answer prepped but it felt a little rehearsed coming out.”

View Post

Experian·Data Scientist·Hiring Manager Screen

Jun 2026
Interviewed for a Data Scientist role at Experian DataLabs. The conversation was pretty light on technical grilling and leaned more into motivation and background, which I wasn't fully expecting going in.
  • Why do you want to work at Experian DataLabs, and how does the 'Using Data for Good' mission connect to what you're looking for?
  • Where did you learn AWS, and have you actually run production jobs on it?

“I had a prepared answer but it felt a little rehearsed coming out of my mouth.”

View Post

Experian·Data Scientist·Online Assessment (OA)

May 2026
Experian DataLabs online assessment for a Data Scientist role, focused almost entirely on probability fundamentals. Four problems back to back, nothing too wild, but the pacing was quick enough that you had to recall formulas cleanly without much time to think.
  • You flip a fair coin repeatedly until you've gotten two heads total (not necessarily in a row). What is the expected number of flips?
  • If you flip a fair coin three times, what is the probability of getting exactly two heads?
  • P(A) = 0.3, P(B) = 0.5, P(A and B) = 0.15. What is P(A | B)?
  • P(A) = 0.3, P(B) = 0.4, P(A and B) = 0.12. What is P(A | B)?

“This is the one I second-guessed myself on.”

View Post

Experian·Data Scientist·Technical Phone Screen

May 2026
Technical screen for a data scientist role at Experian DataLabs. The interviewer went deep on a binary classification project I had on my resume, mixing conceptual ML questions with stuff that felt almost like multiple choice exam material. Pretty rigorous for a phone screen.
  • How does PCA reduce dimensionality, and should you apply L2 normalization before training? Also, what's the difference between standardizing each column versus normalizing each row, and when does that distinction actually matter?
  • Derive the gradient for logistic regression using backpropagation, then explain how backprop generalizes to a multi-layer neural network.
  • What baseline models did you compare your logistic regression against, and what drove the decision to go with logistic regression over the alternatives?
  • What is knowledge-informed machine learning and can you give a concrete example of it?
  • When would you adjust the classification threshold to change your false positive or true positive rate, and is it possible to improve both at the same time by moving the threshold?

“I got the eigenvector/explained variance part fine but then fumbled the normalization distinction harder than I expected.”

View Post

Experian·Data Scientist·Technical Phone Screen

Apr 2026
Interviewed for a Data Scientist role at Experian, and the technical round leaned heavily into big-data infrastructure, Spark internals, and cloud pipeline stuff. More engineering-flavored than I expected for a DS title, but not impossible.
  • What are the differences between Spark RDDs, DataFrames, and Spark SQL, and what are the advantages of each?
  • What advantages does Spark have over traditional MapReduce?
  • How does lazy evaluation work in Spark, and how does it help with execution efficiency?
  • Walk me through how you would submit and monitor Spark jobs on AWS EMR or a similar managed cluster service.

“I started with RDDs being the low-level building block, then moved to DataFrames having schema awareness and the Catalyst optimizer kicking in.”

View Post

Experian·Data Scientist·Technical Phone Screen

Oct 2023
Interviewed for a Data Scientist role at Experian and got hit with a pretty deep distributed computing question early on. The focus was clearly on big-data tooling and whether you actually understand what's happening under the hood, not just which API to call.
  • How do Spark RDDs, DataFrames, and Spark SQL differ from each other, and what performance benefits does lazy evaluation actually give you? When would you pick one abstraction over the others?

“I started with RDDs and immediately felt myself going too deep into the weeds on lineage graphs before I'd even touched DataFrames.”

View Post