Round 1
Questions:
- Can you describe a project that you found the most interesting?
- Can you share a project you initiated on your own, outside of your professional journey or curriculum?
- Tell me about a time when you took on a task that wasn't part of your job or responsibility.
- Can you recall a time when you focused on short-term goals instead of long-term ones?
- Describe a time when you faced an obstacle and how you handled it.
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.
Round 2
Questions:
- Task: Design a parking lot system.
Candidate's Approach
Designed classes in Java.
Interviewer's Feedback
No feedback provided.
Round 3
Questions:
- Validate Anagram: Solved first using a brute force method, followed by optimization using HashMaps.
- Group Anagrams: Solved using HashMaps.
Candidate's Approach
- For Validate Anagram, the candidate first implemented a brute force solution and then optimized it using HashMaps.
- For Group Anagrams, the candidate utilized HashMaps for the solution.
Interviewer's Feedback
No feedback provided.