1.17 Microservice - amresh087/Question GitHub Wiki
Qu. List down the advantages of Microservices Architecture.
Qu. What do you know about Microservices?
Qu. What are the features of Microservices?
Qu. How does Microservice Architecture work?
Qu. What is Spring Cloud?
Qu. What problems are solved by Spring Cloud?
Eureka
-
"Eureka implementation" " Eureka config" Answer
Wt is service Repository Eureka service client? -
Answer
Wt is Eureka server?
API Gateway
-
Answer
Wt is API Gateway. How it work? -
"Zuul implementation" "Zuul config file"
Wt is Api Gateway (Zuul)? -
Answer
Wt is ZuulException?
Hystrix
Ribban
-
Implementation Answer1
Wt is Ribban?
Feign client
-
Answer
Wt is Feign client?
cloud config server
-
Answer1 or Externalized Configuration Answer2
In spring cloud config server. How can enable/disable security? -
Answer
Config server repo? -
Answer1 our implementation config serverour implementation config client
Wt is diff between bootstrap.yml and application.yml?
All Micro Service
-
Answer
Micro Service implementation ?
Oauth2
@Profile
Global Exception
-
Answer
Global Exception in springboot?
Kibana
-
Answer
Wt is Elastic search, Elastic log stack, and Kibana? -
Answer
Local Setup Elastic search, Elastic log stack, and Kibana?
logging appender
-
Answer rollingfileappender Type of appender rollingfileappender vs fileappender
Wt is logging & rolling files in your application?
Filters
Kafka
-
Answer
Kafka architecture -
Answer
Kafka-with-Spring-boot -
Answer
Kafka command -
Kafka and ActiveMQ used TCP protocal
Docker
-
Answer
Docker command?
Api Versioning
-
Answer
Wt is Rest Api Versioning?
RestTemplet Interceptor
-
Answer
Wt is RestTemplet interceptor?
Bean scop
-
Answer
wt is bean scop in spring?
Request Flow to controller
-
Explain request flow
Actuators
@async
-
method level Application level
In springboot how can create asyn Api
Asynchronous send request and return status
-
Asynchronous-programming Answer
-
Answer
Wt are basic requirement for creating an API? -
Answer1(design pattern) Answer2
Wt is Singlton class? -
Anser
Explain Spring boot Api development step? -
Answer
How controller work? -
Answer
One code there are nested loop for time complexity O[N^3], How can reduce time complexity and more efficient and optimization where needed -
Answer
Insight on service layer? -
Answer
Insight on Dao layer? -
Answer or ORM layer Answer ?
JPA Layer -
Answer
JPA create method for load data without query? -
Answer
How can create custom repository in JPA ? -
Answer
How can create custom method in JPA ? -
Answer
Wt is default value of @Transactional? -
Answer
Two Phase commit transaction -
Answer
Three Phase commit transaction -
Answer
SAGA pattern