integration Flashcards

1
Q

a component of Netflix’s open-source suite that acts as a service registry and primarily facilitates service discovery within a microservices architecture.

A

Eureka Naming Server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

to maintain
the registry of all the microservices.

A

Service Discovery

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

acts as a mediator between client applications and backend services in microservices architecture.

It is a software layer that
functions as a single endpoint for various APIs performing tasks such as request
composition, routing, and protocol translation.

A

API Gateway

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

a lightweight fault tolerance library for Java applications, designed to help developers build resilient and fault-tolerant systems by providing a set of patterns and tools to handle failures gracefully.

A

Resilience4j

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Elements of Resilience

A
  1. Redundancy
  2. Disaster Recovery Planning
  3. Scalability
  4. Monitoring and Incident Response
  5. Flexibility and Adaptability
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Having backup systems or failover mechanisms to ensure
continuity.

A

Redundancy

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Developing strategies to restore operations after a
disruption.

A

Disaster Recovery Planning

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Designing systems to accommodate growth or increased demand
without major disruptions.

A

Scalability

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Constantly monitoring systems for
anomalies and having protocols in place to respond swiftly to incidents.

A

Monitoring and Incident Response

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Designing systems that can adapt to evolving
threats and changing environments.

A

Flexibility and Adaptability

How well did you know this?
1
Not at all
2
3
4
5
Perfectly