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.
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 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.
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 ❤️💐
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....
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 :)
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.
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!
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?
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
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 Atish ! It will be a song object without data. You can think it as a fake song object as the load will assign a proxy in it. But when you will be using the proxy, the proxy will fetch you an original object filled with data, by making a db call.
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
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.
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?
Nice n helpful video...keep it up Abhilash..nice work.
Thank you, Supriya !!
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
I am preparing for the interviews these days, and your these 2 videos (mock interviews) just helped a lot. thanks Abhilash.
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.
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.
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 😊
I am writing this comment even before watching the content that Its going to be a quality content.
How come i missed your videos till now..You are just awesome..
Thank you so much Abhilash for these mocks. :)
My pleasure, Prakhar !
Amazing question 😊 loved the whole mock session and learned a lotttt
you are a amazing teacher, your interviews are so good. Thank you from Argentina
Thanks too much. That's a lot to me. Your graphical expressions are marvelous!!
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 ❤️💐
This is too much informative...Great
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....
GOD of all the hibernate content present on youtube !
Thank you so much for constantly giving us depth knowledge about java. Love from Mumbai❤💐
Please continue this series and it was more informative and interactive.
Simply great. It covers good amount of basic idea of hibernate and connection pool.
Veri useful and very detailed discussion
cleared couple of doubt for jpa-jdbc-hibernate watching this . Thanks.
Thanks a lot for such a wonderful content... Please share more .... Really very helpful 👍👍👍
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.🙂
I have started preparing for interview. After watching this video, I am feeling confident in Hibernate QAs. Thanks for this awesome video.
Great Man,, this is excellent,,, damn good..
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 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 for this wonderful series Abhilash ... Please upload more videos like this .
Great Session. Really helpful
Amazing Tutorial, Thank you sir.
Thank you so much Abhilash 🙏... really really useful .
This was a very wonderful session ...👍
Wonderful! I felt my 2 hour was utilized with such a good video…
Amazing Mock
Really useful videos, will recommend on core Java mock interview questions!
Mauj kr di😅 Much needed content.
😅thanks, Akash.Enjoy !!
Thanks brother, valuable classes...keep the spirit..
I hardly like a video on youtube. But you really deserve my Like on these mock interviews and win my Subscription on your channel.
Bawal interview guruji, Thanks for this ❤️
My pleasure, Saurabh ! Glad that you liked it. ❤️
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.
very useful , Thank you for such videos
Keep it up..will be great if you can add java 8 memory model interview questions
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 🙂
Very nice thank u ....🙏🏻🙏🏻
Hat’s off to u and ur knowledge 👍
Awesome, very helpful video.
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😃
Spring data jpa having more features for execution of different types of criterion for data
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!
I am using Linux OS Ubuntu so where can I get Hibernate jar files for eclipse
you do not need to open and commit transaction for doing a read.
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?
Is the part-II never uploaded?🥲
Hey Abhilash - where is part 2 for this series ?
It was really helpful..your efforts are much appreciated! Thanks 🙂
Glad that it helped, Navnath 😊
Nice very helpful 👌 thanks bro
Thank you , Abhijit !
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 ??
Very helpful
Hi abhilash , could you please explain the concept of JPA Criteria API, how to perform full join clause for the criteriaQuery. Thank you.
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?
Thanks for making this!
Really helpful.. could make more videos on java8,Design Patterns
Hi Sir, I am not able to find next part of the video .Can you please send me the link..Thanks in advance 😀
Awesome
Thanks a lot for another useful mock interview session. Can you please create mock interview on microservives, DB concepts , Design Patterns etc...
The best
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
Hello sir can you share some real time question base on Hibernat and spring boot for interview preparation
Really helpful 👌
Fantastic interview sir!!!! Please present microservice along with java interview as well
Sure, Sunny ! Will be posting another one in a while.
JDBC is Abstract API you dont want change completely SQL Queries if Database vendor changes like MYSQL to POSTGRES SQL
useful video, it helps me alot, can you add an interview sesion for transactional
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
Wonderful.
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 !
can we also use detach() method at the place of evict() method?
session.detach(s);
Hi Ujjawal,
Yes sure ! That will work too.
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 😊
session is not tread safe , it was vice versa 8:28
Thank you👏👏👍
Should we have to type Hibernate program form scratch in the interview?
Hi Anmol ! I should say no , 90% of times. But you may get MCQ with code write as shown.
The code we typed to make sure everyone are on the same page.
When we will get 2nd part?
Hikaricp we used also jdbc
yes really helpful to me.
very helpful thankyou so much
Thanks, Abhishek ! Glad that it helped.
Abhilash sir.....what is inside proxy object if we call load method
Loading means ..from where it load proxy object if load method Don,t fire SQL queries
Hi Atish !
It will be a song object without data.
You can think it as a fake song object as the load will assign a proxy in it.
But when you will be using the proxy, the proxy will fetch you an original object filled with data, by making a db call.
@@SeleniumExpress got it Abhilash sir....thank u so much
Nice video😃😃😃😃😃
Thank you, Vickram !! 😊
wow I just started lerning spring this is scary
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
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
Nice.
Spring boot.....?
Hi Sridhar ! Spring boot interview questions will be out in the next part.
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
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...
Thanks for letting us know you have THE AC at room😂.
Try to keep unrelated talk out of the video
TQ
Thank you.
I have a bit sad after the watched video. I realized that I can't answer many questions.
nice
Hi can you please do a mock interview for me as well