Selected || TCS Final round || Java interview Technical and manager round in 1

preview_player
Показать описание
java interview questions
microservices interview questions
spring boot 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

#JavaInterviewQuestionsandAnswers​ #JavaInterviewQuestions​ #Intellipaat​ #JavaInterview​ #CoreJavaInterviewQuestions​ #JavaInterviewQuestionsandAnswersForExperienced​ #JavaTutorial​ #JavaProgramming​ #JavaTutorialForBeginners​

#java
#java8
#jpmorgan
#jpmc
#interviewquestions
#technical
#javainterview
Рекомендации по теме
Комментарии
Автор

Agile Question: If you are not able to complete US in current sprint, its PO and SM call they will take decision and carry over to next sprint to get it closed asap.

sapnaverma
Автор

@16:34 Not just reflection, we can create two objects using serialization/deserialization also. So, we have to override readresolve method and return the same singleton instance from it.

shankars
Автор

What happens if your serializable class contains a member which is not serializable?
It'll throw a NotSerializableException when you try to Serialize it. To avoid that, make that field a transient field.

Athira_Surendran
Автор

It's will be awesome if in description u will give all the questions asked.

RichaBehera
Автор

Just came here to thank you. After watching few videos decided to give interviews. Got selected in few good companies like sapient, Capgemini and a product based company. Thanks 👍

Mohammedaatif
Автор

37:25 why did she ask about if she can use GROUP BY? And he immediately answers "NO!" :) By the way, this problem can be solved without GROUP BY using the following technique: select distinct e.department_name, (select count(*) from Emploee e2 WHERE e2.department_name = e.department_name) from Emploee e

alexshavlovsky
Автор

Why every answer ends with basically 😂😂
.
.
even I do this 😆😆

vikasrana
Автор

Questions are good, but next time pls upload clean and noiseless interviews... its really irritating.

shyamvittal
Автор

Very informative thanks for uploading it

tharunreddy
Автор

Spring bean is not thread safe..you were mentioned that it's a thread safe

sathishr
Автор

@6:29 Not private but public constructor .

Mohammedaatif
Автор

Is Spring Bean Thread Safe?
Correct Answer-


Thread safety is a different context . Singleton spring beans has no relation with thread safety. spring container only manages life-cycle of objects and guaranteed that only one object in spring container. so If an Non thread safe object is injected then obviously it is not thread safe. To make it thread safe you have to handle it by coding.

If it is a web-application, Scope("request") can achieve thread-safety as for each new request it creates a new object or scope("prototype") will do this.(for each invocation it creates new bean .)

uddeshyapratik
Автор

How many coding round? I know all these answer and have same experiance but I am shit scared of interviews. :|

Mohammedaatif
Автор

Thanks for the everything you have done

Aj-gyhj
Автор

spring bean will not thread safety bcoz singleton will focus on creation of objects.

naraharig
Автор

Hi, can you tell me when they discussed regarding package either in HR round or after ??

steffianusha
Автор

What is the CTC offered?How many experience?

devopsexpedition
Автор

If we have private constructor for immutable class then we can't use new keyword.. 😉

letsgrabit
Автор

Looks like Interviewer is also new. Very basic Interview for 5 year experience.

MrMesuraj
Автор

For which client it was? How much offer you got?

rajshreevani