Beginner System Design
Q9 / 100

What is an "API" in the context of system design?

Correct! Well done.

Incorrect.

The correct answer is A) A defined set of rules and protocols that allows different software components or systems to communicate with each other

A

Correct Answer

A defined set of rules and protocols that allows different software components or systems to communicate with each other

Explanation

An API (Application Programming Interface) defines how different software components interact, specifying requests, responses, and data formats, enabling modular and decoupled systems.

Progress
9/100