Skip to content

Module 13 · Build, Tooling & Ecosystem

Beyond the 1Z0-830 exam

The exam never asks about Maven, Gradle, or logging — but you can't run the labs, manage dependencies, or ship real Java without them. This module covers how real projects are built, depended-on, and observed.

How real Java projects are built and wired together: Maven (the build this repo's labs use), Gradle, dependency/version management, and logging done properly.

Lessons

#LessonWhat it covers
01MavenPOM, lifecycle/phases, dependency scopes, plugins, running the labs.
02Gradle (basics)Build scripts, tasks, dependencies; Maven vs Gradle.
03Dependencies & LoggingSemVer, transitive conflicts; SLF4J/Logback, log levels.

Module Mini-Exam

A mixed quiz over this module. Since this is beyond-exam material, treat it as a self-check rather than exam simulation.

Mini-Exam

  • 7 questions
  • 12 minutes
  • 7 total points
  • Pass: 5 pts (68%)