Round 1
Questions:
- Tell me about yourself and your previous experiences.
- Explain linked lists, specifically how to use malloc instead of realloc.
- Write code for the following: a. Create a linked list. b. Traverse a linked list using recursion. c. Traverse a tree such that only right nodes are printed.
Candidate's Approach
No approach provided.
Interviewer's Feedback
The interviewer suggested improving communication skills.