Legora interview, decoded.
Legora's engineering loop turns on one artefact: a take-home build of an end-to-end chat application, on a stack the team names so they can read your code the way they read their own, finished inside six hours, then walked through with the manager and the team. Around it sit a recruiter screen that says the quiet part out loud (fast pace, in the office every day) and a manager call about what you have shipped. Legora was founded in Stockholm in 2023, where its engineering still sits, and now describes its headquarters as New York; it raised $550M in March 2026 at a $5.55B valuation.
Both are free. Either one starts by pasting a Legora posting: that is what makes the read and the questions Legora’s rather than generic.
Who Legora hires
Different tracks, one barLegora hires software engineers for its Stockholm engineering team, with offices in London and New York, and a second, distinct track of legal engineers: lawyers who configure and demonstrate the product to law firms. Both tracks are in-office by default. Engineering candidates report a loop built around a take-home; legal engineers report a demo presentation to the Head of Legal Engineering.
Two tracks, two loops. The engineering loop tests whether you can build a working LLM application under a clock; the legal engineer loop tests whether a lawyer can run the product in front of a sceptical partner.
Track · Eng
Software engineering
Recruiter screen, manager call, the six-hour build, the build review. Reported themes are retrieval over legal documents, citation accuracy and keeping a model from inventing a case that does not exist.
Track · Legal
Legal engineering
An HR interview, an interview with the lead manager, a demo presentation, and a final with the Head of Legal Engineering. Reported questions are about day-to-day work, talking to clients about AI and practical scenarios, much more than legal doctrine or how LLMs work.
What is the Legora interview process?
Round by roundPublished accounts describe four to five stages over roughly five weeks. The engineering shape below is from candidate reports; the legal engineer shape is from Glassdoor.
Motivation, tolerance for pace, and the office question: candidates report the recruiter saying plainly that the company runs fast and expects people at a desk every day. Relocation to Stockholm comes up here.
What you have shipped, how you reason about trade-offs, and how much you can run on your own.
An end-to-end chat application: a message from a text box to a model and back to the screen, then made good. Streaming responses are reported to matter; retrofitting streaming in the last hour is how people run out of clock.
Engineering trackYour code, read the way they read their own: why this structure, what you would do with another day, where it breaks.
Engineering trackRunning the product for a legal audience and handling the practical questions a firm asks about AI.
Legal engineer trackWhat Legora screens for
What every round is really testingSpeed and ownership dominate the reports, and the office requirement is stated up front rather than discovered late.
- Speed: the company runs fast and says so in the first call
- Ownership of a build from empty repo to working product
- Accuracy where errors carry real cost: a fabricated case or clause is unacceptable
- In-person by default, in Stockholm, London or New York
- For legal engineers, credibility in front of lawyers who are sceptical of AI
Legora interview questions
Candidate-reported themesThe reported questions cluster around the product's hard problem: retrieval over legal documents where a wrong citation is worse than no answer.
Behavioural & motivation
- Walk me through something you shipped end to end, and the trade-offs you made on the way.
- How do you work when nobody hands you a spec?
- Why Legora, and why legal AI in particular?
- Legal engineer track: a partner is sceptical about AI accuracy on document review. How do you handle the conversation?
Technical
- The six-hour chat app: Text box to model to screen first, then streaming, then make it not embarrassing; on the stack they name
- Retrieval over legal documents: Chunking, indexing, ranking and source citation over a firm's documents
- Hallucination and accuracy: How you would keep a model from inventing a case or clause that does not exist
- LLM application architecture: Prompts, tool calls, context, latency, cost, failure handling
- Backend and platform: APIs, data models, queues, multi-tenant data isolation
These are the reported themes — your loop is role-specific. Paste the actual posting and Calibrd predicts the questions for that exact role and level.
Scan a Legora posting →Pay
What the offer looks likeLegora publishes no pay bands and Levels.fyi had no usable Stockholm sample when this was written (13 September 2026). Reports describe base plus equity, with US offices higher in cash and Europe trading cash for a stronger overall package. Ask for the range on the recruiter call, and cross-check against Spotify, Klarna and Truecaller on Levels.fyi for the Stockholm level. Calibrd benchmarks the pay on any posting you scan against its level and location.
How to prepare for a Legora interview
In order- 01Build a chat app before they ask you to. Text box, model call, response on screen, then streaming. Do it once on a fixed stack you are told to use, under a clock, so the real one is a repeat.
- 02Get streaming in early. The reported failure mode is retrofitting it in the last hour.
- 03Have a retrieval design ready to draw: chunking, indexing, ranking, and how every answer cites its source, for documents where a fabricated citation is unacceptable.
- 04Decide about the office before the loop. In-person in Stockholm is the default, the recruiter says so on the first call, and relocation is part of the conversation.
- 05Legal engineers: rehearse a demo for a sceptical partner, out loud, with the accuracy question answered before it is asked.
This guide covers Legora's software engineering loop and the legal engineer track, which is a role for lawyers rather than developers. For management and leadership roles the loop is similar but the bar shifts to people, delivery and strategy, so pair it with the leadership interview prep hub. The bar for your exact role comes from the role-by-role guides, and the prep that actually transfers is spoken, so run a mock interview before the real one.
FAQ & sources
The short answersWhat is Legora's interview process?
Published accounts describe four to five stages over roughly five weeks. The engineering shape below is from candidate reports; the legal engineer shape is from Glassdoor. Recruiter screen: Motivation, tolerance for pace, and the office question: candidates report the recruiter saying plainly that the company runs fast and expects people at a desk every day. Relocation to Stockholm comes up here. Manager call: What you have shipped, how you reason about trade-offs, and how much you can run on your own. Take-home build: An end-to-end chat application: a message from a text box to a model and back to the screen, then made good. Streaming responses are reported to matter; retrofitting streaming in the last hour is how people run out of clock. Build review: Your code, read the way they read their own: why this structure, what you would do with another day, where it breaks. Demo presentation: Running the product for a legal audience and handling the practical questions a firm asks about AI.
What does Legora look for in candidates?
Speed and ownership dominate the reports, and the office requirement is stated up front rather than discovered late. Speed: the company runs fast and says so in the first call Ownership of a build from empty repo to working product Accuracy where errors carry real cost: a fabricated case or clause is unacceptable In-person by default, in Stockholm, London or New York For legal engineers, credibility in front of lawyers who are sceptical of AI
What questions does Legora ask in interviews?
The reported questions cluster around the product's hard problem: retrieval over legal documents where a wrong citation is worse than no answer. Walk me through something you shipped end to end, and the trade-offs you made on the way. How do you work when nobody hands you a spec? Why Legora, and why legal AI in particular? Legal engineer track: a partner is sceptical about AI accuracy on document review. How do you handle the conversation? The six-hour chat app Retrieval over legal documents Hallucination and accuracy LLM application architecture Backend and platform
How do I prepare for a Legora interview?
Build a chat app before they ask you to. Text box, model call, response on screen, then streaming. Do it once on a fixed stack you are told to use, under a clock, so the real one is a repeat. Get streaming in early. The reported failure mode is retrofitting it in the last hour. Have a retrieval design ready to draw: chunking, indexing, ranking, and how every answer cites its source, for documents where a fabricated citation is unacceptable. Decide about the office before the loop. In-person in Stockholm is the default, the recruiter says so on the first call, and relocation is part of the conversation. Legal engineers: rehearse a demo for a sceptical partner, out loud, with the accuracy question answered before it is asked.
- 01TechInterview, what Legora tests when it interviews engineersthe four stages (recruiter screen, manager call, six-hour take-home build, build review), the end-to-end chat application on a fixed stack, the streaming advice, the retrieval, citation and hallucination themes, the in-office default, and the recruiter saying the company runs fast
- 02TechInterview, Legora interview guide 2026the five-week timeline, what the loop screens for (retrieval over legal documents, hallucination prevention, evaluation, LLM application architecture, backend and platform work), the Stockholm, London and New York offices, and the pay caveat: base plus equity, no published figures
- 03Glassdoor, Legora legal engineer interview questionsthe four-interview legal engineer loop (HR, lead manager, demo presentation, Head of Legal Engineering) and the report that questions were about day-to-day work, talking to clients about AI and practical scenarios rather than legal knowledge or LLM internals
- 04TechCrunch, Legora reaches a $5.55 billion valuationthe $550M Series D on 10 March 2026 led by Accel, the founding in Stockholm in 2023, the New York headquarters, and the US expansion
- 05Y Combinator, jobs at Legorathe open roles and locations at the time of writing
Interview processes change. This reflects widely-reported and sourced conditions as of 2026 — confirm specifics with your recruiter, and treat it as a map rather than a guarantee.
Prep for a real Legora role
Practise your Legora interview, out loud.
Paste a real Legora posting and Calibrd predicts the questions for that role and level, benchmarks the pay, and flags the gaps an interviewer will probe in your CV — then listens to your spoken answers and coaches them. Your first mock is free. Calibrd is built in Stockholm, by a hiring manager who has run engineering hiring here, so this is a loop we know from the other side of the table.
Free to start · No card · Your resume stays yours, encrypted, remove it anytime