MCD - Level 1 Exam QuestionsBrowse all questions from this exam

MCD - Level 1 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?

Show Answer
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

7 comments
Sign in to comment
pgarciarOption: C
Mar 29, 2021

C is correct

nilan84Option: C
May 28, 2021

C is corect

claudio82Option: C
Jun 4, 2021

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

jarit75Option: C
Aug 26, 2021

C is correct

miguel_romeroOption: C
Dec 15, 2021

C is correct

ExamDevOption: C
Jan 23, 2024

C is correct

varsri18Option: C
Apr 19, 2022

C is the correct answer