14
13
12
11
10
9
8
7

Interview Prep

Kotlin, Android, Compose, and DSA interview questions with answers

Kotlin Flow Interview Questions — 20 Questions Covering Cold Streams to StateFlow
Kotlin Flow Interview Questions — 20 Questions Covering Cold Streams to StateFlow

The Flow questions you'll face in Android interviews — cold vs hot, StateFlow vs SharedFlow, key operators (combine, zip, flatMapLatest, debounc...

Kotlin OOP Interview Questions — 20 Questions on Classes, Inheritance, and Design
Kotlin OOP Interview Questions — 20 Questions on Classes, Inheritance, and Design

The OOP questions Android interviewers ask most — classes vs objects, data class rules, sealed vs enum, abstract class vs interface, visibility ...

Kotlin Coroutines Interview Questions — 20 Questions From Beginner to Advanced
Kotlin Coroutines Interview Questions — 20 Questions From Beginner to Advanced

The coroutine questions interviewers ask most — from suspend functions and Continuation to structured concurrency, SupervisorJob, cancellation, ...

Top 30 Kotlin Interview Questions — From Basics to Coroutines
Top 30 Kotlin Interview Questions — From Basics to Coroutines

The 30 most commonly asked Kotlin interview questions with clear answers and code examples. Covers basics (val/var, null safety, string interpolation)...