Do practice a lot of questions on linked list and stacks as these are two most important data structures asked in the interview. Also, try to implement it yourself without seeing the solution. Also prepare for Computer Science subjects like Operating System, Database Management System, Computer Networks, etc. I prepared them through Coding Ninjas notes which were simpler and easy to understand.
Keep your resume short and up to mark and check spellings before submitting it for the interview process.
Searching of node in linked list.
Detect loop in Iinked list.
Implementation of stack using singly linked list.
Top view of binary tree.
Deletion from the linked list(All cases).
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is the result of 4 % 2?