3 days 1 technical and 2 coding round 3 hr round and smooth process and onboarding......coding round dp graph and trees.....leetcode problems Tree Traversals: Inorder, Preorder, and Postorder traversals are often asked. Understanding recursive and iterative approaches to traverse trees is crucial. Binary Search Trees (BST): Questions related to BST operations such as insertion, deletion, and searching are common. Balancing techniques like AVL trees and Red-Black trees might also be discussed. Binary Tree Problems: Questions can involve finding the height, diameter, or maximum/minimum path sum in a binary tree. Understanding concepts like LCA (Lowest Common Ancestor) and path finding is useful.