Top 25 Microservice Interview Questions Answered - Java Brains

preview_player
Показать описание
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.

#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
Автор

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"

sanjayshukla
Автор

I had an interview. I explained the same way how Kaushik explains to us regarding circuit breaker. They were amazed :D Thanks!

ritugupta
Автор

Started off as Kaushik's interview, but this was Kaushik testing Guru99.

ajinkyadhumal
Автор

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.

bharath
Автор

Your sense of humor is another level 👍🏼. Your reaction to answers were like “who gives those kind of answers”

harshadasinha
Автор

"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.

jamiekhoo
Автор

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!

rohitmanchanda
Автор

Best Content to get regarding Java, I recommend all my friends to follow your content for Java, Thank you sir for Everything.

ranarajan
Автор

His reaction to every stupid answer is epic ! Never thought I'll laugh out so loud while learning about microservices ! 😂

mkSlayer
Автор

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.

chanakyav
Автор

I Can resonate with all that you said.. Seriously if some interviewer refers these, God save the candidate.

blackscreen
Автор

Quickest way to prepare for the interview of microservies. Thanks a lot Kaushik Sir. U r an amazing teacher.

shekharchoudhary
Автор

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. 🙏

oprasongik
Автор

Well done Kaushik, you have literally roasted the blogger. Very well explained each of the points.

akshaytank
Автор

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
Автор

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
Автор

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
Автор

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.

yuxun
Автор

This way of learning technology by reacting to info from the internet becomes one of my favorite! Thank you!

Galaunicorn