Total Questions : 10
Expected Time : 10 Minutes

1. Which collection type is immutable in Kotlin?

2. What is the purpose of the 'forEach' function in Kotlin?

3. What is the purpose of the 'noinline' modifier in Kotlin?

4. What is the purpose of the 'expect' keyword in Kotlin?

5. In Kotlin, what is the 'typealias' keyword used for?

6. What is the purpose of the 'first' function in Kotlin?

7. In Kotlin, what is the 'getter' keyword used for?

8. In Kotlin, what is the purpose of the 'let' extension function?

9. In Kotlin, what is the purpose of the 'inline' modifier for functions?

10. What is the purpose of the 'by lazy' keyword in Kotlin?