Interview score card
Part 1. Basic knowledge
- (2 points) Easy: What is the difference beteen var, val and def? [x] 2
- (3 points) Easy: How does pattern matching work in Scala? [x] 3
- (3 points) Easy: What are right associative methods in Scala? [x] 0
- (3 points) Easy: What is the difference between a trait and an abstract class in Scala? [x] 3
- (2 points) Medium: What is scala.util.control.NonFatal? [x] 2
- (3 points) Medium: How does Scala solve the diamond resolution problem with traits? [x] 3