File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,15 @@ Consolidated place to prepare for tech interviews(Currently adding all topic's n
38
38
* [ Kubernetes] ( #kubernetes )
39
39
* [ Redis] ( #redis )
40
40
* [ 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
41
50
- [ Questions to Ask after interview] ( #questions-to-ask-after-interview )
42
51
- [ Open source contributions] ( #open-source-contributions )
43
52
@@ -858,6 +867,9 @@ http://www.globalguideline.com/interview_questions/Questions.php?sc=MongoDB
858
867
* Why would one use sagas over 2PC and vice versa?
859
868
* Provide an example of "smart pipes" and "dumb endpoint"
860
869
* How would you implement SSO for Microservice Architecture?
870
+ * Microservices Design Pattern (Saga Pattern)
871
+ [ Good Reads] ( https://microservices.io/patterns/microservices.html )
872
+
861
873
### Apache Kafka
862
874
** Topics**
863
875
* Architecture
You can’t perform that action at this time.
0 commit comments