Amazon Interview Question

The first was a generalization of two sum (https://leetcode.com/problems/two-sum/), k sum, with tuples of length k instead of 2, with the assumption that each element is unique. I'd say LC medium.