Selected| Capgemini java realtime interview 5 years experience. spring boot, Microservices

preview_player
Показать описание
Realtime Interview conducted for Capgemini. Video contains java interview questions for experienced, microservices interview questions for experienced, springboot interview questions, hashmap Interview questions.

Top 10 Tricky core java Interview questions top java interview questions, top java interview questions and answers, top interview questions and answers, top java interview questions for freshers, top 10 java interview questions, tricky java interview questions, tricky java interview questions for experienced, tricky java questions, java tricky interview questions, top 50 java interview questions, top 50 core java interview questions, java interview questions by durga sir, java interview questions for experienced, java interview questions for freshers, java interview questions and answers, java interview questions and answers edureka

#java​ #javaInterviewQuestions​ #JavaInterviewQuestionsandAnswers​​​ #Intellipaat​​​ #JavaInterview​​​ #CoreJavaInterviewQuestions​​​ #JavaInterviewQuestionsandAnswersForExperienced​​​ #JavaTutorial​​​ #JavaProgramming​​​ #JavaTutorialForBeginners​​​

Thanks
Рекомендации по теме
Комментарии
Автор

You can override readObject() & writeObject() methods in child class and throw NotSerializableException() to avoid serializing child class object.

pandusocity
Автор

There is no direct way to prevent sub-class from serialization in java. One possible way by which a programmer can achieve this is by implementing in the subclass and needs to these methods. These methods are executed during serialization and de-serialization, respectively. By overriding these methods, we are just implementing our custom serialization.

ManishTiwari-orzt
Автор

I had a lot of confidence in my Java . After hearing the queries, i now know what I have to master.

nishant
Автор

This time interviewee is Interviewer👌👌

scrppr
Автор

Time complexity of get() method should always be O ( log(n) ).
Even if hashcode() is defaulted to a constant value, then too, pure binary search will happen using just the equals() method. That will be a slower version of O ( log(n) ).
But implementing hascode() will do a much faster version of O ( log(n) ).
The search time will always be proportional to log(n), with hashcode() or without hashcode().

coolfreaks
Автор

Collision happens in your 1st question if you don't override equals.

sagaralot
Автор

Dear, love the way you are helping peoole 🙂

prasanna
Автор

I think now you can help people by taking mock interview. Just a suggestion.
It will help a lot of people who are giving interviews

sanketh
Автор

Capgemini is hiring like hell .. interested people can apply ..criteria 4 yrs minimum exp ..very good scope for java people ..

chinmayabehera
Автор

Super madam
U r interview style is super

babashaik
Автор

You need to remove company name for such mock interview. Listen to what other person talks as you are interrupting him
You are not letting him complete the answer

RealSlimShady-umgf
Автор

Why was this candidate selected? He hardly seems competent.

shashwatkaundinya
Автор

are you serious!! this candidate cant't even speak properly and most of his answers were pathetic and still he got selected?

rohit
Автор

Nice content. What about the consent from both sides if it is a real interview. If it is a mock interview from both sides it is fine. In many channels I have seen they do mock interview by interviewing his/her friend/colleagues.

rabindrakumar
Автор

why we need to override hashcode and equals methods when we used custom object as a key in hashmap?

obireddybandi
Автор

He not sound like five years experienced candidate

d.ramesh
Автор

How you will implement security if it is a node / php based microservice?

rabindrakumar
Автор

Great content! Can we get proper answers for this questions please 🙏

gaurikatare
Автор

Very bad question. 1st question. Searching for a same answer what interviewer knows.

tanumoymajumdar
Автор

If the hashcode returned is same for all objects then the length of list or tree will increase

ankeshkapil