Top 25 Microservice Interview Questions Answered - Java Brains

2024 ж. 3 Мам.
575 158 Рет қаралды

In this video, I attempt to answer the "top 25" interview questions, at least according to Google. I answer the questions and review the answers on the page for accuracy.
Java Brains Website: www.javabrains.io
URL for interview questions: www.guru99.com/microservices-...
#Javabrains #Microservices #Interview

Пікірлер
  • 1:13 Explain microservices architecture 3:42 Name three commonly used tools for Micro 5:10 What is monolithic architecture? 5:51 What are the advantages of microservices? 9:50 What is Spring Cloud? 12:04 Discuss uses of reports and dashboards in the environment of Microservices 13:24 What are the main differences between Microservices and Monolithic architecture? 14:48 What are the challenges faced while using Microservices? 17:59 In which cases microservices architecture best suited? 19:39 Tell me the name of some famous companies which are using Microservice architecture 20:34 What are the characteristics of Microservices? 20:46 What is RESTful? 22:40 Explain three types of Tests for Microservices 23:57 What are client certificates? 24:46 Explain the use of PACT in Microservices architecture. 26:29 What is the meaning of OAuth? 28:19 What is End to End Microservices Testing? 29:14 Why are Container used in Microservices? 30:16 What is the meaning of Semantic monitoring in Microservices architecture? 32:13 What is a CDC? 33:09 What is the use of Docker? 34:35 What are Reactive Extensions in Microservices? 36:33 Explain the term 'Continuous Monitoring'. 37:59 How independent micro-services communicate with each other?

    @tetomdq@tetomdq2 жыл бұрын
    • Thank you so much

      @renukasp3510@renukasp35102 жыл бұрын
    • Thanks 👍

      @deneshbabu5199@deneshbabu51992 жыл бұрын
    • Thank You Sir..

      @chandrasekhar5406@chandrasekhar5406 Жыл бұрын
  • I am a big fan of Kaushik and I must say he has explained all the questions really well with few nice roasting in between and this one is the best - "I'll tell you why your business is not making more profits - because your interviewers ask these questions and hire people who give these answers"

    @sanjayshukla5255@sanjayshukla52552 жыл бұрын
    • That one had me laughing. xD

      @ikemkrueger@ikemkrueger Жыл бұрын
  • Started off as Kaushik's interview, but this was Kaushik testing Guru99.

    @ajinkyadhumal4950@ajinkyadhumal49503 жыл бұрын
    • yup:) hysrix :D hystrix. Also Kaushik could have used vertical scroll bar of the browser instead of dev-tools :D

      @samantr@samantr3 жыл бұрын
    • Kaushik is not using Chrome I doubt he is actually Kaushik and not a bot.

      @maheshtambe9535@maheshtambe95353 жыл бұрын
    • @Wells Grey I love how bots communicate with each other in a hope that some dumb human will fall into their obvious scam.

      @darklord711@darklord7113 жыл бұрын
    • Epic comment @ 32.02

      @parthibarajan4039@parthibarajan40393 жыл бұрын
    • @@samantr You expect all of us to be paying attention to the bottom area of the video, rather than the more comfortable center-video position?? Kaushik sacrifices modern conveniences for US

      @cannabisanomaly@cannabisanomaly6 күн бұрын
  • I had an interview. I explained the same way how Kaushik explains to us regarding circuit breaker. They were amazed :D Thanks!

    @ritugupta3367@ritugupta33673 жыл бұрын
    • Is it in this video?

      @adityasoni434@adityasoni4342 жыл бұрын
    • @@adityasoni434 no. It's part of microservices series.

      @mohitiyer2948@mohitiyer2948 Жыл бұрын
  • "I'll tell you why your business is not making more profits - because your interviewers ask these questions and hire people who give these answers" - World-class roasting, circa 2021.

    @jamiekhoo875@jamiekhoo8752 жыл бұрын
    • I wish I would be dare enough to answer this word in my interview

      @swarnendustudy1792@swarnendustudy17922 жыл бұрын
    • For more, you may check out kzhead.info/sun/eth8gqynhmWJiYk/bejne.html

      @interviewforyou7152@interviewforyou71522 жыл бұрын
    • That was perfect!

      @NaelsonJr@NaelsonJr2 жыл бұрын
    • 31:30 😉

      @samiullahk7223@samiullahk7223 Жыл бұрын
    • 🤣🤣🤣

      @jedaademola@jedaademola Жыл бұрын
  • I have laughed in amazement at some of the answers even before you reacted to it. I guess you've made me a lot smarter over the years. Thanks Kaushik.

    @bharath4353@bharath43533 жыл бұрын
  • Great video! I love the format, as it makes for a nice discussion in a video on certain topics and calls out for errors as not everything on the internet is correct. Kudos! Keep it going.

    @prakhattri92@prakhattri923 жыл бұрын
  • I'm glad to visit this video, for the 1st time I see someone actually testing thier skills on the fly and making sense with arguments provided. Others content is more preped and already framed

    @ProperComment@ProperComment2 жыл бұрын
  • Your sense of humor is another level 👍🏼. Your reaction to answers were like “who gives those kind of answers”

    @harshadasinha6249@harshadasinha62493 жыл бұрын
    • That kind of engaged me throught the video.

      @vineetbhargava4141@vineetbhargava41412 жыл бұрын
  • Quickest way to prepare for the interview of microservies. Thanks a lot Kaushik Sir. U r an amazing teacher.

    @shekharchoudhary677@shekharchoudhary6773 жыл бұрын
  • Well done Kaushik, you have literally roasted the blogger. Very well explained each of the points.

    @akshaytank2000@akshaytank20003 жыл бұрын
  • Just found Java Brains and I love the clear and simple explanations! Definitely subscribing

    @adamtheanalyst@adamtheanalyst3 жыл бұрын
  • Thank you for your contribution into software development community. We appreciate your effort and time spent!

    @elvinjafarli6257@elvinjafarli62573 жыл бұрын
  • As usual great work :). Just to add about asynchronous communication as well. Microservices can communicate with each synchronously or asynchronously. Using REST API is common for synchronous communication. Using queue (RabbitMQ etc) is common for asynchronous communication between microservices. Hope this helps!

    @rohitmanchanda8412@rohitmanchanda84123 жыл бұрын
    • Webflux ?

      @shockwavevideos5689@shockwavevideos5689 Жыл бұрын
    • @@shockwavevideos5689 webflux is a tool for building reactive applications. it's not communiation protocol or style among microservices

      @user-sz1jw2wt7v@user-sz1jw2wt7v11 ай бұрын
  • Koushik, the way you explain things is addictive, not everyone is blessed with teaching ability..you are truly blessed and we are lucky to have you and thanks for your videos.

    @chanakyav6368@chanakyav63683 жыл бұрын
    • Addictive? Bruh 😂

      @03greedo29@03greedo29 Жыл бұрын
  • Sir, Thanking you for your time and effort for making us understand concepts very clear. Your content is high quality with very good explanation. I have benefited from your teaching. Learning continues..... :)

    @neriyamuralikrishna4644@neriyamuralikrishna46443 жыл бұрын
  • 14:25 - In monolith architecture, you can do optimizations that are across multiple services at the project level which is not possible in case of microservices as each of them are autonomous.

    @dev-skills@dev-skills2 жыл бұрын
  • Cool stuff you brought for the audience and I appreciate it.. Could you please also make a video on json vs xml interview question with examples/scenarios as you did for micro services.

    @mirzatahir10@mirzatahir103 жыл бұрын
  • Best Content to get regarding Java , I recommend all my friends to follow your content for Java, Thank you sir for Everything.

    @ranarajan9016@ranarajan90163 жыл бұрын
    • I agree

      @tusharkadam6231@tusharkadam62313 жыл бұрын
    • For more, you may check out kzhead.info/sun/eth8gqynhmWJiYk/bejne.html

      @interviewforyou7152@interviewforyou71522 жыл бұрын
  • He is a genius, cant stop watching his content. Thank you sir for all the value you share.

    @j01237@j012372 жыл бұрын
  • Lots if fun! Great video as always. I always feel like I am at coffee with mate since this is sort of what we do when we are out and about. By the way.. one question mentioned Micro Services Tools. Have you ever used/ done a video on JHipster for creating microservices skeletons?

    @qwarlockz8017@qwarlockz80173 жыл бұрын
  • Sir where were you all these days? I started my journey with Spring from your channel! Good to see you back.

    @prabhatsharma4561@prabhatsharma45613 жыл бұрын
  • Great video, it's amazing how many companies rate developers on their ability to answer these trivia questions.

    @user-nu4so7zg8r@user-nu4so7zg8r2 жыл бұрын
  • I was waiting for you to scroll down every time to see the answers and your reactions were hilarious. Also the answers you provided were extremely useful. Thanks for an engaging video.

    @vinudb123@vinudb1232 жыл бұрын
  • Great video! Do more videos of this type. Feels like I learned a lot. It’s kind of like FAQ

    @omar99ize@omar99ize3 жыл бұрын
  • Best content with java and now back with the same Microservices with the same extraordinary quality. Thank you.

    @tejassontakke8382@tejassontakke83823 жыл бұрын
  • This video Boosted me to prepare for interview in a unique way :D

    @rahulchoudhary6050@rahulchoudhary60503 жыл бұрын
  • Hey Koushik, can you explain or create some series for these kind of question? It will be helpful to understand the concept easily. The way you explained help us to correlate and understand concepts. 👍

    @sapnaverma8881@sapnaverma88813 жыл бұрын
  • I Can resonate with all that you said.. Seriously if some interviewer refers these , God save the candidate.

    @blackscreen44@blackscreen443 жыл бұрын
    • Hopefully the interviewer is knowledgeable enough to recognize the answers are moronic.

      @e.h.5680@e.h.56803 жыл бұрын
  • yes, that is the top hit for me as well. I am fortunate to see that you contradict one of these kind of websites which posts whatever the answer they like. Thank you!

    @shamikoguru6179@shamikoguru61793 жыл бұрын
  • I get to know more from your answer, rather reading from the website. Actually they can take your answers and put it here so that people can learn the actual answers. Also you answer is simple and easier to understand. I wish if you could post these type of interview question and answer video on a regular basis.

    @mahmudulislam5303@mahmudulislam53033 жыл бұрын
  • Thank you so much for all your priceless effort Kaushik. You are awesome!!

    @selvakumarjayabal2599@selvakumarjayabal25993 жыл бұрын
  • Please do this kind of videos a bit more. What we lack in an interview is the raw version of explanation and ofc stories and discussions helps to understand and memorise stuffs more easily

    @SandVision03@SandVision032 жыл бұрын
  • Thank you for teaching us an important lesson among all: "Question your source of knowledge before you take it as valid"

    @Randomisticful@Randomisticful2 жыл бұрын
  • Kaushik Sir to be very honest, I was just smiling to see your smiling face when you were reacting to silly answers. Love the way you teach

    @sarmadchandio1420@sarmadchandio14202 жыл бұрын
  • Really enjoyed watching the way u answered ....and the sarcastic looks for wrongly answered questions 😊

    @rkshkumar90@rkshkumar903 жыл бұрын
  • Thank you so much for this.. whenever I refer to any interview questions and answers page, I used to feel that I am not aware of many things. but after watching this video I am more confident in myself.

    @pratiba9@pratiba92 жыл бұрын
  • This way of learning technology by reacting to info from the internet becomes one of my favorite! Thank you!

    @natalia2722@natalia27222 ай бұрын
  • About half way through. I thought this might be yet another microservices puff vid. Personally never bothered with it but can certainly understand why you would employ them. I'm just sitting here nodding along learning a few things as well. Great content and such a realistic approach.

    @scottw1724@scottw17243 жыл бұрын
  • Clearly those answers were not given by person with real experience. If you ask someone who is a fan of new technologies and all the fashion words but is not a developer, he or she is very likely to give answers like these. Thank you Java Brains! I learned so much from you.

    @yuxun7371@yuxun73712 жыл бұрын
  • Big fan of your videos. Have seen almost all your tech videos. Have gone through all playlists of courses. Please do more of this content. It is really helpful. Course is different but these kinda question and answers really dig deep and we will get more info. Please do more of these. One suggestion as well.. Please keep in as playlist. Like Brain bytes are not present as playlist.

    @LikhithBC@LikhithBC3 жыл бұрын
  • love this type of video. It was super useful and I tried answering the questions before you to test my understanding

    @ypucandeleteit@ypucandeleteit3 жыл бұрын
  • I do not have any words to praise you!!! But I am fascinated by your extraordinary presentation and speaking technique. And the most important thing I have realized is that if you search online and learn any answer, it is not correct, you have to know which one is correct. Thank you so much for this beautiful arrangement. May Allah grants you a long and healthy life - Amen. 🙏

    @jubayer1971@jubayer19712 жыл бұрын
    • Compared to most Indian teachers, yeah his way of speaking is refreshing

      @03greedo29@03greedo29 Жыл бұрын
  • Kaushik sir, thank u for amazing video. I see a different perspective now to prepare for an interview. Very helpful.

    @neeraaggarwal0@neeraaggarwal02 жыл бұрын
  • Wow, this is great stuff man. I recently gave an answer in an interview about REST Apis based off an article I read earlier that day , and the interviewer was very confused. Turns out, there is a lot of either false or outdated information out there - who knew!

    @OrionKalas@OrionKalas2 жыл бұрын
  • Bro, thanks for all your videos. Everytime I need to learn something new I search for it on your channel first. Could you make a Spring Kafka course, please?

    @_estebn@_estebn3 жыл бұрын
  • few more cents you forgot to mention: 6) Discuss uses of reports and dashboards in the environment of Microservices CPU, memory, requests counts, errors - debugging P1 issues. 8) What are the challenges faced while using Microservices? * e2e testing * transactionality * communication via network - more expertise on different protocols (http, rest, queuing tech., ...) * potential distributed monolith (which has disadvantages of both microservices and the monolith) about skilled proffesionals - it's easier to hire and manage group of java developers instead of java+python+c# in a single company 10) Tell me the name of some famous companies which are using Microservice architecture not everybody. Constraints environments obviously not (automotive) besides that great video

    @krzmi@krzmi3 жыл бұрын
  • Awesome explanation. On a lighter note, I really enjoyed how you were surprised at that explanation, and so do I. But you did as usual great job explaining all questions.

    @digbijoydas466@digbijoydas46610 ай бұрын
  • Thank you for posting sir, we are addicted to your explination.

    @vijay517501@vijay5175013 жыл бұрын
    • same

      @dhl4102@dhl41022 жыл бұрын
    • True, i never though anything like this would be my pass time.

      @debayanroy5434@debayanroy54342 жыл бұрын
  • What a great explanation for each of the answer with proper reasoning.And now i understood, when i go through Interview Questions, my most of the answers were incorrect...because, the funniest bits were displayed on the screen... looks like somebody just rolled on the screen to say something, instead of keeping numb.

    @BhupinderSingh-zu8cs@BhupinderSingh-zu8cs Жыл бұрын
  • Great introductory video for the Microservices novice. Thank you

    @domingos_m@domingos_m3 жыл бұрын
  • We need more content like this ❤️

    @RDBeats420@RDBeats4203 жыл бұрын
  • Kaushik.. As always, pls take a bow once again for your wonderful explanation!

    @RDSRao@RDSRao3 жыл бұрын
  • 8:56 Fault isolation - In case a service crashes or hardware failure happens in the infrastructure of a service, other services will continue to run. However in the case of monolithic, as everything is running in central infrastructure, hardware failure or crashes will impact multiple services.

    @dev-skills@dev-skills2 жыл бұрын
  • Liked the video just by reading the title!! Thanks for doing this video.. I am appearing for the interview these days.. this video was helpful 🤗🤗

    @aishwaryagupta7372@aishwaryagupta73723 жыл бұрын
  • Thankyou so much for your explanation they are far easier to understand and are very informative about what they will be looking for

    @snehabharti491@snehabharti4913 жыл бұрын
  • you're amazing man andI love all your playlist. if possible can you make a playlist for connecting no sql data base with spring boot. or creating an application that connects with dynamodb/s3. or commonly faced database issues when we have millions of records where application performs read and write operations.

    @poornas1497@poornas14973 жыл бұрын
  • I have been downloading your videos and gaining awesome knowledge in the field of Java Engineering

    @mohammedshabbirahmed976@mohammedshabbirahmed9763 жыл бұрын
  • Great answers :) thanks for this video. It gave me an idea how can I handle my interview!

    @perihanhill4397@perihanhill43973 жыл бұрын
  • These questions sites really screw you up if you are a beginner. Thanks for frankly pointing it out and confirming I m not the only one with these thoughts 😀.

    @mrudulaization@mrudulaization2 жыл бұрын
  • Thanks Kaushik 🌸☀️. Love your teaching style

    @VinayKumar-vb2go@VinayKumar-vb2go3 жыл бұрын
  • A microservice going down usually does fully bring down the larger system, if not specific APIs/functionality has zero chance of working. That cannot be avoided. The difference from a monolith is if a single microservice has an OOM error, only that service goes down and the others will recieve faults/errors from that service. Even if you had to read logs, it's easy to track down. But with mature monitoring dashboards, it should be trivial to see which microservice is having an issue that absolutely manifest in another component that depends on it. Monolith is probably considered slower to deploy in cases where you need to ensure deployment to staggered multiple hosts is safe, and if that deployment has to be rolled back it still has to be safe. Backwards compatibility with roll-back safety still non-trivial with microservices as well but the separation through APIs makes it easier to understand the limited ways things can go wrong -- assuming you don't have some other problems hidden within the microservices implementation. I'm glad I watched this video. I am confidently understanding what the industry buzzwords are. I pretty much had the same answer where I knew, or could infer what the question was talking about.

    @EbonySeraphim@EbonySeraphim8 ай бұрын
  • Thanks for the explanations, this was a really helpful video, congratulations!!

    @juancespedes2199@juancespedes21993 жыл бұрын
  • Please do with another set of questions. Loved it.

    @sudipta_samanta@sudipta_samanta3 жыл бұрын
  • Really Liked the explaination Sir. Thanks for this really informative video.

    @prakhar992@prakhar9923 жыл бұрын
  • Thank you so much for your videos. I have a question about the Reactive programming in Java, do you think is it going to be the future of programing? And if you can, can you please make tutorials about reactive programming in Spring boot - java? Thanks

    @nesreenmohd665@nesreenmohd6653 жыл бұрын
  • Thanks a lot for this Kaushik.. You seriously don't know how much it helps us..!!!

    @vinodkumarmurugesan3589@vinodkumarmurugesan35893 жыл бұрын
  • Hi JavaBrain Guy, ur video is great, can u please make a video answering below questions : 1) When do we need event-store in micro-service architecture? 2) Microservice metrices? 3) Can we use Kafka as a event-store? Best event-store. Best way to publish events 4) What security method use to restrict sharing services across services ? 5) Can we externalize API-Gateway ? 6) Maintaining object-state in microservice 7) Transanction management and rollback scenerios in microservices 8) Notifying client if producer api version changed . 9) Weak-schema implementation need and use?

    @aaqibhamdule73@aaqibhamdule73 Жыл бұрын
  • 31:45 :) answer to question 19 semantic monitoring.. you are too good kaushik :)

    @alokrm@alokrm3 жыл бұрын
  • Thanks allot Koushik for the detailed explanations. 👍

    @Musiclover-dx5cs@Musiclover-dx5cs3 жыл бұрын
  • The answer for "what is spring cloud" was exactly the same answer as I used to write in my college semester exams which was the result of one night study. Just few technical terms and form a sentence and u r done :D

    @rohiniyadav5736@rohiniyadav57363 жыл бұрын
    • :)

      @sadiqshah2199@sadiqshah21992 жыл бұрын
  • I had a good laugh watching this!! Cant thank you enough for everything that you do!

    @himanair7347@himanair73472 жыл бұрын
  • I'll be happy to see k8s and docker courses from you! Will get all access pass if so!

    @eyeleen13@eyeleen133 жыл бұрын
  • First of all, thanks for sharing your knowledge. The content here is always great. I've noticed that most of the time you refer to microservice in a synchronous style (rest api calls). What about asynchronous (event driven and message based)? I would appreciate some of your thoughts on it. Thanks!

    @MrMurilocarlos@MrMurilocarlos3 жыл бұрын
    • For Asynchronous style microservices, Aka framework is better choice.

      @swapnilkadam7957@swapnilkadam79572 жыл бұрын
  • As always... Awesome content Koushik... I would love to see you provide some tips around interviews where candidates are generally asked to do pair programming and do code reviews over some dummy spring-based enterprise applications.

    @philomath20@philomath203 жыл бұрын
  • We would love to have more videos of this sort (interview questions on various topics)

    @priyankabhale9679@priyankabhale96793 жыл бұрын
    • Hi Priyanka, please check #careerstalk. All possible 1000 questions and answers at same place asked during TCS, IBM, HCL interview Includes Spring, Hibernate, Microservices, GIT, Maven, JSP, AWS please check out #careerstalk All the best for your interview !!

      @CareersTalk@CareersTalk3 жыл бұрын
    • @@CareersTalk oboobibobobobib

      @saravananm7463@saravananm74633 жыл бұрын
    • @@CareersTalk i ib b biv ib ib Ii i I i. Ib. I ibi b i ib vb bb

      @saravananm7463@saravananm74633 жыл бұрын
    • Knikkinn🙏n🙏ibioiknkio🙏. O nikkko

      @saravananm7463@saravananm74633 жыл бұрын
    • K o no🙏no. I🙏 🙏. Ok onknknkkkkkn

      @saravananm7463@saravananm74633 жыл бұрын
  • Appreciate your time and effort for this. Very valuable video.

    @bahmani00@bahmani003 жыл бұрын
  • Big fan of your videos, truely best channel for developer. Waiting for your video from long time. Please make some videos on Kubernetes, I think a lot of developer really required this topic.

    @abhishekverma5928@abhishekverma59283 жыл бұрын
  • This is why there is trust issues with the education system/study materials/resources of the country like Nepal, India where teachers has no industry expertise. So, their answers always confuses the students which results in the lack of confidence in the students. Always big fan of Koushik sir. Lots of love from Nepal.

    @ernepal8436@ernepal8436 Жыл бұрын
  • Great work..but expectations are high from you and looking for more scenarios and practical-based questions related to microservices.

    @anubhavjain5463@anubhavjain54633 жыл бұрын
  • I used to visit a lot that page when i was working as Testing/QA. This video broke my heart.

    @franzalexanderyepezhinostr8653@franzalexanderyepezhinostr86532 жыл бұрын
  • Throughout this video, i was laughing out loud after reading answers and watching your reaction to answers :>

    @vishalgupta9156@vishalgupta91563 жыл бұрын
    • For more, you may check out kzhead.info/sun/eth8gqynhmWJiYk/bejne.html

      @interviewforyou7152@interviewforyou71522 жыл бұрын
  • Thanks your answers are helpful. Reactive Extension mostly use is Angular application. But I think if you are some time doing thirdparty call is in Microservice it is use might be...not sure as I'm new to Microservice too. And yes it is asynchronous operation using reactive pattern.

    @user-bb4el8pz3s@user-bb4el8pz3s4 ай бұрын
  • Thank you so much, there are many things I have learned from this video!!

    @saimonldable@saimonldable2 жыл бұрын
  • Wow kaushik u are such an amazing source to learn. U have kept me with Java love u

    @kaleemullahnizamani7436@kaleemullahnizamani74363 жыл бұрын
  • I request you Kaushik sir , please upload more videos. I love your videos.

    @amitbillore9794@amitbillore97943 жыл бұрын
  • Love how you were losing hope on the article and then at 19:35 I just lost it. Good stuff and great video

    @AnsisPlepis@AnsisPlepis11 ай бұрын
  • Thanks a lot Kaushik, great explanation as always .. Can we expect more questions from you please. . What would you ask if you have to interview !?

    @sirishakulkarni4032@sirishakulkarni40323 жыл бұрын
  • Hi, I have a question to ask. Some time ago I was working on a project as a junior Java developer. It was a Java Enterprise Web App which uses Spring and Hibernate. I didn't completely understand the architecture of the project. But it was a multi module maven project and each module was built and deployed as a WAR file separately in the Oracle Web logic 12c. They didn't use docker and I don't know how the modules interact with each other (it might be REST ). My question is: can we consider this type of multi module maven project a Microservice???

    @fullofsh@fullofsh3 жыл бұрын
  • A main advantage of Microservice architecture is the components are not coupled and the changes like adding, modifying and removing new services are easy and less risky.

    @mainakization@mainakization3 жыл бұрын
  • Thanks sir. Explain concepts using fully Technical terminologies instead of long phrases. Thanks 🤓.

    @rolandovillcaarias5112@rolandovillcaarias51122 жыл бұрын
  • love the way you answered these questions. Fun to watch 😂 Hope codeguru update their answers 🤣

    @TarunKumarSaraswat@TarunKumarSaraswat2 жыл бұрын
  • This is what we need post 2020 - technical forums grilling each other 😂 By the way, appreciate the honesty and prompt reactions to call out the garbage answers 👍

    @weekendhoppers@weekendhoppers3 жыл бұрын
  • Monolith vs Microservice: its not about the code-base. Its about 'what gets built and deployed' ultimately. (Even a monolith can have a code base in multiple pieces, but deployed as a single thing.)

    @AkashVermaNITian@AkashVermaNITian3 жыл бұрын
    • true, different codebase goes as small libs and finally deployed in one single monolith application.

      @SathishKumar-mz7fw@SathishKumar-mz7fw3 жыл бұрын
  • 14:10: Monolith applications usually have a common database schema over which you build all your services. In case you need to change the database model you would need to coordinate this change with other teams and there might be changes in multiple services required. Whereas in Microservice you would update the data model and there would be no impact on other services. You only need to honour the existing API contract.

    @dev-skills@dev-skills2 жыл бұрын
  • You can write a book on Java. I am sure the book will be so famous that no other books on java would even get closer to it

    @rajs7454@rajs74543 жыл бұрын
  • Thank you for the explanation and we love your look when the website answer was rubbish...

    @suyashratner6707@suyashratner67072 жыл бұрын
  • A very informative video! I'd go with your answers as well.

    @nortonandreev8844@nortonandreev88442 жыл бұрын
  • this tutorial video is the best stress buster i got in last few months :P

    @ankurbhanot496@ankurbhanot496Ай бұрын
  • Have an interview on Monday..and guess what?? The Guru appears just in time. ❤️

    @debashishdutta5490@debashishdutta54903 жыл бұрын
    • Good luck. I have the same situation ! :)

      @krzysztofg640@krzysztofg6403 жыл бұрын
    • I hope it's not guru99

      @FuzailShaikh@FuzailShaikh3 жыл бұрын
KZhead