Tip 1: For any role in an MNC, do not miss revising DSA.
Tip 2: Prepare your projects thoroughly.
Tip 3: Prepare your resume carefully.
Tip 1: Include projects that are aligned with the job description.
Tip 2: Prepare your projects thoroughly.
The round involved a DSA problem presented by an AI interviewer. The question was read out, and I was asked to explain my approach interactively before writing the code. After coding, I explained the key parts of my solution, handled follow-up questions related to edge cases, and discussed the time complexity. The focus was on clarity of thought, problem-solving approach, and correctness of the solution.

Design an AI-based interactive platform for interview preparation.
Tip 1: Do good research about the problem statement.
There were two interviewers. The first interviewer asked me a DSA question, and the second asked me to walk through the code files for the assignment I had submitted. The interview was conducted in the afternoon.



You are given ‘mat’ = [[1, 2, 2,], [3, 3, 4], [5, 6 ,7]]] and ‘K’ = 5, the elements of the matrix are [1, 2, 2, 3, 3, 4, 5, 6, 7], the 5th smallest element in the matrix is 3. Hence the answer is 3.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?