ExamGecko
Question list
Search
Search

Question 31 - BL0-220 discussion

Report
Export

Which of the following statements are correct regarding the characteristics of microservices? (Select 2)

A.
Microservices are chained in order to build an application.
Answers
A.
Microservices are chained in order to build an application.
B.
All functions are the same in microservices.
Answers
B.
All functions are the same in microservices.
C.
Monolithic applications breaks functions in small pieces called microservices.
Answers
C.
Monolithic applications breaks functions in small pieces called microservices.
D.
Microservices are limited to 10 per application.
Answers
D.
Microservices are limited to 10 per application.
Suggested answer: A, C

Explanation:

Microservices are a design principle for cloud-native applications, where each application is composed of a set of small, independent, and loosely coupled services that communicate with each other through well-defined interfaces1.Microservices have the following characteristics2:

Microservices arechainedin order to build an application, meaning that they are connected by a network and exchange messages or data to perform a specific function or task.

Microservices aredifferentiatedby function, meaning that each microservice has a single responsibility and performs a distinct function within the application.

Microservices arederivedfrom monolithic applications, meaning that they are created by breaking down a large and complex application into smaller and simpler pieces that can be developed, deployed, and scaled independently.

Microservices arescalableandresilient, meaning that they can handle variable workloads and recover from failures without affecting the whole application.

Therefore, the correct statements are A and C, while B and D are incorrect.Reference:1:Nokia Bell Labs Distributed Cloud Networks, Unit 2: Cloud Technologies and Features, Topic: Microservices and Containerization2:Module by Module - Self Study Note Guide, DC2.4-- Microservices and Containerization

asked 23/09/2024
lawrence Ajibolade
49 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first