Jobs
Interviews

Haptiq Lab

Interview Questions for Haptiq Lab

1. Given the heads of two singly linked-lists headA and headB, return the node at which the two lists intersect. If the two linked lists do not intersect, return null.

2. Can you provide an example of inheritance in everyday life and demonstrate its implementation in code?

3. Given a tree, find its height and the height of its mirror image.