Practice free →
Home › In a deterministic build pipeline, BUILDS for th…

In a deterministic build pipeline, BUILDS for the same git commit should produce which property?

ACompressed differently per OS each build to save bytes
BBit-identical output every time on every machine
CA new GUID embedded in the binary each build always
DDifferent output reflecting time / randomness each build
Answer & Solution
Correct answer: B. Bit-identical output every time on every machine
Reproducible-builds.org + game security research: deterministic builds let you verify untampered binaries and cache build artifacts by content hash.
Solve this in the app — Practice practice & 24k+ MCQs →
Related questions