Java interview questions and answers for experienced | Live Mock | coding interview

preview_player
Показать описание
This Live java mock interview contains variety of interview questions from java, micro services, web services, spring, hibernate and restful web services.

Candidate Info :

Name: Akhil Nibber
Profile : Java Developer
Years Of Experience : 5+
Work Location : Virginia,US
Key skills : Java, Microservices ,, Spring, Restful Webservices ,Hibernate

Watch next mock : (Hibernate / JPA)

Question Timestamp :

00:00:00- Introduction
00:03:12 - Q1. @component vs @service vs @repository
00:04:12 - Q2. What will happen if you will use @service over a DAO?
00:06:40 - Q3.Explain spring Bean Lifecycle
00:16:58 - Q5.Explain the helper class that initializes and destroys the web application context.
00:18:40 - Q6. What are the RestClients you have used in your project?
00:21:19 - Q8. What are the uses of ResponseEntity?
00:22:10 - 09. What should be the delete API method status code?
00:22:20 - Q10. Why should you handle response timeout while calling any API?
00:25:10 - Q11. Explain the differences between Server timeout and Read timeout.
00:25:40 - Q12. What is versioning in Rest? what are the ways that you can use to implement versioning?
00:26:56 - Q13. How does Basic Authentication work in Rest API?
00:30:08 - Q14. Should you use JWT or Session-based authentication in the microservices environment?
00:34:18 - Q15. What is content negotiation?
00:35:31 - Q16. What are the cross-cutting concerns in spring? how do you implement it in microservices architecture?
00:37:12 - Q17. How to create custom validators in spring?

00:38:22 - Q19. How hashmap works internally?
00:32:50 - Q20. List vs Set
00:40:30- Q21. java interview questions coding
00:40:56- Q22. ArrayList Internal coding hands-on questions
00:43:14- Q23. Collection coding interview questions java
00:44:26 - Q24. defining the constructor capacity in Arraylist increases performance?
00:46:00 - Q25. How Arraylist works internally?
00:50:14- Q26. Difference between fail fast/fail safe collections
00:52:16 - Q27. Which types of collections consume more memory; fail-fast or fail-safe?
00:53:03 - Q28. core java coding questions in collection iterator.
01:01:45 - Q30. Questions on ConcurrentModificationException and CopyOnWriteArrayList.
01:04:40 - Q31. Explain the Signleton design pattern. How spring's singleton scope is different then GOF signleton?
01:08:50 - Q32. Give me a code walkthrough on the spring security internal workflow

01:16:14 - Thank you

What will happen if you will use @service over a DAO?

Q1. @component vs @service vs @repository

Q13. How does Basic Authentication work in Rest API?

Q17. How to create custom validators in spring?

Q19. How hashmap works internally?

Q20. List vs Set Vs Vector (in-depth collection interview questions discussion)

Q23. Collection coding interview questions java
Print duplicate occurrences of string in java

Q31. Explain the Signleton design pattern. How spring's singleton scope is different then GOF signleton? (Spring bean scope)

01:08:50 - Q32. Give me a code walkthrough on the spring security internal workflow

#javainterviewquestionsandanswers

Category :
Java interview questions and answers for experienced
spring interview questions
java interview questions coding

Useful playlist :
spring core

spring mvc

spring mvc intermediate

Spring JDBC

spring live project

For more free/paid courses visit

Make sure to join my private Facebook page (Ask me here)
“SeleniumExpress - Support"

Follow me on Insta
Рекомендации по теме
Комментарии
Автор

Perfect. I have given multiple interviews in last few weeks. I came across maximum of the questions which you asked Akhil.
Thanks Abhilash. Keep this good work going.

krishankantagarwal
Автор

This video realised me how much should I need to prepare with my project for the first interview as a Java backend developer. Thank you for this session.

jatinsharma
Автор

This channel is highly underrated. I'm so glad YouTube recommend this today. 🙌

nagamanjunath
Автор

This is my first comment in any video... i actually had to do..This is just an awesome content.. so much technical and relevant for people looking out for a switch.. looking forward to learn more from you.🙂

shilpinandy
Автор

I saw your channel few days back and the content is really amazing, thank you for all your hardwork and keep making these types of videos

aakansha
Автор

Confidence booster video. ❤️.. Couldn't thank u more abhilash. I was down with confidence. Almost all things and concept which u guys discussed, I use in my daily routine, which I can not articulate. This video gave me deep insight about how to answer in interviews.. ✌️

VirajSalokhe
Автор

Im an experienced Software Developer but i needed some practice for an interview and this is by FAR the best video to get fresh again, what a great interaction you both had Abhilash and Akhil. Thanks thanks thanks and im glad that there are so many talented people coding out there.

PapaFranciscoOk
Автор

What a perfect content TYSM both of you guys! Dear Selenium Express please make more videos like this mock interviews if you have time:) Thanks again!

ahmetbcakici
Автор

This is the best best video I have ever seen. You are so clear with the concepts. And this interview cleared most of my confusions asked during an interview. Thanks a lot ! 🤗

codingshinobi
Автор

Excellent videos for technical person. I learned a lot new things from this video. Thanks a lot Abhilash and Akhil for preparing this video.

bkumar
Автор

Top Quality Content,
Thanks a lot, Abhilash and Akhil,
It's been 2years of shooting this, still the go to video to refresh everything.

I would request abhilash to have more of this type of content..

swagatpanda
Автор

What a supportive and friendly interviewer. Glad if we get in real time..

mohammedsardar
Автор

Thanks for making & sharing your views & experience with us. Whole heartedly appreciating all your efforts.

abhijeetpatil
Автор

Gentlemen, I have an interview on Thursday and I am using this to prepare for the interview. I am finding the content very helpful. I hope it helps me pass the interview. I’ll come back with the feedback in a few weeks’ time.

oinohudsonobai
Автор

Regarding the question about "Bearer Tokens" I respectfully need to intervene: the concept of a "Bearer Token" has nothing to do with ownership, it is (as implied by the name) rather about "whoever presents, i.e. bears, this token is allowed to use it". The verb "to bear" means "to carry". So its much rather the opposite of "ownership", which would need to token to be labelled somehow with an identifier of its owner. Thank you.

mikesirpedro
Автор

Perfect video for recall overall on java spring microservices security and hibernate thanks abhilash 👌👌👌

Creativethings
Автор

Really found more deep concept rather than any class and Java video

NDM
Автор

Thanks for sharing with us this interview. It's excellent to review things that we already know and learn new things. Congratulations. You are helping a lot of people.

glaucogoca
Автор

Hi Abhilash, the way you explained list and it's inner logic it was most sensible. As we use lists just like that in coding. Thanks for the info. It will definitely change the way of my coding now .

ramyasudhakonda
Автор

1:03:30 we can also use ListIterator for adding elements while iterating

anuraggoyar