CV0-004 · Question #117
CV0-004 Question #117: Real Exam Question with Answer & Explanation
The correct answer is C: Minor. {"question_number": 5, "explanation": "Semantic versioning follows a Major.Minor.Patch format. In the version change from 3.4.0 to 3.4.1, only the third digit (patch/build number) changed, while the major version (3) and minor version (4) remained the same. This indicates a small
Question
A security engineer recently discovered a vulnerability in the operating system of the company VMs. The operations team reviews the issue and decides all VMs need to be updated from version 3.4.0 to 3.4.1. Which of the following best describes the type of update that will be applied?
Options
- AConsistent
- BMajor
- CMinor
- DEphemeral
Explanation
{"question_number": 5, "explanation": "Semantic versioning follows a Major.Minor.Patch format. In the version change from 3.4.0 to 3.4.1, only the third digit (patch/build number) changed, while the major version (3) and minor version (4) remained the same. This indicates a small, targeted fix - such as a security patch for a specific CVE - with no new features or breaking changes. Among the available choices, 'Minor' is the correct category because the update is neither a major release (which changes the first digit) nor an insignificant ephemeral change. 'Consistent' and 'Ephemeral' are not standard software versioning terms.", "generated_by": "claude-sonnet", "llm_judge_score": 4}
Topics
Community Discussion
No community discussion yet for this question.