I applied through other source. I interviewed at Turing
Interview
Interview is of 1 hour. 1 DSA medium level question was asked. Interviewer focused on Python oops and several other questions related to python. Overall the interview is of medium level difficulty.
Interview questions [1]
Question 1
He asked me to solve 1 medium level DSA question in python
The interview consist of three rounds.
1. Coding round I ( will be provided with 2 medium coding questions, if we pass all test cases then we will be moved to nxt coding round)
2. Coding round II ( This round consist of 2 medium to hard coding questions, we have to pass all test cases to move for nxt round)
3. Technical writing ( This round is basically to test the English writing skills and to test the analysis and technical knowledge. We will be provided with 2 dynamic programming codes. We have to analyse all pros and cons in that code first. Then we have to answer the questions according to that)
Final interview call
This is basically an on campus recruitment process.
I applied through other source. The process took 1 week. I interviewed at Turing (Bengaluru) in Feb 2025
Interview
1st round was a virtual video technical interview round. The problem I faced was that the interview platform froze for the last 15 minutes, which made me nervous, and I couldn't perform well. Even after rejoining, I still have the same issue.
DSA-based array-related question. It was easy, I took time to find the optimal solution for the problem.
input: [ 2, 3, 5, 6]
outut: [90, 60, 36, 30]
The output array is the multiplication of the remaining elements in the array.