This was for an Android Developer position.
The question given was an image with an outer bigger rectangle and inside it were a bunch of smaller reactiongles. (Parent view and child views)
The question was to design an API that adds as many child views into the parent as possible.
You have to check for edge cases, overflows etc.