Scala Interview Questions
Questions Answers Views Company eMail

What is object in Scala? Is it a singleton object or instance of a class?

7

What is the main design decision about two separate keywords: class and object in Scala? How do we define Instance members and Static members in Scala?

7

How many values of type Unit have in Scala?

7

What is the use of ‘yield’ keyword in Scala’s for-comprehension construct?

7

What is call-by-name? Does Scala and Java support call-by-name? What is the difference between call-by-value and call-by-name function parameters?

7

Which IDEs support Play and Scala-Based Applications Development and how?

7

What is an Higher-Order Function (HOF)?

7

What are the differences between Case class and Normal Class?

7

What is a Companion Object in Scala? What is a Companion Class in Scala? What is the use of Companion Object in Scala?

7

When compare to Normal Class, What are the major advantages or benefits of a Case-class?

7

What are the Scala Features?

7

What is 'Type Inference' in Scala?

7

What is Unit in Scala? What is the difference between Java’s void and Scala’s Unit?

7

How Scala solves Inheritance Diamond Problem automatically and easily than Java 8?

7

What is ‘scala trait’ in scala?

7


Post New Scala Questions

Un-Answered Questions { Scala }

Why scala is faster than java?

1


What is the difference between apply and unapply methods in scala?

7


How do you define a function in scala?

1


What is the diamond problem in scala?

1


What is flatmap in scala?

1


Is it a Language or Platform? Does it support OOP or FP?

7


Explain extend keyword?

1


Explain what is unit in scala?

1


What is Unit in Scala? What is the difference between Java’s void and Scala’s Unit?

7


What is method overloading in scala?

1


Explain ‘Scala higher order’ functions?

7


How do we implement loops functionally? What is the difference between OOP and FP style loops?

7


What are the Scala Features?

7


Is Scala Statically-Typed Language?

7


What is a custom exception in scala?

1