Question: Given this code snippey from a build.gradle file, which choice is not a possible build variant?

  1. productionDebug.
  2. developmentDebug.
  3. stagingDebug.
  4. stagingRelease.

Answer: The correct answer of the above question is Option B:developmentDebug.