Skip to content

Commit 74e969f

Browse files
author
abansal
committed
added netflix stack topics
1 parent 5a2861f commit 74e969f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,15 @@ Consolidated place to prepare for tech interviews(Currently adding all topic's n
3838
* [Kubernetes](#kubernetes)
3939
* [Redis](#redis)
4040
* [Akka](#akka)
41+
* Netflix Stack
42+
* Discovery Server - Eureka
43+
* Client Side Load Balancer - Ribbon
44+
* API Gateway - Zuul
45+
* Circuit Breakers/Resilience/Fault tolerance - Hystrix
46+
- Others
47+
* OAuth2
48+
* SSL
49+
* JWT
4150
- [Questions to Ask after interview](#questions-to-ask-after-interview)
4251
- [Open source contributions](#open-source-contributions)
4352

@@ -858,6 +867,9 @@ http://www.globalguideline.com/interview_questions/Questions.php?sc=MongoDB
858867
* Why would one use sagas over 2PC and vice versa?
859868
* Provide an example of "smart pipes" and "dumb endpoint"
860869
* How would you implement SSO for Microservice Architecture?
870+
* Microservices Design Pattern (Saga Pattern)
871+
[Good Reads](https://microservices.io/patterns/microservices.html)
872+
861873
### Apache Kafka
862874
**Topics**
863875
* Architecture

0 commit comments

Comments
 (0)