My interviewer was super irritated with me since the phone screen was at 5pm and he wanted to just get out of it. He didn't ask to introduce myself just started with the first problem and then the second one.
Maximum distance between two nodes in a binary tree: https://leetcode.com/problems/diameter-of-binary-tree/
He then modified the question to maximum distance between two nodes in a tree (parent node can have more than 2 children). This was easy as I just modified it into a list of nodes, rather than using left, right.
Right after I told my complexity we were out of time and he was like bye!
Still haven't heard from the recruiter but I guess might be a reject.