The two coding problems are not hard at all. Both are can be solved with binary search, it's a bit redundant.
Intern Software Engineer Interview Questions
9,750 intern software engineer interview questions shared by candidates
Implement a Linked List
Design a data structure that has constant time pop, push, and constant minimum value of data currently in structure.
1st interview: Implement the algorithm for playing minesweeper. 2nd interview: Implement a^n in log(n) time both recursively and iteratively
Create an algorithm to find the length of a binary tree.
solve longest palindrome in O(n)
It was essentially a more difficult version of the "fizz buzz" question. No algorithms or data structures were involved, only if-else logic.
In general the OA questions were pretty manageable (probably leetcode medium at worst), and I got a pretty easy question about binary trees during the phone interview.
Fix the code segment, write program segments
Can you program in Java?
Viewing 9401 - 9410 interview questions