Why interviewers ask this
When an interviewer says tell me about a time you had to learn something quickly, the story that comes back is almost always about effort. The candidate had two weeks, read everything they could find, watched courses in the evenings, asked a lot of questions, and got up to speed. Effort is the least informative thing you can describe here, because everyone applies effort under a deadline and the outcome depends almost entirely on what they chose to skip. Learning quickly is a series of decisions about what not to learn yet. The people who are genuinely good at it can tell you which corners they cut deliberately, which ones they discovered later they had cut without noticing, and what the second category ended up costing.
An answer that sounds fine
When our analytics lead went on leave at short notice I had to take over the weekly revenue reporting, which meant learning a query language I had barely touched and a data model I did not know at all. I gave myself a week to be useful and about a month to be comfortable. I worked through the existing queries line by line to understand the joins, sat with one of the engineers for an hour on the trickiest table, and rebuilt two of the reports from scratch so I knew they were right. By the second week I was producing the reports on schedule and I picked up a couple of errors in the old queries along the way. It taught me I can get productive in an unfamiliar area fast when I need to.
Where it breaks
It taught me I can get productive fast is the sound of a story that has stopped before the interesting part. He learned enough to produce the reports on schedule, which is a threshold he set himself and then judged himself against, and nothing in the account tests whether the threshold was right. Finding a couple of errors in the old queries is presented as a bonus. It is much more likely to be the thing worth examining. Somebody who has been inside an unfamiliar data model for eight days and is confidently finding other people's mistakes is either unusually sharp or misreading a deliberate decision. Anyone describing a situation where you had to learn a new skill quickly should be able to say what they got wrong while they were confident, and this answer has no wrong in it anywhere.
The follow-up
How did you know when you had learned enough, and what did you get wrong in the first week?
Honestly the signal was that the numbers matched the previous week, so I assumed I had it. Which, one of the reports I rebuilt was double counting refunds for about three weeks before anyone caught it, because I had joined on the transaction table rather than the settlement one and the difference only shows up when a refund crosses a month boundary. Finance caught it during the month end reconciliation. And two of the errors I thought I had found in the old queries were not errors, they were deliberate exclusions nobody had commented.
That is a far better answer than the prepared one and it contains three separate things a hiring manager wants. He used a weak signal, matching last week's numbers, and mistook it for correctness. He shipped a real error that survived three weeks and was caught by somebody else. And he had confidently identified deliberate decisions as mistakes, which is the classic failure mode of a competent person eight days into an unfamiliar system. None of this makes him a bad hire, and a manager who has ever dropped somebody into an unfamiliar system would recognise every part of it. All of it makes him a known quantity, which is the entire purpose of the exercise.
An answer that holds up
Our analytics lead went on leave and I had a week to take over weekly revenue reporting in a query language I barely knew. What I chose to learn was the four tables the existing reports touched, and what I chose to skip was everything else in the model, which was the right call for the deadline and the reason for what happened next. I judged myself ready because my numbers matched the previous week, which is a much weaker signal than it feels like. One report I rebuilt double counted refunds for three weeks, because I joined on transactions rather than settlements and it only diverges when a refund crosses a month boundary. Finance found it, not me. I also flagged two things as errors that turned out to be deliberate exclusions nobody had commented. Now the first thing I do in an unfamiliar model is ask whoever knows it best to name the three places newcomers get it wrong, which takes them ten minutes and saves the kind of error finance found.
The interviewer asks how he knew when he had learned enough.
I did not. I used matching totals as proof and totals match for plenty of wrong reasons. The honest threshold would have been having somebody who knew the model review one report before it went out.
Practice this question
Say your answer to this question out loud, then get asked what you got wrong in the first week. Answer it now, free, no account.
Related questions
Tell me about a time you made a decision with incomplete information