1. Questions related to projects and past experience.
2. Point out the error in a C macro.
3. A simple linked list question to add two integers. Each number is represented as a linked list, and every digit of the integer is a node in the linked list. The question was to add the two numbers and return the result as a linked list.
After the completing the code, the interviewer asked questions to review the code from a security perspective.