Project1 in Azure DevOps references an Azure Artifacts feed (Feed1) that contains multiple versions of Package1. Which version of Package1 will be consumed during the build of Project1?
Choose an answer
Tap an option to check your answer.
Correct answer: 1.4.0.
Why this is the answer
Azure Artifacts feeds, by default, use a "latest stable" approach for package consumption when a specific version isn't pinned. In semantic versioning (Major.Minor.Patch), a higher minor version is considered newer and more stable than a higher patch version within the same major version. Therefore, 1.4.0 is preferred over 1.0.3 because it has a higher minor version. 2.0.0 and 2.3.1 represent a new major version, which is typically not consumed automatically unless explicitly configured, as major version changes often introduce breaking changes. Without specific version constraints, the highest minor version within the lowest major version is typically chosen for stability.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed