Exam MCD - Level 1 All QuestionsBrowse all questions from this exam
Question 112

In an application network, if the implementation but not the interface of a product API changes, what needs to be done to the other APIs that consume the product

API?

    Correct Answer: C

    If only the implementation of a product API changes while its interface remains the same, the other APIs that consume this product API will not be affected. No changes are needed in the other APIs or their associated applications since the interface they depend on has not changed, ensuring backward compatibility.

Discussion
pgarciarOption: C

C is correct

claudio82Option: C

if you dont change the interface, so is not a breaking change modification, so answer should be C

nilan84Option: C

C is corect

jarit75Option: C

C is correct

ExamDevOption: C

C is correct

miguel_romeroOption: C

C is correct

varsri18Option: C

C is the correct answer