Giter VIP home page Giter VIP logo

scala-interview-prep's Introduction

Motivation

At Stripe, our interview process has some interviews where you write code, typically on your personal laptop.

We want to avoid spending a significant portion of the interview getting SBT setup on your laptop and waiting for it to download and cache all its dependencies. We've created this simple example SBT project to help candidates determine if their laptops are setup to write and build Scala, so the interviews can be about evaluating the candidate, and not the way their environment is setup.

Getting Ready

If you can run these commands, your development environment is probably ready for Stripe's Scala interview questions.

$ java -version
$ git clone [email protected]:stripe/scala-interview-prep.git
$ cd scala-interview-prep
$ ./sbt
> test
> run

About SBT and this this Project

SBT is the standard build tool in the Scala ecosystem. However, it is still common for many projects and organizations to use Maven, Pants, Gradle, etc.

If you prefer a different build environment, that's awesome. Some interview questions may ask to implement something from nothing, and some may want to watch you interact with a pre-existing codebase. For the former, it doesn't matter what you use, as long as you're able to get things setup quickly.

For the latter (interacting with a pre-existing codebase), we'll be using SBT. We aren't really specifically interested in how you write SBT project files, but want you to quickly get them up and running.

This project comes with a built-in sbt script that'll run on OS X or Linux. However, you can feel free to use your own SBT runner if you prefer.

Useful References

scala-interview-prep's People

Contributors

gabe-stripe avatar nati-stripe avatar thomas-stripe avatar travisbrown-stripe avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.