Skip to content

encodedart/mobile-take-home

 
 

Repository files navigation

Guestlogix Take Home Test - Mobile

At Guestlogix we feel that putting developers on the spot with advanced algorithmic puzzles doesn’t exactly highlight one’s true skillset. The intention of this assessment is to see how you approach and tackle a problem in the real world, not quivering in front of a whiteboard.

What is the test?

You will be building a mobile application that displays a list of Rick and Morty episodes. If the user taps on an episode another list should appear showing the characters in that episode split into dead or alive (you're free to decide how to implement this split) and displayed in the order in which they were created. If the user taps on a character then a screen showing the character's picture and information should appear.

For bonus points (not mandatory) you can add functionality to kill a character (the way to kill a character is completely up to you, a swipe, a button, etc). If a character dies then everything should update accordingly.

User Stories

  • The first thing a user should see is a list of episodes.
  • If the user taps into an episode the app has to display a list of characters with a clear distinction between dead and alive characters
  • If the user taps into a character the app has to display that character's information and picture
  • Bonus functionality: The user should have the ability to kill a character and if a character gets kill the character lists should update accordingly

Evaluation criteria

Your submission will be evaluated on the following aspects

  • Completeness
  • Correct application of SOLID principles
  • Efficiency
  • Correct application of architectural patterns (we suggest MVC, but if you want to use a different one make sure it is readable and applied correctly)
  • Code readability and expressiveness
  • If there is a problem, the app fails gracefully
  • While we favour functionality over UI/UX your submission should be easy to use (from a user's perspective)
  • Your solution has to compile

Requirements

The application may be done in Java or Swift (No Kotlin, no Obj-C). Otherwise, you have complete freedom in terms of how you implement the solution, as long as all user requirements are met.

Note however, that no third party libraries may be used. You can use any native tools available to you from the platform, but no open sourced, or third party libraries.

Project's API

https://rickandmortyapi.com/

Submitting

  1. Fork this repository and work on the challenge.
  2. Run through it one last time to make sure it works!
  3. Send an email with a link to your forked repository to indicate that you have completed the challenge.

Questions

If you have any questions during the challenge feel free to email recruitment@guestlogix.com Whether it be a question about the requirements, submitting, anything, just send the email!

About

A take-home task for Guestlogix applicants

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%