Coding Interview 1:
First Problem: Similar to Two Sum https://leetcode.com/problems/two-sum/description/
Given a sorted array, return the two indices that sum closest to a target value
Second Problem: https://leetcode.com/problems/course-schedule/description/
Coding Interview 2:
Problem 1: https://leetcode.com/problems/largest-rectangle-in-histogram/description/ Interviewer accepted an O(N^2) solution
Problem 2: https://leetcode.com/problems/minimum-window-substring/description/
System Design:
Design an online judge similar to LeetCode
Behavioral:
Name a time when you didn't meet a deadline
Talk about a project that you're proud of