Microservices Interview questions and answers for experienced and freshers | Code Decode | Part-2

  Рет қаралды 92,077

Code Decode

Code Decode

Күн бұрын

In this video of code decode we have covered some mostly asked microservices Interview question for freshers and experience in Java
Udemy Course of Code Decode on Microservice k8s AWS CICD link:
openinapp.co/udemycourse
Course Description Video :
yt.openinapp.co/dmjvd
Q) What are the main features of Microservices?
Microservices architecture breaks an application into smaller services, and it is possible to develop, deploy each service independently. This makes the introduction of new features in an application very easier.
Decentralization: Microservices architecture leads to distributed systems. The data management is decentralized. There will be a monolithic database containing all data belonging to the application. Each service has the ownership of the data related to the business functionality of that service.
Black box: Every microservice is defined as a black box. The details of the complexity are hidden from other services/components.
Security: The Microservice platform itself should provide capabilities for certificate management, different types of credentials, authentication, and authentication based on RBAC (Role-based access model). Security is decoupled from the microservice development team as platform standardization help with it.
Polyglot:
This is one of the significant aspects of microservices architecture.
For example, if a team is working on one of the microservice using Java, Spring Boot, and MySQL, another team can work on another microservice using Python, Node JS, and NoSQL.
Different microservices can use a different version of the same programming language. Eg. Python 2.7 and Python 3.0
Different microservices can use different programming languages.
Different microservices can use different architectures as well.
Q) How do microservices communicate with each other?
In the case of Microservice Architecture, there are 2 different types of inter-service communication between microservices.
a. Synchronous communication
b. Asynchronous communication
Synchronous communication:
In the case of Synchronous communication between microservices, the client service waits for the response within a time limit. The possible solution is using HTTP Protocol using via REST API for interservice communication.
Asynchronous Communication:
In the case of Asynchronous Communication, the client service doesn’t wait for the response from another service. When the client microservice calls another microservice, the thread is not blocked till a response comes from the server. The message producer service generates a message and sends the message to a message broker on a defined topic. The message producer waits for only the acknowledgment from the message broker to know that message is received by the broker.
The consuming service subscribes to a topic in the messaging queue. All the messages belonging to that topic will be fed to the consuming system(s). The message producer service and consuming services don’t even know each other. The response is received in the same methodology through a message broker via defined message topics.
Different messaging tools are based on the AMQP (Advanced Message Queuing Protocol). Some examples are given below.
a. Apache Kafka
b. RabbitMQ
c. Apache ActiveMQ
Q)What is the difference between Monolithic, SOA and Microservices Architecture?
Main diff b/w SOA and MS architecture is Based on sharing of data and info. SOA shares and reuses as much as possible while MS focuses on sharing as little as possible
Microservice Interview Questions and Answers part - 1 :
• Microservices Intervie...
Also if you want to learn microservices from basic you can find all the video in below playlist
• Microservices Tutorial
Most Asked Core Java Interview Questions and Answers : • Core Java frequently a...
Advance Java Interview Questions and Answers : • Advance Java Interview...
Java 8 Interview Questions and Answers : • Java 8 Interview Quest...
Hibernate Interview Questions and Answers : • Hibernate Interview Qu...
Spring Boot Interview Questions and Answers : • Advance Java Interview...
Angular Playlist : • Angular Course Introdu...
SQL Playlist : • SQL Interview Question...
GIT : • GIT
Subscriber and Follow Code Decode
Subscriber Code Decode : kzfaq.info?...
Linkedin : / codedecodeyoutube
Instagram : / codedecode25
#codedecode #microservicesinterviewquestions #microservices

Пікірлер: 238
@asashish905
@asashish905 2 жыл бұрын
Anybody can crack even senior level of interview if all Playlist of Code Decode is watched. Thank you! I can now refresh my knowledge.😌
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks a ton Ashish 🙂👍.keep learning keep growing Man 👍👍
@shaileshchaskar6093
@shaileshchaskar6093 2 жыл бұрын
I echo
@mayurthakkar5960
@mayurthakkar5960 2 жыл бұрын
​@@CodeDecode ​ Great content, Can you please share all the tutorials slides as well for quick go through?
@pramitranjan4338
@pramitranjan4338 2 жыл бұрын
i did nothing.. i went through all your videos.. made a note,.. now i have 4 offer letters in my hand.. thank you!!!
@CodeDecode
@CodeDecode 2 жыл бұрын
Many Congratulations Pramit🎊🎊well deserved. Keep shining ⭐✨⭐✨⭐✨⭐✨
@manognajoshik8465
@manognajoshik8465 2 жыл бұрын
I really feel bad for awesome educators like you who are building the careers of so many aspirants but not getting recognised. Thanks a lot for your effort. I can completely rely on your content. You have set yourself as an example of women getting empowered in technical field, that too with such an unquestionably sound knowledge base. Kudos!! I would like to know your name please:-)
@CodeDecode
@CodeDecode 2 жыл бұрын
This comment made my day Manogna ❤❤thanks a lott 🙂🙂. This keeps us motivated to work more towards this.
@manognajoshik8465
@manognajoshik8465 2 жыл бұрын
@@CodeDecode You are still anonymous ma'am:-)I am really curious to know your name.
@CodeDecode
@CodeDecode 2 жыл бұрын
I would love to connect with you personally Manogna. But the issue is that we are working IT professionals and disclosure of our identity can cost us a lot. That's why we prefer going anonymous. Hope soon we will connect personally ❤❤🙂🙂👍👍
@manognajoshik8465
@manognajoshik8465 2 жыл бұрын
@@CodeDecode Yeah I understand, thanks a lot:-) Really happy to see response from you. Your content has helped me crack several interview and invite several job offers with good pay. Really grateful to you for this. The speciality of your channel is short videos with enormous and clear content. Keep educating many more and I wish you reap the fruits of your effort and receive due recognition in course of time.
@mohitsirohi99
@mohitsirohi99 Жыл бұрын
@@CodeDecode great power comes with great responsibilities..
@shirishbansode1145
@shirishbansode1145 3 ай бұрын
I used to fail in many microservices interviews, but after watching your videos, I cleared an interview. Thank you so much !! 👍
@CodeDecode
@CodeDecode 3 ай бұрын
So glad to hear that Shirish . Many congratulations on clearing your interviews 🎉🎉🎊 keep learning keep shining 🌟🌟
@divyashetty9959
@divyashetty9959 2 жыл бұрын
Each and every video which ur making related to Java, spring boot, Microservice etc are really helpful.Such video not only makes concepts understanding easier but helped us to crack interviews too.. One Request ,Can u make the 3rd part of Microservice interview questions and also a tutorial related to Kafka,activemq etc integration with spring boot nd Microservice?
@gayathris1386
@gayathris1386 2 жыл бұрын
You are really admirable. The way you explain stuff is really catchy and cut to the right point. Thanks a lot! Because of you I got to learn a lot in a very less time. You rock!
@CodeDecode
@CodeDecode 2 жыл бұрын
This means a lot to us Gayathri. Thanks a tonn🙂🙂👍👍. Keep learning keep shining 👏👏
@sachinshrivastava3097
@sachinshrivastava3097 2 жыл бұрын
one of the best tutorial can't wait for third part as well as I would like to know more about asynchronous communication using microservice
@johnnybreathe
@johnnybreathe 2 жыл бұрын
Completed many series of playlists, this one's is very much important and by the way thank you so much for explaining it with ease. Thanks a lot. Waiting for the remaining videos in this series. 🧑‍💻
@CodeDecode
@CodeDecode 2 жыл бұрын
Sure 🙂thanks👍🙂
@shwetabhat9981
@shwetabhat9981 2 жыл бұрын
Really helpful ma'am . Thank you for all the efforts that you put in :) . If possible I would like to request you to make a video on how to implement Spring security in a microservice architecture since its a bit hard to understand .
@harithavissapragada672
@harithavissapragada672 2 жыл бұрын
Awesome playlist with nice explination. very helpful !! please make more videos and if possible please make a video on how to build a ecommerce application embedding all springboot and microservices features along with spring security
@aditipai7289
@aditipai7289 Жыл бұрын
Your videos are so helpful, appreciate the hard work you are putting into preparing the content. Thanks a lot :)
@CodeDecode
@CodeDecode Жыл бұрын
Thanks Aditi for the nice words
@anamperwez5424
@anamperwez5424 Жыл бұрын
I really admire you for such easy explanations . You are doing a really good job . Easy examples and to the point theory
@CodeDecode
@CodeDecode Жыл бұрын
Thanks a lot Anam 🙂
@prashantgupta1073
@prashantgupta1073 2 жыл бұрын
You don't need to do job. You have so much of knowledge that you can create your own company in IT. Thanks you so much @code decode Could you please make a tutorial for Kafka?
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks a lot Prashant. We need to be connected with IT world top know what's new in the market. Sure we will put video on kafka 🙂👍
@senthilmurugangsm
@senthilmurugangsm 2 жыл бұрын
Your videos are awesome with easy learn. This makes the micro services more clear. Please prepare videos on Messaging systems. Thanks for your effort and this series. 👏🙂
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks for the nice words senthil
@sibaramnayak332
@sibaramnayak332 10 ай бұрын
I have gone through part 1 and part 2. You explained very well. I am looking forward other videos. Thank you for your effort.
@CodeDecode
@CodeDecode 10 ай бұрын
Microservices Interview Questions and Answers: kzfaq.info/sun/PLyHJZXNdCXsdvaw5eGW9kMnbll88B8kG2
@shruthishru3553
@shruthishru3553 2 жыл бұрын
Hi, Thank you for detailed explanation. wonderfully explained. It helped a lot and I was expecting third part after second one. please continue teaching us.
@CodeDecode
@CodeDecode 2 жыл бұрын
Sure Shruthi❤
@vatsalsrivastava3765
@vatsalsrivastava3765 2 жыл бұрын
These videos are very helpful, please create the 3rd Part and please create a video on Kafka and its integration.
@subhadipde7636
@subhadipde7636 2 жыл бұрын
Awesome interview questions list..thanks for sharing..Please make interview questions list on kafka for java developers and also distributed data transactions using cqrs, SAGA design pattern
@hemika1322
@hemika1322 2 жыл бұрын
Hi sis, your explanation is very very accurate about the topics. If it needs to reach many techies make shorts that will reach more people. I love in with your videos and watching and preparing for interview
@CodeDecode
@CodeDecode 2 жыл бұрын
Right Hemika, we are working on it 🙂👍. Thanks for your suggestion. It means a lot 🙂🙂
@karthikeyanrm3446
@karthikeyanrm3446 2 жыл бұрын
You are really awesome, I was able to clear interviews with help of your channel. Please do complete the Microservices implementation playlist.
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks Karthikeyan. Sure will upload next parts soon 👍🙂
@ankursharma474
@ankursharma474 2 жыл бұрын
@Code Decode Nicely explained.Eagerly waiting for the 3rd part of the microservices interview questions.
@CodeDecode
@CodeDecode 2 жыл бұрын
sure ankur we will upload it soon
@chetan3008
@chetan3008 2 жыл бұрын
A lot of things are covered in this tutorial. One suggestion is rather than uploading one long hours video create topic-wise. Really liked the way you are covering each topic.
@tpl3585
@tpl3585 2 жыл бұрын
Great Explanation !Please add Kafka, Asynchronous communication. 👏👏👏
@CodeDecode
@CodeDecode 2 жыл бұрын
Sure it's in pipeline 🙂🙂👍👍
@SaiTeja-ym2er
@SaiTeja-ym2er 2 жыл бұрын
I got best channel to learn and increase my knowledge. Very good explanation, every one easy to understand. please create more playlist on micro services.
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks. Sure Sai we will do that🙂👍
@sayanbiswas8847
@sayanbiswas8847 2 жыл бұрын
Thanks for this, your channel helped me a lot in my interview prepartion.
@CodeDecode
@CodeDecode 2 жыл бұрын
We are glad Sayan. Keep learning keep shining ⭐✨⭐✨
@jiteshbhardwaj5730
@jiteshbhardwaj5730 Жыл бұрын
Hi Ma'am, Loved your teaching style and explanation. Please upload the video regarding topics/Questions you were showing at the end of this video. It would help us to cover the theoretical section of Microservices once an for all. Thanks Again for helping us all !!
@CodeDecode
@CodeDecode 11 ай бұрын
Sure Jitesh. Thanks 😊😊
@shamilraj322
@shamilraj322 2 жыл бұрын
As usual, great video. Appreciate your efforts. Please do a tutorial video on asynchronous communication using kafka or any other messaging tool. And please do more videos on microservices interview questions.
@CodeDecode
@CodeDecode 2 жыл бұрын
Sure Raj. We will do that🙂👍
@srini4333
@srini4333 Жыл бұрын
Your videos are very helpful, please share Part3 video for MS interview questions.
@nitishchauhan4256
@nitishchauhan4256 Жыл бұрын
Content and explanation both are awesome 😎👍. Thanks a lot.
@CodeDecode
@CodeDecode Жыл бұрын
Thanks Nitish 👍☺️
@gopalkrushnamohankuda1177
@gopalkrushnamohankuda1177 2 жыл бұрын
Great content thanks alot Mam for your huge effort👏👏👏
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks
@ManasviniDeepa
@ManasviniDeepa 2 жыл бұрын
Really Great Job and very much helpful, please post next video on this series
@CodeDecode
@CodeDecode 2 жыл бұрын
Sure Srinivasulu 🙂👍👍 sure we will post next parts soon 🙂
@karthiksundaram544
@karthiksundaram544 Жыл бұрын
Excellent demos for important topics
@CodeDecode
@CodeDecode Жыл бұрын
Thanks karthik
@AshishSingh-rx4sq
@AshishSingh-rx4sq 2 жыл бұрын
One of best informative channels!
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks Ashish 🙂👍
@laljirathod2063
@laljirathod2063 2 жыл бұрын
Thanks for your efforts mam , pls upload next video of this series..we are waiting .....
@CodeDecode
@CodeDecode 2 жыл бұрын
Sure Lalji we will do that 🙂👍
@ashokkumar1363
@ashokkumar1363 2 жыл бұрын
I got the best youtube channel to learn and increase my knowledge. It's a really a very good explanation and easy to understand. Loved your way of explaination. Could please create more playlists on microservices. I am eagerly waiting for Interview questions and answers part 3 and more.
@CodeDecode
@CodeDecode 2 жыл бұрын
Sure Ashok. We will do that 🙂👍
@ashokkumar1363
@ashokkumar1363 2 жыл бұрын
@@CodeDecode Could you please add 3rd part of the microservices interview questions. I am eagerly waiting.
@venkatasaikrishnak9385
@venkatasaikrishnak9385 2 жыл бұрын
Thank you so much for your efforts. Please quickly upload all Microservices related interview questions videos. Also please create tutorial on how to use Kafka from SpringBoot application which demonstrates Asynchronous communication.
@CodeDecode
@CodeDecode 2 жыл бұрын
Sure we will do that🙂👍
@subhadipde7636
@subhadipde7636 2 жыл бұрын
Thanks for the video ..can you please share more microservice interview questions video waiting for part 3
@tirmuladhanikonda699
@tirmuladhanikonda699 2 жыл бұрын
Mam... I Cleared the technical round. Thanks a lot 🙏
@CodeDecode
@CodeDecode 2 жыл бұрын
Many many congratulations Tirmula. Well deserved 👏👏👏👏keep learning keep shining ⭐✨⭐✨⭐✨⭐✨
@commonman8540
@commonman8540 Жыл бұрын
very very clear explanation. thank you, mam.
@CodeDecode
@CodeDecode Жыл бұрын
Thanks 🙂🙂
@shalakapurandare4278
@shalakapurandare4278 Жыл бұрын
Hello Mam, the way you explain in detail and precisely is actully very helpful. Your efforts and dedication can be seen through the videos. Thank you so much. Please do create video with code example for MQ and Kafka.
@CodeDecode
@CodeDecode Жыл бұрын
kzfaq.info/sun/PLyHJZXNdCXset6tBB1aY5aEY77YhbxWLo
@CodeDecode
@CodeDecode Жыл бұрын
Thanks a lot Shalaka 🙂👍
@utkarshgupta2274
@utkarshgupta2274 2 жыл бұрын
Thanks a lot your videos are really helpful. I request you to please make a Part-3 of Microservices interview questions for the remaining content. It will be really a big help for us.
@CodeDecode
@CodeDecode 2 жыл бұрын
sure utkarsh we will upload it soon
@utkarshgupta2274
@utkarshgupta2274 2 жыл бұрын
@@CodeDecode Thanks a lot!
@riyamitra8281
@riyamitra8281 2 жыл бұрын
Your videos are really informative and helpful to crack the interviews..could you please provide the 3rd part of MS Interview questions ASAP....
@CodeDecode
@CodeDecode 2 жыл бұрын
Sure we will do that. Thanks Riya 🙂👍
@gauravjaiswal7923
@gauravjaiswal7923 2 жыл бұрын
Thanks for the video, can you please create video on Kafka, RabbitMQ, Active MQ.
@tpl3585
@tpl3585 2 жыл бұрын
Your videos help us a lot.Thank you! Can you make a video on asynchronous communication in micro services ?
@CodeDecode
@CodeDecode 2 жыл бұрын
Sure, we will do that 👍👍
@achalgehlot4816
@achalgehlot4816 2 жыл бұрын
Just wanted to say you are Amazing
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks a ton Achal 🙂🙂
@karthiksundaram544
@karthiksundaram544 Жыл бұрын
Hi simply teaching superb
@CodeDecode
@CodeDecode Жыл бұрын
Thanks karthik
@amitshrivastava5344
@amitshrivastava5344 2 жыл бұрын
Yes please create video for different AMQP in detail
@CodeDecode
@CodeDecode 2 жыл бұрын
Sure Amit 🙂👍
@ThePhani2585
@ThePhani2585 Жыл бұрын
Please create a video on Kafka ! ! Thanks in advance....You are superb..Your videos are really really helpful
@CodeDecode
@CodeDecode Жыл бұрын
kzfaq.info/sun/PLyHJZXNdCXset6tBB1aY5aEY77YhbxWLo
@CodeDecode
@CodeDecode Жыл бұрын
Hope this playlist helps Phani 👍🙂
@MahendraKumar-dm5mj
@MahendraKumar-dm5mj 2 жыл бұрын
Thanks for this helpful videos. Please make video for the rest of the topic
@CodeDecode
@CodeDecode 2 жыл бұрын
Sure Mahendra. We will do that👍🙂
@shreyashachoudhary480
@shreyashachoudhary480 Жыл бұрын
Informative! Thanks!
@CodeDecode
@CodeDecode Жыл бұрын
you're welcome
@asthagupta2227
@asthagupta2227 2 жыл бұрын
Hello team, thank a lot for covering these interview questions. Could u ply cover remaining interview questions as well which was pointed in part 1 video of interview question.
@CodeDecode
@CodeDecode 2 жыл бұрын
Sure Astha. It's in pipeline 🙂🙂
@truelife7643
@truelife7643 5 ай бұрын
Videos are very informative. Can you pls continue and share 3rd part of the video and videos on kafka as well
@JavaBazaar
@JavaBazaar 2 жыл бұрын
🙏thanks for second part
@CodeDecode
@CodeDecode 2 жыл бұрын
🙂✌
@naweedsyed1556
@naweedsyed1556 2 жыл бұрын
Your video are amazing; please create 3rd video on micro services interview Q/A
@CodeDecode
@CodeDecode 2 жыл бұрын
Sure Naweed 🙂🙂👍👍
@satyanarayanareddyb3052
@satyanarayanareddyb3052 Жыл бұрын
Yes, Please create video Microservices with kafka
@shilpajagdeesh7156
@shilpajagdeesh7156 Жыл бұрын
All videos are very helpful and informative. Thanks a lot for all these explanatory videos. Much appreciate your efforts. Is Part-3 Microservices interview questions video available?
@CodeDecode
@CodeDecode Жыл бұрын
Wil create soon Shilpa👍👍
@raghavendramj123
@raghavendramj123 2 жыл бұрын
Your videos are amazing, Can you please create a tutorial on Apache kafa and Distributed Cache..
@CodeDecode
@CodeDecode 2 жыл бұрын
sure raghavendra we will create it soon...
@utkarshshukla4505
@utkarshshukla4505 Жыл бұрын
Mam i was going through the microservices videos and this interview related videos all are very helpful mam , can you please create full tutorial with projects or an add on on your microservices playlist related to synchronous and asynchronous communication with messaging queue like kafka or rabbitmq with logger 🙏🏻🙏🏻
@CodeDecode
@CodeDecode Жыл бұрын
kzfaq.info/sun/PLyHJZXNdCXset6tBB1aY5aEY77YhbxWLo
@anjalichauhan367
@anjalichauhan367 9 ай бұрын
Really helpful ma'am. Awesome videos. Please share the demonstration on Active MQ, Rabbit MQ, Apache Kafka.
@CodeDecode
@CodeDecode 8 ай бұрын
Sure we will make it soon. Thanks
@ankitambekar6073
@ankitambekar6073 2 жыл бұрын
Hi, kindly upload a video on Domain driven design and bounded context.
@CodeDecode
@CodeDecode 2 жыл бұрын
Yes. It's important topic we will upload it soon 👍🙂
@shankarpatilsp
@shankarpatilsp Жыл бұрын
Thank you so much ma'am...!!☺
@CodeDecode
@CodeDecode Жыл бұрын
you're welcome
@dummymail6029
@dummymail6029 3 ай бұрын
great video thanks code decode
@CodeDecode
@CodeDecode 3 ай бұрын
👍😊
@rakeshpal8730
@rakeshpal8730 2 жыл бұрын
Hi, could you please create the video on MQ, it will be really helpful as it is also one of the most asked interview topic. Thanks in advance.
@AmitSingh-tk1il
@AmitSingh-tk1il 2 жыл бұрын
Thank you much for explaining in detail about it its really awesome. But could you please make video about apache kafka
@CodeDecode
@CodeDecode 2 жыл бұрын
Sure Amit. It's in pipeline 🙂👍👍
@vishalbhosale7747
@vishalbhosale7747 2 жыл бұрын
thanks, very nice presentation but still want more..please share more videos on microservices
@vishalbhosale7747
@vishalbhosale7747 2 жыл бұрын
also share videos on load balancer with API gateway
@CodeDecode
@CodeDecode 2 жыл бұрын
Sure we will put more videos on this series Vishal 🙂👍
@RajatGupta-vu8xp
@RajatGupta-vu8xp 2 жыл бұрын
yes it will be very helpful if u can make tutorial on messaging queue
@CodeDecode
@CodeDecode 2 жыл бұрын
Sure Rajat 🙂👍
@monikashukla5072
@monikashukla5072 2 жыл бұрын
Concepts cleared!
@CodeDecode
@CodeDecode 2 жыл бұрын
Glad to hear that Monika. Thanks 🙂👍
@khushbooDewangan14
@khushbooDewangan14 6 ай бұрын
Your videos are so helpful....Can you please share the link for part 3 ?
@varunb2453
@varunb2453 2 жыл бұрын
Hi you & your voice really awesome , Can you please do videos on multi threading ? Thank you!
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks Varun. We do have few videos here kzfaq.info/sun/PLyHJZXNdCXsdUXzeeBZIADof_U-40jBJO
@nitishchaudhary7777
@nitishchaudhary7777 2 жыл бұрын
Your explain is very good and I appreciate it. I requested to you please make video for demo to integrate Kafka , Rabbit, active mq
@CodeDecode
@CodeDecode 2 жыл бұрын
Sure Nitish we will do that 🙂👍
@shyamalirani8478
@shyamalirani8478 2 жыл бұрын
Please create tutorial and interview questions on Kafka. Thanks!
@CodeDecode
@CodeDecode 2 жыл бұрын
sure we will create video soon
@kavishpeiris408
@kavishpeiris408 2 жыл бұрын
Hello madam. Could you please do the 3rd Part of this series. These videos were really helpful.
@CodeDecode
@CodeDecode 2 жыл бұрын
Sure kavish we will upload it soon
@anjaneyuluthippabathini658
@anjaneyuluthippabathini658 2 жыл бұрын
Your videos help us a lot.Thank you! Can you make a video on Apache kafka
@CodeDecode
@CodeDecode 2 жыл бұрын
Sure we will put a video on kafka soon 👍🙂
@kravishankar7029
@kravishankar7029 Жыл бұрын
Bit confused ! for the Vaccination project which architecture exactly you've used, SOA or Microservice ? PS: Thanks a lot for this series, it's remarkable indeed !!
@CodeDecode
@CodeDecode Жыл бұрын
It's Microservice architecture as we are not just calling Rest Apis. Thanks Ravi 👍👍
@mayanksingh197
@mayanksingh197 2 жыл бұрын
next part please 😊
@CodeDecode
@CodeDecode 2 жыл бұрын
we will create it soon
@siddhilalabobo3597
@siddhilalabobo3597 2 жыл бұрын
great video, Please create videos on Kafka
@CodeDecode
@CodeDecode 2 жыл бұрын
sure siddhi we will create video on kafka soon
@iluvkmhful
@iluvkmhful 9 ай бұрын
Please make the third part !!
@CodeDecode
@CodeDecode 9 ай бұрын
Sure
@Praveen8982207
@Praveen8982207 2 жыл бұрын
Please create a video tutorial on apache kafka and thanks for sharing such a valuable knowledge 😊.
@CodeDecode
@CodeDecode 2 жыл бұрын
Sure praveen we will create video on Kafka soon
@maheshmattad1054
@maheshmattad1054 11 ай бұрын
highly preffered the 3 rd video
@CodeDecode
@CodeDecode 10 ай бұрын
Sure 👍
@sumankumarswain7810
@sumankumarswain7810 11 ай бұрын
maam , make a complete project with microservice, one to many relationship , security like jwt and instead of postman use angular for ui
@CodeDecode
@CodeDecode 10 ай бұрын
We have a complete course created with full stack technologies and recent had a give away of this course too.
@keerthianu4490
@keerthianu4490 2 жыл бұрын
Your videos are really useful. Thank you.Can you please upload detailed explanation for rest api?
@CodeDecode
@CodeDecode 2 жыл бұрын
kzfaq.info/sun/PLyHJZXNdCXsfCaQiui_BG7P23e2NTIj0U
@keerthianu4490
@keerthianu4490 2 жыл бұрын
Thank you so much. You are amazing!! Please upload part 2 soon.
@CodeDecode
@CodeDecode 2 жыл бұрын
Sure Keerthi 🙂👍
@moviecutcreations4126
@moviecutcreations4126 2 жыл бұрын
Pls put video on the other questions... Thank you...
@CodeDecode
@CodeDecode 2 жыл бұрын
sure we will create more soon
@udaysairao
@udaysairao 2 жыл бұрын
Please create a video on design patterns and Kafka
@CodeDecode
@CodeDecode 2 жыл бұрын
Here you go for design patterns kzfaq.info/sun/PLyHJZXNdCXselvpjEhygQ9GlDQihtQj6i
@padmak9967
@padmak9967 2 жыл бұрын
This is better and fast to learn n interview
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks Padma 🙂🙂
@user-ds4ox6gz1d
@user-ds4ox6gz1d 11 ай бұрын
Give me complete course on microservice it will helps a lot
@CodeDecode
@CodeDecode 10 ай бұрын
www.udemy.com/course/master-spring-boot-microservice-angular-with-k8s-cicd-aws/
@meenakshisharma1870
@meenakshisharma1870 Жыл бұрын
Hello Thanks a lot for an amazing videos. Can you please share the link for part 3 ?
@bikashkonar8930
@bikashkonar8930 2 жыл бұрын
Please create topic on Apache Kafka and event streaming using Kafka
@CodeDecode
@CodeDecode 2 жыл бұрын
sure we will create it soon
@vanaparthybalakrishna3870
@vanaparthybalakrishna3870 2 жыл бұрын
It's Really helpful for the interview. Thanks for the video, If possible could you pls share the PPT which you are showing.
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks Balakrishna. Every thing that we covered is given in the description below. Any thing else you need?
@sayantanimaji2933
@sayantanimaji2933 2 жыл бұрын
It would be helpful if you can create video on microservice, Kafka and deployment into Aws
@CodeDecode
@CodeDecode 2 жыл бұрын
It's in pipeline Sayantani 🙂👍
@AjithKumar-yc8cu
@AjithKumar-yc8cu 2 жыл бұрын
Hi mam its very useful but where is part3 we need all interview questions. Please share all the questions thanks a lot i am preparing for interviews with ur questions only
@CodeDecode
@CodeDecode 2 жыл бұрын
Sure Ajith. We will upload them soon 🙂👍
@tarathestar5392
@tarathestar5392 Жыл бұрын
Please create some video for kafka with java implementation ma'am.
@CodeDecode
@CodeDecode Жыл бұрын
kzfaq.info/sun/PLyHJZXNdCXset6tBB1aY5aEY77YhbxWLo
@user-fh6ws3xm6s
@user-fh6ws3xm6s 4 ай бұрын
Thanks for the great stuff. When you say in Microservices architecture there is no data sharing unlike SOA. But is it not the case that in this particular use case, where Vaccination service when it calls citizen service, the citizen specific data is shared to Vaccination module. I am kind of confused here
@CodeDecode
@CodeDecode 4 ай бұрын
Thanks. In microservices there is no data sharing in terms of having common database. But one microservice can always share data to another microservices and that's why there is a concept called communication between microservices. We have sync and async communication between microservices. So why would microservices communicate? To share the data. That's exactly what is happening here
@KetanNaphade
@KetanNaphade 3 ай бұрын
Hi can you please create playlist for Angular Questions also
@AshishSingh-rx4sq
@AshishSingh-rx4sq 2 жыл бұрын
Please create a video on spring boot with kafka or active mq or rabbit mq
@CodeDecode
@CodeDecode 2 жыл бұрын
Sure Ashish 👍🙂
@padmalankipalli593
@padmalankipalli593 2 жыл бұрын
Pls share microservices interview part 3
@CodeDecode
@CodeDecode 2 жыл бұрын
Sure we will create the 3rd part soon
@bhupendarnegi2024
@bhupendarnegi2024 2 жыл бұрын
Mem plz make 3 part of this video
@CodeDecode
@CodeDecode 2 жыл бұрын
sure we will create it soon
@aniankiraja689
@aniankiraja689 2 жыл бұрын
Could you please make a separate video on asynchronous communication and explain about Kafka & rabbitmq
@CodeDecode
@CodeDecode 2 жыл бұрын
Sure we will do that 🙂👍
@aniankiraja689
@aniankiraja689 2 жыл бұрын
@@CodeDecode Thank you
@CodeDecode
@CodeDecode 2 жыл бұрын
🙂🙂👍👍
@sumeetjethi6902
@sumeetjethi6902 2 жыл бұрын
Hi Code Decode team, I cannot find Part -3 Microservices Interview questions and answers for experienced and freshers. Last question which was discussed was How to design Microservice in part 2. Lots of important questions were left to be covered starting from Which database does Microservices-based architecture prefer to How to deploy Microservices in AWS ?? So, when can we expect part-3 ???
@vanmathipothiraj988
@vanmathipothiraj988 2 жыл бұрын
Please add tutorial on kafka and rabbit mq.
@CodeDecode
@CodeDecode 2 жыл бұрын
Ok then next video will be on micro service communications👍
@bhupendarnegi2024
@bhupendarnegi2024 2 жыл бұрын
Mem plz make video on kafka
Basic System Design for Uber or Lyft | System Design Interview Prep
16:18
That's how money comes into our family
00:14
Mamasoboliha
Рет қаралды 11 МЛН
Became invisible for one day!  #funny #wednesday #memes
00:25
Watch Me
Рет қаралды 59 МЛН
Microservices in 1 Minute
1:00
in28minutes - Get Cloud Certified
Рет қаралды 79 М.
Microservices Interview Questions
12:12
CloudTech
Рет қаралды 24 М.
That's how money comes into our family
00:14
Mamasoboliha
Рет қаралды 11 МЛН