Skip to content

johnpink/pre-interview-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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 (francois@seevibes.com) if you need any help.

About

Instructions on completing a little program before being interviewed at Seevibes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%