[🐛 Bug Report] AZ-400 Study Guide - #29
Replies: 2 comments
|
Hi Milco — good catch again, and it turned out to be the same underlying bug as your other report. The Knowledge Check widget wasn't reading the AZ-400 answer key ( The correct answer is Git Flow with release branches: cut a release branch for the 4-week stabilisation (bug fixes only) while |
|
Quick follow-up, Milco — your two reports turned out to be far more valuable than a couple of typos. 🙏 They prompted me to audit every knowledge check on the platform — all 2,382 across 38 certifications — and the same underlying issue (an answer-key prop the quiz widget silently ignored, defaulting to option A) was also hiding in:
All fixed and live. I've also added a build-time check that now fails the deploy if any quiz has a missing or mis-typed answer key — so this whole class of bug can't silently ship again. The other 36 certs were already clean. Genuinely appreciate you taking the time to report these with such detail — they made the site materially better for everyone. — Sush |
Uh oh!
There was an error while loading. Please reload this page.
I think the second knowledge check on https://www.aguidetocloud.com/guided/az-400/domain-2/branching-strategies/ regarding Nadia's team is incorrect:
"Nadia's team at Meridian Insurance ships quarterly releases to production. Compliance requires a 4-week stabilisation period before each release. During stabilisation, the development team should continue working on next quarter's features. Which branching strategy supports this?"
In my opinion the correct answer should be Git Flow, but the answer is wrong - according to the site the correct answer is trunk-based with feature flags, however the explanation also suggest that Git Flow is the correct answer: "Git Flow's release branches are designed exactly for this: cut a release branch from develop for stabilisation, while the team continues merging new features to develop for the next release. The release branch gets only bug fixes during the 4-week stabilisation period."
Regards,
Milco
From: Milco Numan · Related Tool: Cert Study Guides · Category: 🐛 Bug Report · Reply contact provided via form
All reactions