Technicall interview by Turing
Summary
I had a technical interview with Turing where I was asked a LeetCode problem on Longest Consecutive Sequence and several Java core concepts, which ended abruptly with negative feedback from the interv...
Interview Experience
I faced LC's question: https://leetcode.com/problems/longest-consecutive-sequence/ I solved it without problems. Then the round of java technical questions: 1.- How does a Java class make immutable: In case I explained the use of final in classes, the interviewer expected it to extend some class and...


