NEW
Font size
WorksheetsCI/CD Team - Quiz Set 2
Total questions: 10
Worksheet time: 6mins
What does the term "bounded context" mean in relation to microservices?
How a microservice uses memory
The logical domain represented by the data consumed and emitted by a microservice according to the data's purpose, structure and meaning
The cloud provider's region where the microservice operates
The common characteristics within a collection of entities in one or many business domains
Which of the following is not a functional requirement for design considerations of cloud-native applications.
Stakeholders
Engineering Teams
Financial resources
End users
How is distributed tracing used in microservices?
As a mechanism to ensure that failed microservices are resurrected properly
As a mechanism to transfer log management between a given host on demand
As a mechanism to observe the behavior of distinct system calls between and within microservices
As a mechanism to change the behavior of a microservice at runtime
Microservice Architecture includes one deilvery pipeline?
True
False
RESTful APIs and microservices together create SOA.
True
False
When you have ample time and budget, which will be your choice of architecture
for application development?
Microservices
Monolith
Either of these two
None of the above
How does a backing service apply to microservices?
It prevents a microservice from failing
It acts as a dedicated service that provides essential functionality required by a microservice
It shuts down a microservice when it can no longer handle the computing load
It coordinates network activity between microservices
Q4 What's the difference between a microservices-oriented architecture (MOA) and a service-oriented architecture (SOA)?
An SOA uses intermediation technology to facilitate communication between services
An MOA shares as little data as possible while an SOA shares as much data as possible
A developer can run a monolithic application with SOA principles
All the above
Which Architecure allows use of mutiple programming lanuages in development process.
Microservices
Both actually
None
Anyone can have
Which among the choices are NOT included in definition of the good software development practice.
Health checks and Metrics
Metrics and Tracing
Tracing and logs
All of the above
