Build Variants & Signing

BUILD & TOOLING › Gradle

Drills build types, flavors, the variant matrix, source sets, and Play App Signing keys.

Build configuration questions probe whether you can ship multiple app versions from one codebase and sign them safely for Google Play. Interviewers test the variant matrix (flavors x build types), how buildConfigField/resValue inject per-variant values, source-set merge priority, and the upload-key vs app-signing-key model under Play App Signing. Expect Gradle DSL reading and 'what gets overridden' reasoning.

What this covers

Study this topic

Further reading