turing logo

Turing Interviews

1 experience3 reads
Technicall interview by Turing
turing logo
Turing
Rejected
November 5, 20233 reads

Summary

I recently had a technical interview with Turing, where I was asked to solve a LeetCode problem and answer several Java technical questions, ultimately resulting in a harsh rejection.

Full Experience

I recently attended a technical interview with Turing. The first part of the interview involved solving a LeetCode question. I managed to solve it without any issues.

Following that, I faced a round of Java technical questions. These included topics like immutability and multithreading. Unfortunately, the interviewer was extremely critical of my answers. After a couple of questions about the Collections API, the interviewer told me I was "too stupid" to answer correctly, advised me to prepare better, and then abruptly closed the Zoom session.

Interview Questions (3)

Q1
Longest Consecutive Sequence
Data Structures & AlgorithmsMedium

Given an unsorted array of integers nums, return the length of the longest consecutive elements sequence. You must write an algorithm that runs in O(n) time.

Q2
How to make a Java class immutable
Other

Explain how to make a Java class immutable. The interviewer seemed to expect a specific approach involving extending a class, rather than just using the final keyword.

Q3
Java Threads: Explanation and Interaction
Other

Explain how threads work in Java, their operational mechanisms, and how they interact. This included discussing the differences between .run() / .sleep() vs .wait(), the usage of notify(), and the synchronized keyword.

Have a Turing Interview Experience to Share?

Help other candidates by sharing your interview experience. Your insights could make the difference for someone preparing for their dream job at Turing.