wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

CI/CD Team - Quiz Set 2

Total questions: 10

Worksheet time: 6mins

Name
Class
Date
1.

What does the term "bounded context" mean in relation to microservices?

a)

How a microservice uses memory

b)

The logical domain represented by the data consumed and emitted by a microservice according to the data's purpose, structure and meaning

c)

The cloud provider's region where the microservice operates

d)

The common characteristics within a collection of entities in one or many business domains

2.

Which of the following is not a functional requirement for design considerations of cloud-native applications.

a)

Stakeholders

b)

Engineering Teams

c)

Financial resources

d)

End users

3.

How is distributed tracing used in microservices?

a)

As a mechanism to ensure that failed microservices are resurrected properly

b)

As a mechanism to transfer log management between a given host on demand

c)

As a mechanism to observe the behavior of distinct system calls between and within microservices

d)

As a mechanism to change the behavior of a microservice at runtime

4.

Microservice Architecture includes one deilvery pipeline?

a)

True

b)

False

5.

RESTful APIs and microservices together create SOA.

a)

True

b)

False

6.

When you have ample time and budget, which will be your choice of architecture

for application development?

a)

Microservices

b)

Monolith

c)

Either of these two

d)

None of the above

7.

How does a backing service apply to microservices?

a)

It prevents a microservice from failing

b)

It acts as a dedicated service that provides essential functionality required by a microservice

c)

It shuts down a microservice when it can no longer handle the computing load

d)

It coordinates network activity between microservices

8.

Q4 What's the difference between a microservices-oriented architecture (MOA) and a service-oriented architecture (SOA)?

a)

An SOA uses intermediation technology to facilitate communication between services

b)

An MOA shares as little data as possible while an SOA shares as much data as possible

c)

A developer can run a monolithic application with SOA principles

d)

All the above

9.

Which Architecure allows use of mutiple programming lanuages in development process.

a)

Microservices

b)

Both actually

c)

None

d)

Anyone can have

10.

Which among the choices are NOT included in definition of the good software development practice.

a)

Health checks and Metrics

b)

Metrics and Tracing

c)

Tracing and logs

d)

All of the above