Two entity types use overlapping filters and both generate entities for the same configuration item. What problem should the team fix?
Select an answer to reveal the explanation.
Short Explanation
Two types fishing in the same pond can hook the same CI twice—and now you have twin entities arguing with each other. Tighten filters so each real object becomes one entity. Unique identity keeps scores and evidence sane.
Full Explanation
Entity identity should map cleanly to the underlying object. Overlapping type conditions that both select the same CI risk duplicate entity records, conflicting assessments, and confusing ownership. Design reviews should check filter mutual exclusivity or intentional partitioning by class. Fix conditions at the type layer rather than proliferating duplicates downstream.