Your business has optimized its applications to leverage a cloud-native microservices-based architecture.
In this architecture, how do the various modules of an application communicate?
- Application modules communicate through application programming interface (API) calls.
- Application modules communicate through interprocess communication
- Application modules communicate through remote direct memory access
- Application modules communicate through shared data structures (DB/files).
Answer(s): A
Explanation:
In a cloud-native microservices-based architecture, the various modules of an application communicate through application programming interface (API) calls. Each service is autonomous and self-contained and runs a unique process. Reference from Juniper site: Microsoft Learn, Palo Alto Networks
Reveal Solution Next Question