Android Studio – 5 – Gradle Build System in Android Studio MCQ

Android Studio – 5 – Gradle Build System in Android Studio

1 / 25

1. What is Gradle in the context of Android Studio?

2 / 25

2. What is the primary purpose of the Gradle Build System in Android development?

3 / 25

3. Which file is commonly used to define dependencies and configurations in a Gradle project?

4 / 25

4. In Gradle, what is a “dependency”?

5 / 25

5. What is the purpose of the “settings.gradle” file in a Gradle project?

6 / 25

6. What does “SDK” stand for in the context of Android development?

7 / 25

7. Which of the following is NOT a common task performed by the Gradle Build System?

8 / 25

8. What is the purpose of the “build.gradle (Project: YourProjectName)” file in a Gradle project?

9 / 25

9. What is the role of the “Gradle Console” in Android Studio?

10 / 25

10. Which of the following is NOT a common configuration in a Gradle build file?

11 / 25

11. What does the “build.gradle (Project: YourProjectName)” file typically contain?

12 / 25

12. What is the purpose of the “dependencies” block in a Gradle build file?

13 / 25

13. Which of the following is a valid format for specifying a dependency in a Gradle build file?

14 / 25

14. What is the purpose of the “classpath” dependency in the build.gradle (Project: YourProjectName) file?

15 / 25

15. Which Gradle task is typically used to assemble the release version of an Android app?

16 / 25

16. What does the “dependencies” section in the build.gradle (Module: app) file specify?

17 / 25

17. What is the purpose of the “plugins” block in a Gradle build file?

18 / 25

18. What is the “Android Gradle Plugin”?

19 / 25

19. Which Gradle task is typically used to clean the build output directories?

20 / 25

20. What is the role of the “build.gradle (Module: app)” file in an Android project?

21 / 25

21. What does the “repositories” block in a Gradle build file specify?

22 / 25

22. What is the purpose of the “sourceSets” block in a Gradle build file?

23 / 25

23. What is the primary function of the “Gradle Tasks” pane in Android Studio?

24 / 25

24. What is the purpose of the “compile” configuration in a Gradle build file?

25 / 25

25. Which of the following statements about Gradle in Android Studio is TRUE?

Your score is

0%