It definitely helps a lot, expecting the questions on real time production scenarios, Please do a session o design patterns, data structures and micro services as well.
This video could not get any better than this....well there might be more than what I expect in future... but for current time, masterpiece. This completely feels like podcast of programming interview....
Thank a lot Abhilash. I have watched all your videos on mock interviews. And it has helped me a lot. I am planning to watch your other videos on java soon. Your explaination is simple and very clear.
wonderful interview... I learned so many things, and I will request you take this type of interview so that we can get more knowledge from you😀. Happy learning, thank you so much
Thank you Abhilash for this video. Liking and following interview series videos. Can we have a video for spring boot and also micro services related interview questions.
My pleasure, Neha. Sure, watch the next part of this video which has the microservices, spring Boot and coding challenge. We have few more mock scheduled which will also cover more spring Boot and microservices questions.
Thank you so much for constantly giving us depth knowledge about java. No doubt it helps a lot. Again I thank you for your free content. Love from Odisha ❤️💐
Anna please please kindly make videos for spring boot like how do you made for spring mvc and spring core. By using spring data jpa. If possible please kindly make videos on spring cloud also anna. Please this is a humble request. I saw your spring core videos. I've never seen anyone teaching in such an elegant manner in youtube and udemy. Thank you
Hi Abhilash, Quick question. As you describe when we use session.load(Song.class, 1) will not hit the DB till we do something on the proxy object but when we use session.load(Song.class, 1000) which the id 1000 does not exist in the DB, gives ObjectNotFOundExtiontpon, so my question is how does the hibernate know that the id 1000 is not existing in the DB without querying the DB as soon as the session.load(Song.class, 1000) line is get executed?. (does persistence context keep all the id maps or something) Thank you for the video :)
Really useful content for everyone. Also please make the Design pattern and data structure videos if possible. bcoz I wonder when u talked abt the load method (Proxy pattern). So if u explain the DS and Design pattern that will help us pretty much. Anyhow thanks for ur effort.
Thank you Abhilash & yesh. Its nice and useful session but people will understand more clearly Abhilash if you repeat the explanation of answer since you provide more authentic explanation. Anyway thank you so much 🙂
Thanks a lot for the videos!! I have more than 5 years in the industry. But refreshing everything at one go and in a very interesting way!! I would like to see you pose questions on multi threading like futures or executors and real world scenarios. That would be incredible. FYI I have recommended your channel for all my juniors/friends in my company, you might be getting a few subscribers soon 😉. Cheers!
Your interview series is damn good and it helps a lot. Expecting many mock interview sessions like this. Early waiting for Spring boot and microservcies interview session
Quick Question: After executing a query, the data fetched from database will be present in cache. After that in database if some of the entries are deleted and we are using same query again. So, this time data will be fetched from cache area then i will be getting deleted entries also from cache which is not correct. In this scenario how can i get the exact data from database. Can you please suggest?
Thanks a lot for another mock Abhilash. I attended few interviews recently. I came across few questions on which I need your help. 1. How can we call multiple Rest APIs using one call? 2. Currently maximum application is in monolith architecture. How will you break your monolith architecture to Microservice architecture? Please help us with these concepts. Thanks in advance
Hi Sagar ! I have added few answers in the appendix section (find those in the video end). Rest of the answers are perfect !!you can go with our discussion. Also don't forget to do some research so that you can add more points.
It definitely helps a lot, expecting the questions on real time production scenarios, Please do a session o design patterns, data structures and micro services as well.
I am preparing for the interviews these days, and your these 2 videos (mock interviews) just helped a lot. thanks Abhilash.
I am writing this comment even before watching the content that Its going to be a quality content.
Thank you, it reminds all the concepts in one go. Very Good for last day interview preparation and also good to help to core concepts.
My pleasure, Parth !
@@SeleniumExpress Could it possible to cover Java design patterns in coming mock interview rounds?
You are just a day late, Abhilash. I was asked maximum questions out of these 20 yesterday. The animations are just awesome. Just WOW!
Thank you 😊
This video could not get any better than this....well there might be more than what I expect in future... but for current time, masterpiece. This completely feels like podcast of programming interview....
I have started preparing for interview. After watching this video, I am feeling confident in Hibernate QAs. Thanks for this awesome video.
Thank a lot Abhilash. I have watched all your videos on mock interviews. And it has helped me a lot. I am planning to watch your other videos on java soon. Your explaination is simple and very clear.
I will make sure to share this amazing video,it takes so much effort to make such a long video with such detailing..Kudos keep it up.
How come i missed your videos till now..You are just awesome..
wonderful interview... I learned so many things, and I will request you take this type of interview so that we can get more knowledge from you😀. Happy learning, thank you so much
Nice n helpful video...keep it up Abhilash..nice work.
Thank you, Supriya !!
Please continue this series and it was more informative and interactive.
Thank you so much Abhilash for these mocks. :)
My pleasure, Prakhar !
GOD of all the hibernate content present on youtube !
cleared couple of doubt for jpa-jdbc-hibernate watching this . Thanks.
you are a amazing teacher, your interviews are so good. Thank you from Argentina
Thank you Abhilash for this video. Liking and following interview series videos. Can we have a video for spring boot and also micro services related interview questions.
My pleasure, Neha.
Sure, watch the next part of this video which has the microservices, spring Boot and coding challenge.
We have few more mock scheduled which will also cover more spring Boot and microservices questions.
@@SeleniumExpress definitely sir. Thank you.
Thank you so much for constantly giving us depth knowledge about java. No doubt it helps a lot. Again I thank you for your free content. Love from Odisha ❤️💐
Thanks too much. That's a lot to me. Your graphical expressions are marvelous!!
Veri useful and very detailed discussion
Simply great. It covers good amount of basic idea of hibernate and connection pool.
This is too much informative...Great
Thank you so much for constantly giving us depth knowledge about java. Love from Mumbai❤💐
Amazing question 😊 loved the whole mock session and learned a lotttt
Keep it up..will be great if you can add java 8 memory model interview questions
Anna please please kindly make videos for spring boot like how do you made for spring mvc and spring core. By using spring data jpa. If possible please kindly make videos on spring cloud also anna. Please this is a humble request.
I saw your spring core videos. I've never seen anyone teaching in such an elegant manner in youtube and udemy. Thank you
Thank you Abhilash..It will really helpful..
Excepting more videos like this..
Looking forward on Java 8 topics
Will do more of these videos, Mohammad. Thanks for suggesting.🙂
Hi Abhilash,
Quick question.
As you describe when we use session.load(Song.class, 1) will not hit the DB till we do something on the proxy object but when we use session.load(Song.class, 1000) which the id 1000 does not exist in the DB, gives ObjectNotFOundExtiontpon, so my question is how does the hibernate know that the id 1000 is not existing in the DB without querying the DB as soon as the session.load(Song.class, 1000) line is get executed?. (does persistence context keep all the id maps or something)
Thank you for the video :)
@RangikaRajathilaka .. it won't throw exception until you try to do something with proxy object ... you can create dummy project to test it.
Thank you for this wonderful series Abhilash ... Please upload more videos like this .
Really useful videos, will recommend on core Java mock interview questions!
Really useful content for everyone. Also please make the Design pattern and data structure videos if possible. bcoz I wonder when u talked abt the load method (Proxy pattern). So if u explain the DS and Design pattern that will help us pretty much. Anyhow thanks for ur effort.
Thanks, Pratheeban !
Check my website next week. I will post a video on proxy design pattern there.
@@SeleniumExpress tq Abhilash... eagerly waiting.
Great Man,, this is excellent,,, damn good..
Thank you so much Abhilash 🙏... really really useful .
Thank you Abhilash & yesh. Its nice and useful session but people will understand more clearly Abhilash if you repeat the explanation of answer since you provide more authentic explanation. Anyway thank you so much 🙂
I hardly like a video on youtube. But you really deserve my Like on these mock interviews and win my Subscription on your channel.
Amazing Mock
Amazing Tutorial, Thank you sir.
Wonderful! I felt my 2 hour was utilized with such a good video…
Thanks a lot for such a wonderful content... Please share more .... Really very helpful 👍👍👍
Great Session. Really helpful
Thanks a lot for the videos!! I have more than 5 years in the industry. But refreshing everything at one go and in a very interesting way!!
I would like to see you pose questions on multi threading like futures or executors and real world scenarios. That would be incredible.
FYI I have recommended your channel for all my juniors/friends in my company, you might be getting a few subscribers soon 😉. Cheers!
Hi abhilash , could you please explain the concept of JPA Criteria API, how to perform full join clause for the criteriaQuery. Thank you.
Hat’s off to u and ur knowledge 👍
Really helpful.. could make more videos on java8,Design Patterns
I don't like coding but after watching your video, I love coding. Thanks you so much.
That makes me feel awesome ! Glad to hear that 😊
I must say Abhilash you are awesome with the way you explain things 👌
Thanks, Smarth !
How are you doing? I remember speaking with you on Facebook, a year ago.😊
@@SeleniumExpress hey Abhilash...i am doing how good about you...yes i remember as well😃
useful video, it helps me alot, can you add an interview sesion for transactional
Thanks brother, valuable classes...keep the spirit..
very useful , Thank you for such videos
Spring data jpa having more features for execution of different types of criterion for data
Bawal interview guruji, Thanks for this ❤️
My pleasure, Saurabh ! Glad that you liked it. ❤️
This was a very wonderful session ...👍
Awesome, very helpful video.
Thanks a lot for another useful mock interview session. Can you please create mock interview on microservives, DB concepts , Design Patterns etc...
Your interview series is damn good and it helps a lot. Expecting many mock interview sessions like this. Early waiting for Spring boot and microservcies interview session
PHD kerna aap n ??
Awesome
The best
Hey Abhilash - where is part 2 for this series ?
Mauj kr di😅 Much needed content.
😅thanks, Akash.Enjoy !!
Very nice thank u ....🙏🏻🙏🏻
JDBC is Abstract API you dont want change completely SQL Queries if Database vendor changes like MYSQL to POSTGRES SQL
Wonderful.
Fantastic interview sir!!!! Please present microservice along with java interview as well
Sure, Sunny ! Will be posting another one in a while.
Hello sir can you share some real time question base on Hibernat and spring boot for interview preparation
you do not need to open and commit transaction for doing a read.
Nice very helpful 👌 thanks bro
Thank you , Abhijit !
Thank you.
I have a bit sad after the watched video. I realized that I can't answer many questions.
Thanks you! . It is very helpful and the way of explanation is awesome. Can you please make video on microservices as well
Glad that it helped, Bala !
Thanks for making this!
wow I just started lerning spring this is scary
Very helpful
Abhilash can you get some mock interviews on java ? Because the last two mocks mostly concentrated on spring and hibernate only
It was more of hibernate concentrated, rather than java?
Quick Question:
After executing a query, the data fetched from database will be present in cache. After that in database if some of the entries are deleted and we are using same query again. So, this time data will be fetched from cache area then i will be getting deleted entries also from cache which is not correct. In this scenario how can i get the exact data from database. Can you please suggest?
It was really helpful..your efforts are much appreciated! Thanks 🙂
Glad that it helped, Navnath 😊
Really helpful 👌
Abhilash bro y don't u add some more graphical pictures to understand more clearly, even though it's clear explain it will help in easy understanding
I Request you please make video s on mojito junit , I think lots of people suffering from junit and mojito in spring and spring boot application.
Sure, Deepak ! I willl try to record some next month. 🙂 Thank you for suggesting.
Thank you Abhilash...
Nice.
Is the part-II never uploaded?🥲
When we will get 2nd part?
I am using Linux OS Ubuntu so where can I get Hibernate jar files for eclipse
Hi Sir, I am not able to find next part of the video .Can you please send me the link..Thanks in advance 😀
Thanks a lot for another mock Abhilash.
I attended few interviews recently. I came across few questions on which I need your help.
1. How can we call multiple Rest APIs using one call?
2. Currently maximum application is in monolith architecture. How will you break your monolith architecture to Microservice architecture?
Please help us with these concepts.
Thanks in advance
Bro do u have udemy courses of any content. Really ur content is blowing. Thanks a lot for giving free fundamental tutorials.
You can check out my courses on my website or mail us at info@seleniumexpress.com
yes really helpful to me.
very helpful thankyou so much
Thanks, Abhishek ! Glad that it helped.
sir can you please make the interview question video which you asked in this mock interview
Hi Sagar ! I have added few answers in the appendix section (find those in the video end). Rest of the answers are perfect !!you can go with our discussion. Also don't forget to do some research so that you can add more points.
@@SeleniumExpress ok thanks
Hi can you please do a mock interview for me as well
nice
can we also use detach() method at the place of evict() method?
session.detach(s);
Hi Ujjawal,
Yes sure ! That will work too.
Thanks for letting us know you have THE AC at room😂.
Try to keep unrelated talk out of the video
❤❤❤
Thank you👏👏👍
Java Hibernate Interview Top 50 Q&A for Success
ruclips.net/video/mCP5Ole-mzk/видео.html
Nice video😃😃😃😃😃
Thank you, Vickram !! 😊
Hikaricp we used also jdbc
Such a useful content.. What salary should I expect as a fresher full stack developer. Btw same skill set as of candidate.
3 lacs is best to ask for, keep interview process on, look for 2nd offer for 4 lacs, 3rd offer for 5 lacs etc.
Ask for 4.25 or even 5.5 if you have the skills
Spring boot.....?
Hi Sridhar ! Spring boot interview questions will be out in the next part.
TQ