The interview was through skype and consisted of an Android programming test. They shared a PDF that asked me to implement a simple Android application that would make a get request to some url, receive a list of entities in json format and then display those entities in a list. They also for a more complex challenge wanted the list to have lazy loading, persistence etc.