Which of the following statements regarding microservices are true? (Choose three correct answers.)
Which of the following statements regarding microservices are true? (Choose three correct answers.)
Microservices facilitate the replacement of the implementation of a specific functionality, allowing a particular microservice to be modified or replaced without affecting other services. Interaction between microservices can be slower than the interaction of similar components within a monolithic application due to the overhead of network communication. Within one application, individual microservices can indeed be updated and redeployed independently of the remaining microservices, providing flexibility in maintenance and updates. However, integration tests are possible even before all microservices are completely developed, and microservices architecture supports multiple instances of each service, aiding in scalability.
For me, it's ADE
i think ACE
ADE, C isn't right in my opinion
ADE : i think the closer answers
Isn't A a valid option too?
isn't it ACE ?
C is not correct