Valid AD0-E718 Dumps shared by ExamDiscuss.com for Helping Passing AD0-E718 Exam! ExamDiscuss.com now offer the newest AD0-E718 exam dumps, the ExamDiscuss.com AD0-E718 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com AD0-E718 dumps with Test Engine here:
An Adobe Commerce Architect needs to create a new customer segment condition to enable admins to specify an 'Average sales amount' condition for certain segments. The Architect develops the custom condition under vendor\Module\Model\Segment\condition\AverageSalesAmount with all of its requirements: Which two steps should the Architect complete to fix the problem? (Choose two.) A) B) C) D) E)
Correct Answer: B,E
According to the Adobe Commerce Developer Guide1, to create a new customer segment condition, the custom condition class must implement the Magento\CustomerSegment\Model\Segment\Condition\Combine\Interface interface. The class must also have a constructor that accepts an array of data and a context object that contains the required dependencies. Therefore, option B is correct because the constructor is missing the context object parameter. Option E is also correct because the class does not implement the required interface. The other options are not relevant for this problem.