top of page
Job Interviews, Salaries and Code Solutions


Coding Solution - Longest Common Subsequence
This is similar to the Leetcode Problem -(11) Longest Common Subsequence - LeetCode Given two strings text1 and text2, return the length...
Feb 16, 20221 min read
9 views
0 comments


All Companies - Interview Rounds and Salaries
Below are the interview rounds and salaries for various levels of all the top MNC , FAANG and Startup companies. I was able to gather the...
Feb 13, 20221 min read
45 views
1 comment


Coding Solution - Linked List Cycle with Node at intersection
This is similar to the Leetcode Problem -(11) Linked List Cycle II - LeetCode Given the head of a linked list, return the node where the...
Feb 11, 20221 min read
7 views
0 comments


Coding Solution - Linked List Cycle
This is similar to the Leetcode Problem - (11) Linked List Cycle - LeetCode Given head, the head of a linked list, determine if the...
Feb 11, 20221 min read
5 views
0 comments


Coding Solution - Reverse a Linked List
This is similar to the Leetcode Problem - (11) Reverse Linked List - LeetCode Given the head of a singly linked list, reverse the list,...
Feb 9, 20221 min read
9 views
0 comments
bottom of page