Home

Awesome

Scala Job Interview Questions

This file contains a number of Scala interview questions that can be used when vetting potential candidates. It is by no means recommended to use every single question here on the same candidate (that would take hours). Choosing a few items from this list should help you vet the intended skills you require.

Note: Keep in mind that many of these questions are open-ended and could lead to interesting discussions that tell you more about the person's capabilities than a straight answer would.

Table of Contents

  1. General Questions
  2. Language Questions
  3. Functional Programming Questions
  4. Reactive Programming Questions
  5. Coding Questions
  6. Fun Questions
  7. Answers

Getting Involved

  1. Contributors
  2. How to Contribute
  3. License

General Questions:

Language Questions:

Functional Programming Questions:

Reactive Programming Questions:

Coding Questions:

  var x = immutable.Set[Int]()
  val y = mutable.Set[Int]()

Fun Questions:

Answers: