nerdexam
MuleSoft

MCD-LEVEL-1 · Question #168

According to Semantic Versioning, which version would you change for incompatible API changes?

The correct answer is C. MAJOR. Correct answer is MAJOR MAJOR version when you make incompatible API changes, MINOR version when you add functionality in a backwards compatible manner, and PATCH version when you make backwards compatible bug fixes. For details refer to this documentation : https://semver.org/

Design APIs using Anypoint Design Center

Question

According to Semantic Versioning, which version would you change for incompatible API changes?

Options

  • ANo change
  • BMINOR
  • CMAJOR
  • DPATCH

How the community answered

(40 responses)
  • A
    5% (2)
  • B
    3% (1)
  • C
    90% (36)
  • D
    3% (1)

Explanation

Correct answer is MAJOR MAJOR version when you make incompatible API changes, MINOR version when you add functionality in a backwards compatible manner, and PATCH version when you make backwards compatible bug fixes. For details refer to this documentation : https://semver.org/

Topics

#semantic versioning#MAJOR version#breaking changes#API versioning

Community Discussion

No community discussion yet for this question.

Full MCD-LEVEL-1 Practice