Skip to content
Preptima

One week plan: all sections

GCC and captive centres, senior. 31 questions across 7 blocks, about 16 hr of work.

Your situation

Adds the domain round and weights it heavily. Leave blank for a product or platform role.

How this loop is scored

A GCC interviews for the stack and the domain it actually runs, so the questions are concrete where Big Tech's are abstract: the parent's platform, its data model, and the regulatory shape of its industry. Puzzle-style algorithms show up in the screen but rarely decide the outcome; depth in the language and framework you claim, plus evidence that you can hold a design conversation with a product owner eight time zones away, usually does. Expect at least one round that is really about domain vocabulary, because a payments GCC has been burned by engineers who could build anything and understood nothing about settlement.

Scored on top of a correct answer

  • Whether you speak the parent industry's vocabulary without being coached into it - lifecycle, states, and the regulatory constraint that shapes them
  • Ownership across a time-zone boundary: how you unblock yourself when the decision-maker is asleep, and what you write down so they do not have to ask
  • Depth in the declared stack rather than breadth across ten of them, since the team maintains one codebase for years

How candidates lose it

  • Treating the domain round as small talk and answering it with generic engineering
  • Claiming a framework on the CV and failing on its runtime behaviour, which is the fastest no in this loop
  • Describing an offshore role as executing someone else's design when the centre is hiring for ownership

One week: how to spend it

Front-load breadth, put the two hardest rounds mid-week when you still have time to react to a bad session, and keep the last evening for a timed loop and your stories. Two hours a night done every night beats one eight-hour Saturday, because retrieval improves with spacing and a single long session mostly produces the feeling of having worked.

The plan

  1. Day 1 - fundamentals sweep

    about 2 hr

    Read the sheets for the core sections of this track at speed. Mark the items you could not answer; they become your revision list all week.

    Work through these

  2. Day 2 - core technical depth

    about 2.5 hr

    The stack and concept questions this loop opens with. Answer before reading, and note which probes you missed rather than whether you got it right.

    Sweep these sheets

    Work through these

    hardDesignConcept

    How do you handle cache invalidation, and what goes wrong at scale?

    Pick a write policy that matches your consistency requirement rather than treating invalidation as an afterthought, then defend against the three failure modes that only appear under load: stampede on expiry, staleness from lost invalidation messages, and unbounded growth from missing eviction.

    Caching5 minmid, senior, staff
  3. Day 3 - design and architecture

    about 2.5 hr

    Whiteboard each one for real, on paper, before you look. A design answer you have only read is one you cannot produce under questioning.

    Work through these

  4. Day 4 - scenarios and judgement

    about 2 hr

    The rounds where there is no correct answer, only a defensible one. State your assumptions out loud; that is what is being scored.

    Work through these

    hardScenarioBehaviouralCase Study

    The domain expert tells you one thing and the written procedure says another. How do you work out which one the system should follow?

    Treat both as evidence, not verdicts: a document records an intention on a date, an expert reports today's practice inside their own scope. Most contradictions resolve as staleness, scope or the exception path, and practice departing from a control is a finding to escalate rather than a requirement to build.

    Acquiring Domain Knowledge5 minmid, senior, staff, lead
  5. Day 5 - the weak spot

    about 2.5 hr

    Return to whatever went worst this week. One session on a genuine weakness is worth three on material you already have.

    Work through these

  6. Day 6 - full timed loopTimed loop

    about 3 hr

    Run the rounds back to back with a timer and no notes. The point is stamina and switching cost, which no amount of single-question practice reveals.

    Run these back to back, timed

    hardScenarioDesign

    You need to migrate the schema of a 400-million-row table on a live system. Talk me through the plan, the backup you would want first, and how the connection pool affects it.

    Every step is chosen to hold weak locks briefly - add the constraint invalid and validate separately, index concurrently, backfill in committed batches - behind a restore you have rehearsed and timed, and a pool small enough that one blocked DDL statement does not exhaust it.

    Dba Operations6 minsenior, staff, lead
  7. Day 7 - behavioural, offer, and rest

    about 1.5 hr

    Write your stories in full, prepare the questions you will ask them, and stop early.

    Work through these

Why these sections

Scope is the union of the track's sections, the rounds this employer type asks regardless of role, and the industry if you named one. Weights above 1.0 pull a section up the order; below 1.0 push it down. Nothing is excluded - a deprioritised section still appears when its best question is the most relevant thing left.