Totally depends on the position, I was asked Java related questions, starting from OOPs concepts, to functional programming in Java, other Java 8 stuff, IOC, etc. Lots of beginner level questions in SQL.
Software Engineer Internship Interview Questions
23,634 software engineer internship interview questions shared by candidates
LeetCode problems
Queries are: add an interval and return the length of the union of all intervals.
The coding challenge questions were fairly easy, one was string manipulation and the other was based on using basic data structures. The phone screen interview asked how to serialize an n-ary tree.
Why Wayfair?
Both my phone interviews were based on trees and graphs, n-ary tree.
Typical Leet code questions regarding data structures and to code it in google Docs
Given 2 strings containing regular characters and backspace characters (represented by "<"), return true if both strings are the same after all backspaces are processed and false otherwise. ie) should return true for "abc<<de<f" and "adca<<f"
Add a right pointer to a complete binary tree
Viewing 501 - 510 interview questions