Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.31 KB

README.md

File metadata and controls

39 lines (22 loc) · 1.31 KB

Seevibes Pre-Interview Test

Seevibes Logo

Welcome to Seevibes! Thank you for thinking about our company.

Before we do an interview, we want to see a bit of code, and see how you work. This repository has the basic information you need to complete the task.

Please use any programming language, one your are comfortable with. We are Linux-centric, but you may submit a Windows program if that is easier for you.

Test

Create a command-line program that will connect to the IMDB API and given a partial movie name on the command line, will return the full title and release year of the first movie. Some examples:

$ ./program batman
Title: Batman Begins
Year: 2005

$ ./program avengers
Title: The Avengers
Year: 2012

Procedure

  1. Fork this repository
  2. Create the program
  3. Submit a pull request, mentioning @francois and including a sample usage session with the titles above, and others of your own choosing
  4. We will send you an email to confirm the interview details

The test should take about 30 minutes to complete.

Whether you've applied to Seevibes through an internship program, or just want to have fun, go ahead! Fork and tell us.

Need help?

You can contact François Beausoleil ([email protected]) if you need any help.