Met them at a job fair, had an on-campus interview at my university, after completing that they gave me the offer for the internship. The interview involved coding in C and then answering some follow up questions about cases I may have missed. I was asked what my favorite class was and then asked a somewhat difficult question about that class.
Preguntas de entrevista [1]
Pregunta 1
For both of the following questions, you were given the code for a node in the tree, which had data, parent, left, and right data fields. The interview was in C:
1. Given a root node of a binary search tree, find the smallest node in the tree.
2. Given a node in a binary search tree, find the next largest node in the tree.