Kotlin (Coding) Quiz

Kotlin language fundamentals — null safety, coroutines, and the modern JVM/Android development idioms.

This category currently has 60 questions in the SERVBG quiz bank. Below are a few sample questions — the full interactive quiz shuffles through the whole set with instant scoring.

Sample questions

In Kotlin, what is the difference between val and var?
How do you declare a nullable String in Kotlin?
What does the Elvis operator ?: do?
What does the safe-call operator ?. do on a nullable receiver?
What does the !! operator do?
Start the full quiz ›

Related categories

Python (Coding)
Python syntax, standard-library usage, and the language idioms that come up in day-to-day scripting and application work.
187 questions
JavaScript (Coding)
Core JavaScript language behavior, async patterns, and the quirks that trip up both beginners and experienced developers.
186 questions
Linux
Linux command-line usage, file permissions, process management, and the everyday admin tasks every sysadmin and developer needs.
150 questions
Security
General information security concepts — threats, defenses, and the fundamentals every IT professional should know.
148 questions
Hardware
Computer hardware components, how they interact, and the troubleshooting knowledge behind keeping systems running.
145 questions