701-100 Exam QuestionsBrowse all questions from this exam

701-100 Exam - Question 2


Which of the following statements regarding microservices are true? (Choose three correct answers.)

Show Answer
Correct Answer: ACDE

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.

Discussion

7 comments
Sign in to comment
[Removed]Options: ADE
Mar 3, 2022

For me, it's ADE

wahibaOptions: ACE
Feb 17, 2021

i think ACE

jchavarria12Options: ADE
Jun 29, 2021

ADE, C isn't right in my opinion

BennaniHaythemOptions: ADE
Nov 19, 2021

ADE : i think the closer answers

paul68
Sep 9, 2020

Isn't A a valid option too?

garalialaOptions: ACE
Feb 10, 2021

isn't it ACE ?

alex87Options: ADE
Feb 2, 2023

C is not correct