Panda Guru LogoPanda
Guru

Interview experience for Project44

Round 1

Questions:

Candidate's Approach

The candidate discussed the approach for solving the Group Anagrams problem before writing the code. They engaged in a discussion about the time and space complexity after coding.

Interviewer's Feedback

No feedback provided.


Round 2

Questions:

Candidate's Approach

The candidate started with a brute force solution but encountered a Time Limit Exceeded (TLE) error. They attempted to optimize the solution but only managed to pass 8 out of 15 test cases.

Interviewer's Feedback

The interviewer mentioned that the candidate needs to work more on Data Structures and Algorithms (DSA).


Final Round

Questions:

Candidate's Approach

The candidate successfully coded the LRU and discussed its functions and complexity. They found the LFU implementation challenging but managed to code it down while trying to explain their approach.

Interviewer's Feedback

No feedback provided.