
Turing Interview Questions
& Process
Real candidates share what happened, how many rounds they had,
and how the experience turned out.
Based on 465 interview experiences · FREE TO READ
Which role are you interviewing for?
30 roles · 465 reportsCandidate interview experiences
First-hand accounts from people who interviewed at Turing.
Fullstack JavaScript Developer
The interview process was pretty smooth overall, even though it kicked off a bit late because the interviewer was running behind. They apologized briefly, and then we got started with intros and a rundown of what the job is about. We chatted about my background, my tech skills, and how I deal with tough situations on the job. Despite the slow start, it felt professional and gave me a good sense of things. I also got to ask about the team, what I'd be doing, and what's next.
- Could you explain the distinctions between callbacks, promises, and async/await, and in what scenarios you'd opt for each?
- Can you elaborate on your understanding of how JavaScript manages non-blocking operations, including error handling in asynchronous code and constructing readable async logic without nested callbacks?
Java Developer
I had a technical interview with Turing. They gave me five programming exercises and I managed to complete three of them. The experience was well-structured and good for testing my skills. The team was very nice and professional, and I liked that they gave me feedback quickly (in just two days). Even though I wasn't selected, I think the experience was positive and educational: it helped me identify areas for improvement and better assess my technical abilities.
- Mi è stato chiesto di risolvere alcuni esercizi di programmazione in 30 minuti, potendo scegliere il linguaggio e l’ambiente di sviluppo che preferivo. Un esempio di domanda era: “Qual è la somma dei primi 1000 numeri naturali positivi (da 1 a 1000 compreso)?”. Altri esercizi vertevano su semplici problemi logico-matematici e di programmazione di base, per valutare la capacità di ragionamento e di scrittura del codice.
Biologist
The interview process was really direct and gave me a lot of insight. I liked that a biology subject matter expert did the interview, so the questions were actually relevant and technically deep. It was nice to talk about biology stuff rather than some generic AI screening. But, I have some worries about the contract part. The hiring experience was mostly good, but they put the contract on hold without telling me or explaining why, which was a letdown. I didn't get any feedback or clear reason for this change, so it feels unfinished and not very professional, especially after the interview part was so well done.
- The interview was direct and insightful, conducted by a cell biology expert, with relevant questions about my experience. It was a meaningful technical discussion about cellular pathways, unlike an AI screening.
GenAI Engineer
The interview process involved 3 rounds. The first round was an online Langchain retrieval code completion task with a 60-minute time limit, allowing web page access but not LLM access. The second round was a virtual discussion with a panel covering prompt engineering, RAG basics and evaluation, transformer architecture, fine-tuning, and agentic AI. The third round was a discussion with a Staff GenAI Engineer about a significant GenAI project in the portfolio, including advanced questions on transformer architecture and agentic AI. Overall, it was a decent experience.
- Could you explain what temperature, top-k, and top-n are in LLMs, and how they might be applied to different scenarios?
- Tell me about your understanding of prompt engineering.
- What are the fundamental concepts behind Retrieval-Augmented Generation (RAG)?
Turing Interview Questions
Quoted word for word from Turing interview reports.
“What's an efficient way to calculate the total watch time for a movie in Python?”
Read reports →“What is the smallest possible value for r in the expression 3sinx + 4cosx + r >= 0?”
Read reports →“What is the maximum length of a subarray with alternating 0s and 1s?”
Read reports →“When two dice are rolled randomly, what is the probability of obtaining a prime number as the sum?”
Read reports →“For the equation x^2 + 5|x| + 6 = 0, how many real solutions exist?”
Read report →“Can you provide the slope formula of a triangle using trigonometry, given the side?”
Read report →“Considering the equation (a-b)x^2 + (b-c)x + (c-a) = 0, if the roots are equal, what is the relationship between a, b, and c, and what are their values?”
Read report →“If we have two functions, one defined by 'a' and the other by 'b', what would be the value of b-a?”
Read report →“Solve a DSA problem involving arrays: calculate the product of all elements except the current one. For instance, with input [ 2, 3, 5, 6], the output should be [90, 60, 36, 30].”
Read report →Formats, difficulty and experience
Across all 465 Turing interview reports.