Me postulé a través de una facultad o universidad. El proceso tomó 3 días. Acudí a una entrevista en HugoSave (Hyderabad) en sep 2023
Entrevista
It was good. The interviewers were very understanding and gave ample time to solve the questions. Overall It was a good experience. It was a one hour thirty minutes interview.
Me postulé a través de una facultad o universidad. El proceso tomó 1 día. Acudí a una entrevista en HugoSave (Hyderabad) en ago 2024
Entrevista
I was asked one DSA question during the interview: Set Matrix Zeroes. I started by explaining the brute force approach, followed by an optimized solution using O(n) space. Afterward, I presented an optimized solution with O(1) space complexity, utilizing two variables.
However, the interviewer asked me to optimize the solution further using only one variable. I implemented the solution, but I missed an edge case which caused one test case to fail. Unfortunately, after that, I was not invited to the further rounds.