exam questions

Exam AZ-400 All Questions

View all questions & answers for the AZ-400 exam

Exam AZ-400 topic 9 question 6 discussion

Actual exam question from Microsoft's AZ-400
Question #: 6
Topic #: 9
[All AZ-400 Questions]

You have an app named App1 that you release by using Azure Pipelines. App1 has the versions shown in the following table.



You complete a code change to fix a bug that was introduced in version 3.4.3.

Which version number should you assign to the release?

  • A. 3.4.4
  • B. 3.4.8
  • C. 3.5.0
  • D. 4.0.1
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
renzoku
Highly Voted 1 year, 5 months ago
Selected Answer: D
Previous release 3.4.7 Current release 4.0.0 No matter when the bug was introduced else the current version, the next version number would be 4.0.1
upvoted 13 times
...
dipti927
Highly Voted 1 year, 6 months ago
Based on the given information, the current release of App1 is version 4.0.0, and you have made a code change to fix a bug that was introduced in version 3.4.3. Following semantic versioning principles, the bug fix should be considered a patch, as it does not introduce any new features or breaking changes. Therefore, the version number for the release should be incremented in the patch position. Since the current release is 4.0.0, the next appropriate version number for the bug fix release would be 4.0.1.
upvoted 6 times
kay000001
1 year, 5 months ago
Correct myself from my comment and will agree with you: https://www.howtogeek.com/devops/what-is-semantic-versioning/
upvoted 1 times
Koding
1 year, 5 months ago
The current version is 4.0.0. It doesn't matter when the bug was introduced. You can't go backwards in versioning. It was a bugfix with no breaking changes so you go from 4.0.0 to 4.0.1
upvoted 1 times
...
...
...
vsvaid
Most Recent 11 months, 2 weeks ago
Selected Answer: D
Correct answer
upvoted 2 times
...
4b31a3a
1 year ago
Think when your favourite computer game is patched. Do they roll back the version to the version that the bug was introduced? No they update the current version
upvoted 1 times
...
Spectrum128k
1 year, 1 month ago
I am.surprised so many people think that a bug fix constitutes a major release? Isn't a bug fix a patch and therefore isn't it the third number that should be incremented - i.e. From 3.4.7 to 3.4.8?
upvoted 1 times
...
sudhakaru
1 year, 6 months ago
Ans A. 3.4.4 When you have a bug fix, you increase the patch number ( the last number) of release no in format: major.minor.patch
upvoted 2 times
...
dipti927
1 year, 6 months ago
Correct Answer: D. 4.0.1
upvoted 2 times
...
kay000001
1 year, 6 months ago
Selected Answer: B
The bug fix would fit a patch versioning, so the next logical version would be: 3.4.8 Answer is B.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...