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

Поделиться
HTML-код
  • Опубликовано: 19 окт 2024
  • 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​
    Please Subscribe Channel : / javatechies
    Core Java Interview questions : • Top 10 Core java inter...
    Java Collections Interview questions : • Top 10 Java collection...
    Company wise Java Interview Questions and answers playlist : • Java real time intervi...
    #java
    #java8
    #jpmorgan
    #jpmc
    #interviewquestions
    #technical
    #javainterview
    #microservices Unisys Round 1 : • Unisys Round 1 Java de... Connect us on :
    Telegram: t.me/javatechi...
    Whatsapp: chat.whatsapp....
    Facebook: / kumarlbindal

Комментарии • 100

  • @shankars4281
    @shankars4281 3 года назад +6

    @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.

  • @sapnaverma8881
    @sapnaverma8881 3 года назад +5

    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.

  • @shriiikaant
    @shriiikaant 2 года назад +5

    Good interview. BASICALLY :)

  • @RichaBehera129
    @RichaBehera129 3 года назад +5

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

  • @Mohammedaatif90
    @Mohammedaatif90 2 года назад +7

    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 👍

  • @Athira_Surendran
    @Athira_Surendran 3 года назад +8

    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.

  • @tharunreddy2442
    @tharunreddy2442 2 года назад +2

    Very informative thanks for uploading it

  • @shyamvittal
    @shyamvittal 2 года назад +4

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

  • @alexshavlovsky7922
    @alexshavlovsky7922 3 года назад +6

    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

    • @raghavagarwal6545
      @raghavagarwal6545 2 года назад

      In my Java Dev interview recently, he asked me to write the same SQL query.

    • @praveenreddy9454
      @praveenreddy9454 2 года назад

      nothing wrong to use group by ,we can also use by group by and getting the required output.

  • @Mohammedaatif90
    @Mohammedaatif90 3 года назад +4

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

    • @JavaTechies
      @JavaTechies  3 года назад +1

      Go for it, nothing to scare

  • @vikasrana2239
    @vikasrana2239 3 года назад +8

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

  • @buildleadinnovate24
    @buildleadinnovate24 3 года назад +3

    Thank you :)

  • @sathishr5461
    @sathishr5461 3 года назад +4

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

    • @JavaTechies
      @JavaTechies  3 года назад +2

      Right spring is not thread safe.

  • @SkRafi4ever
    @SkRafi4ever 2 года назад +1

    Thanks for the interview 🙏

  • @Aj-gy9hj
    @Aj-gy9hj 2 года назад +1

    Thanks for the everything you have done

  • @uddeshyapratik7971
    @uddeshyapratik7971 3 года назад +11

    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 .)

    • @UTUBDZ
      @UTUBDZ 2 года назад

      Thank you for the nice contribution !

  • @Mohammedaatif90
    @Mohammedaatif90 3 года назад +6

    @6:29 Not private but public constructor .

    • @ThodaChillMaar
      @ThodaChillMaar 2 года назад

      Yes , she is confused between singleton class😂😂

    • @ASHOKkumar-pj3oj
      @ASHOKkumar-pj3oj 2 года назад

      No bro it is private constructor

    • @Mohammedaatif90
      @Mohammedaatif90 2 года назад

      @@ASHOKkumar-pj3oj She is talking about Immutable. constructor are private in singleton. How will you create object if constructor is private?

  • @steffianusha9444
    @steffianusha9444 3 года назад +1

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

  • @democratcobra
    @democratcobra 3 года назад +1

    Finally Where u r working now @mansi?????

  • @naraharig1625
    @naraharig1625 2 года назад +1

    Really good

  • @sapnaverma8881
    @sapnaverma8881 3 года назад +2

    did you get any offer?

  • @naraharig1625
    @naraharig1625 2 года назад +1

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

  • @RichaBehera129
    @RichaBehera129 3 года назад +2

    Btw how u got the call from tcs .

  • @letsgrabit28
    @letsgrabit28 3 года назад +2

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

    • @JavaTechies
      @JavaTechies  3 года назад +2

      No, we should not create private constructor

    • @krjaishri
      @krjaishri 3 года назад

      Why?

    • @iArpanMishra
      @iArpanMishra 2 года назад +2

      Basically, we just need a parameterized constructor that should initialize all the fields performing a deep copy so that data members can’t be modified with an object reference.

  • @rajshreevani3706
    @rajshreevani3706 2 года назад +2

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

    • @JavaTechies
      @JavaTechies  2 года назад

      Not client specific, it was general. They had low budget so I didn't go ahead

    • @rajshreevani3706
      @rajshreevani3706 2 года назад +1

      @@JavaTechies same happened with me 2 times in a month.total waste of time.

    • @sangeetakumari1468
      @sangeetakumari1468 Год назад

      same happened with me ,Tcs offered so less 50 % lesser than I had other offers,I said no.First they don't give good salary and at that they want weekend to work ,hahaha what a joke! Even if they paid high I wouldn't tolerate overtime and weekend work.I left 1 project because of that,and many others left the company because of that!and respect those people bz they respect themselves,naukar thodi hai!

  • @devopsexpedition4867
    @devopsexpedition4867 3 года назад +1

    What is the CTC offered?How many experience?

  • @koushikpan1320
    @koushikpan1320 Год назад +3

    Who is drilling on wall 🤥

  • @MrMesuraj
    @MrMesuraj Год назад +1

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

    • @JavaTechies
      @JavaTechies  Год назад

      Tcs generally dot his rapid fire kind of round only

  • @ganeshavhad2193
    @ganeshavhad2193 2 года назад +2

    Basically

  • @Multi0111111
    @Multi0111111 3 года назад +5

    I gave an interview with tcs technical and managerial round were taken on same day, they said they would inform for HR round and my status in their career site is evaluation in progress for past 2 weeks, how much time does it take?

    • @meghasharma5906
      @meghasharma5906 3 года назад +2

      Please share the questions asked during the interview

    • @pradeepmuduli1070
      @pradeepmuduli1070 3 года назад +1

      @harshvardhan rathod
      Did you get call for next hr round?

    • @Multi0111111
      @Multi0111111 3 года назад +1

      @@pradeepmuduli1070 yes after 31 days

    • @Multi0111111
      @Multi0111111 3 года назад +2

      @@meghasharma5906 java + spring boot not that tough

    • @steffianusha9444
      @steffianusha9444 3 года назад +1

      Harshavardhan, even I attended the interview . But in hr round they didn't discuss regarding package.. may I know when they will discuss salary stuffs, since you aware of this

  • @mallikarjunaathota2954
    @mallikarjunaathota2954 3 года назад +2

    My TCS interview done. They told will get back to you with in week..fou you how much time it took for offer?

    • @devopsexpedition4867
      @devopsexpedition4867 3 года назад +1

      Hi. How much time taken to generate offerletter after upload documents?

    • @JavaTechies
      @JavaTechies  3 года назад +1

      Sometimes about 2 weeks

    • @devopsexpedition4867
      @devopsexpedition4867 3 года назад +1

      @@JavaTechiesThanks for the reply. how many experience and what's the CTC offered?

    • @ThodaChillMaar
      @ThodaChillMaar 2 года назад +1

      @@devopsexpedition4867 20-25 lpa maangle experience sab bakwas baatein hain , darr mat

    • @urvashisagar998
      @urvashisagar998 2 года назад

      After technical interview how much time it takes to send the result in TCS??

  • @sangeetakumari1468
    @sangeetakumari1468 Год назад +1

    WORKING ON WEEKENDS IS A STRAIGHTAWAY NO FROM MY END! WHAT THE HELL?TO FOREIGNERS THEY WOULD EVEN DARE TO ASK THIS! OVERTIME IS TEH SICK CULTURE OF INDIA WITHOUT BEING PAID FOR OVERTIME! PEOPLE LIKE YOU DON'T OPPOSE THAT'S WHY THESE PEOPLE DARE SO MUCH!IT'S JUST BUSINESS SCAM,daring to ask us to work extra !

    • @JavaTechies
      @JavaTechies  Год назад +1

      Literally no body wants to work on weekends. Something's we need to be ok just in case of emergency

  • @saxena3718
    @saxena3718 3 года назад +3

    what these rattu question man. Not even a single algo or coding ques.

    • @sethuramanramaiah1132
      @sethuramanramaiah1132 3 года назад +3

      True..this is disappointing..people who can mug these questions can simply get in..I personally find product based companies concentrates more on algorithms and push us to our limit of thinking capability..these service based interviews are all about mug and vomit..nothing more

  • @ashokkarnati3644
    @ashokkarnati3644 3 года назад +1

    all videos same person

  • @vigneshpandian2704
    @vigneshpandian2704 3 года назад +1

    This interview is for how many years of experience?

  • @AbhishekRaina
    @AbhishekRaina 3 года назад +2

    Did you clear this interview ?

  • @ironcommander01
    @ironcommander01 3 года назад +3

    This is a fake interview........ ALL the questions are SAME from the HCL INTERVIEW VIDEO. I THOUGHT I WILL BE LEARNING something new but... Everybody is running behind views only.

    • @JavaTechies
      @JavaTechies  3 года назад +6

      No body takes all the rounds together right ?? If we wanted to do videos just for views we could have created 3 videos separately instead of one. Questions are same because 70% questions are same in these same level companies. This is an original recorded interview. If you still doubt, I can't help.

    • @JavaTechies
      @JavaTechies  3 года назад +4

      And one more thing, watch this video complete, it has 4,5 people involved in taking different interviews. Don't you think that's too much headache to make such fake videos for just few views.

    • @ironcommander01
      @ironcommander01 3 года назад +1

      @@JavaTechies how can the ques order be same???

    • @JavaTechies
      @JavaTechies  3 года назад +4

      Hey, listen
      I didn't check any video is having same questions or same order. I just Posted whatever came in my way. I have lots of points to prove that its original like mail, Interview invite and everything for all my videos but that doesn't make sense. So there is no point in any such discussion. If you like it then it's good if you didn't like it then simply skip it, you can hear other videos from our channel. But be assured, all are original.

    • @ironcommander01
      @ironcommander01 3 года назад +1

      I just can’t say about all the other videos on this channel but the HCL & TCS video is 90% same.

  • @vaishnavivinay5914
    @vaishnavivinay5914 3 года назад +2

    Hi ! How many rounds were there in total?