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

Поділитися
Вставка
  • Опубліковано 19 лис 2024

КОМЕНТАРІ • 134

  • @pandu4socity
    @pandu4socity 3 роки тому +19

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

    • @praveenreddy9454
      @praveenreddy9454 3 роки тому +5

      Serializable is marker interface it doesn't contain any methods,why do we need to override read and write objects methods in child class? Is it make sense

    • @sachinsarwadnya156
      @sachinsarwadnya156 3 роки тому +3

      @@praveenreddy9454
      That is called as custimezed serialization so by implementation of this methods we are taking the responsibility on our own shoulder at start of this cenima we need call defaultserilization

    • @talog4102
      @talog4102 2 роки тому +2

      @@sachinsarwadnya156 Durgasoft

    • @sachinsarwadnya156
      @sachinsarwadnya156 2 роки тому +1

      @@talog4102 did not get you

  • @nishant2242
    @nishant2242 2 роки тому +6

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

  • @ManishTiwari-or8zt
    @ManishTiwari-or8zt 2 роки тому +4

    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 the writeObject() and readObject() methods in the subclass and needs to throw NotSerializableException from these methods. These methods are executed during serialization and de-serialization, respectively. By overriding these methods, we are just implementing our custom serialization.

  • @sagaralot1029
    @sagaralot1029 3 роки тому +12

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

    • @Dreamykids1
      @Dreamykids1 Рік тому +1

      Default equals compares if objecs are same, they should share same memory. If we create a new key object and try to get a value we wont get any. So need to override equals as well.

  • @coolfreaks68
    @coolfreaks68 3 роки тому +9

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

    • @yogeshkumargupta265
      @yogeshkumargupta265 2 роки тому +2

      To get a O(logN) complexity for same hashcode, it means the list should be ordered, which means the value in hashmap should implement comparable, which is incorrect assumption. Value can be any object in hashmap and need not be a comparable object, Hence the list may not be orderer always. Hence O(N) complexity and not O(LogN).

    • @swagatpatra2139
      @swagatpatra2139 Рік тому

      @@yogeshkumargupta265 it is stored in the form of a BST, so logn

    • @yogeshkumargupta265
      @yogeshkumargupta265 Рік тому

      Even BST is sorted 😊

  • @scrppr8270
    @scrppr8270 3 роки тому +16

    This time interviewee is Interviewer👌👌

  • @prasanna6754
    @prasanna6754 3 роки тому +6

    Dear ,love the way you are helping peoole 🙂

  • @iccherherbarium9688
    @iccherherbarium9688 Рік тому +6

    Respect for the interviewer🙏🙏

  • @sanketh768
    @sanketh768 3 роки тому +7

    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

  • @babashaik6592
    @babashaik6592 3 роки тому +2

    Super madam
    U r interview style is super

  • @chinmayabehera1452
    @chinmayabehera1452 3 роки тому +5

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

    • @shailesh5349
      @shailesh5349 3 роки тому +1

      What is the average package for 2 years experienced java full stack developer?

    • @JavaTechies
      @JavaTechies  3 роки тому +1

      There is nothing like average, depends on current CTC, notice period and company

  • @tanumoymajumdar874
    @tanumoymajumdar874 3 роки тому +3

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

  • @Praveenragav
    @Praveenragav 2 роки тому +3

    Copyonwritearraylist is thread safe

  • @obireddybandi613
    @obireddybandi613 3 роки тому +1

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

  • @ChandanKumar-gm9nq
    @ChandanKumar-gm9nq Місяць тому

    Good Question and Answers

  • @rabindrakumar949
    @rabindrakumar949 3 роки тому +2

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

  • @shashwatkaundinya6035
    @shashwatkaundinya6035 3 роки тому +3

    Why was this candidate selected? He hardly seems competent.

  • @rabindrakumar949
    @rabindrakumar949 3 роки тому +13

    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.

    • @interviewforyou7152
      @interviewforyou7152 3 роки тому

      ua-cam.com/video/GtCRHoO3SVQ/v-deo.html
      you may check this as well

  • @ankeshkapil3129
    @ankeshkapil3129 2 роки тому +1

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

  • @VinayKumar-nh4pq
    @VinayKumar-nh4pq 3 роки тому +1

    Can you help me to how can I improve performance of my application. There is lot of association in single entity which takes lot time to fetch data.
    Thanks in advance.

  • @LOVERBOY3760
    @LOVERBOY3760 3 роки тому +6

    Lol no one ask all this question I am continuously giving interview and they ask 70 percentage questions from data structures and few from java and one or two from springboot no one waste 1 hour in java

    • @devendramalviya6029
      @devendramalviya6029 3 роки тому

      Can you please share few questions regarding data structure so that we can prepare accordingly

    • @sethuramanramaiah1132
      @sethuramanramaiah1132 3 роки тому +2

      No bro..what I see is product based companies focus mainly on data structures and algorithms,service based companies is only interested in theory mostly !

  • @NareshKumarD107
    @NareshKumarD107 3 роки тому +1

    Thank you

  • @dp-sg8hc
    @dp-sg8hc 3 роки тому +3

    thanks for uploading valuable interview experience. Finally which company you are going to join?

  • @RiteshKumar-tx1gn
    @RiteshKumar-tx1gn 3 роки тому +3

    One more thing bro ,we can use kubernetes or docker swarm for docker scaling

    • @JavaTechies
      @JavaTechies  3 роки тому +2

      Yes. Correct and just to add through kubernetes we can simply scale the replicas by providing the number of replicas in kubectl scale deployment --replicas command at runtime

    • @sohel_naikawadi
      @sohel_naikawadi 2 роки тому +1

      @@JavaTechies better to use HPS instead for truely dynamic scaling.

  • @crazyexperiments7172
    @crazyexperiments7172 2 роки тому +1

    Where u r currently working mansi??

  • @prasannayadav8472
    @prasannayadav8472 3 роки тому +3

    Please make a video on hibernate interview questions

  • @rohit141996
    @rohit141996 11 місяців тому +1

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

  • @d.ramesh1224
    @d.ramesh1224 Рік тому +1

    He not sound like five years experienced candidate

  • @RealSlimShady-um6gf
    @RealSlimShady-um6gf Рік тому +1

    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

    • @JavaTechies
      @JavaTechies  Рік тому

      Yeah, everybody learns from mistakes only. Thanks for your feedback

  • @gaurikatare6878
    @gaurikatare6878 Рік тому +2

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

    • @JavaTechies
      @JavaTechies  Рік тому

      If you will ask that question i can help you with proper answer in reply to your comment

  • @dude211090
    @dude211090 3 роки тому +1

    2:09 hash collision

  • @NikhilKumar176
    @NikhilKumar176 3 роки тому +9

    My CTC is 10lpa (6years experienced, currently working with microservices springBoot, kafka). I am holding an offer of 18(16 fixed +12%variable) . Do you think capgemini will offer me 20?
    Please clarify. How much can I expect

    • @kesiddijanireddy1237
      @kesiddijanireddy1237 3 роки тому +2

      22

    • @rexsam3134
      @rexsam3134 2 роки тому +1

      Any company will offer you on your current CTC. However you can tell them that you are reconsidering the offer of 20L and expecting more. If you prove in your interview you will get possibly more

    • @NikhilKumar176
      @NikhilKumar176 2 роки тому +5

      @@rexsam3134 Update on my comment: I switched few months back and currently earning way more than what i was looking for!
      One thing is sure get multiple offers and negotiate well on counter offer to get the most!

    • @rexsam3134
      @rexsam3134 2 роки тому +1

      @@NikhilKumar176 yes that's how the IT market works. But in some companies the appraisal sucks and after 1 year plus Max increment is 5 to 8 %

  • @RiteshKumar-tx1gn
    @RiteshKumar-tx1gn 3 роки тому +1

    Bro ,there would be bean conflict on interface ,for that we have to use @qualifier annotation for mentioning which class bean ,u have to use for that interface .

  • @rushabhajmera7046
    @rushabhajmera7046 3 роки тому +1

    Yes correct . Now interviewee became such a pro that she ll be on the opposite side 😀

  • @akshaychhetry4290
    @akshaychhetry4290 Рік тому +1

    I don't think he answered most questions properly...wasn't the best from his side ....was he selected ?

  • @shaananshu9828
    @shaananshu9828 3 роки тому +2

    I interviewed for Capgemini this Saturday...got good feedback from interview but did not get any call or mail from hr regarding the result..do they give results the same day or should I wait till next week? Any idea anyone?

    • @JavaTechies
      @JavaTechies  3 роки тому +1

      If positive expect response by Monday otherwise they might not even reply.

    • @shaananshu9828
      @shaananshu9828 3 роки тому +1

      @@JavaTechies Alright. Thanks!!

    • @ramyaavilala5157
      @ramyaavilala5157 3 роки тому +1

      @@shaananshu9828 after how many days of hr have u got LOI??

    • @shaananshu9828
      @shaananshu9828 3 роки тому

      @@ramyaavilala5157 I got a mail 2 days back that I have cleared all rounds and they need some information to process my candidature further. After that I have not received any call or offer letter.

    • @ramyaavilala5157
      @ramyaavilala5157 3 роки тому

      @@shaananshu9828 ok

  • @hiteshupreti4250
    @hiteshupreti4250 3 роки тому +3

    None of your interview videos helped me .. realtime interview is more practical rather than theoretical

    • @JavaTechies
      @JavaTechies  3 роки тому +2

      Ok, it can be a case that it didn't help you, but these are realtime only.

  • @reenarawat18122
    @reenarawat18122 Рік тому +1

    The voice of this interviewer is same as one of the interviewer in one interviews of java techies … looks this is scripted !

  • @welcome2sumit
    @welcome2sumit 3 роки тому +1

    How much Capgemini offers to 5years with Microservices experience?

  • @Praveenragav
    @Praveenragav 2 роки тому +1

    Object class equals method

  • @sapnaverma8881
    @sapnaverma8881 3 роки тому +2

    Now table turns n u r taking interview wow 👍👍but no one is asking interview like that, not sure what to do😔 theory practical n lots of knowledge still no luck !!! share some preparation site link or pdf of consolidate ques

    • @JavaTechies
      @JavaTechies  3 роки тому +7

      Listen to real Interview, write questions, speak answers , record and practice. That's enough. All companies ask almost same questions just twisting it their way.

  • @muralikommuru5992
    @muralikommuru5992 3 роки тому +1

    But you were in Altran or Cisco something right? Then how you are taking interview at Capgemini?

    • @shaananshu9828
      @shaananshu9828 3 роки тому +1

      Altran was acquired by Capgemini recently!

  • @refreshjavabysaikaruturi
    @refreshjavabysaikaruturi 3 роки тому +1

    Nice vedio

  • @jasper5016
    @jasper5016 2 роки тому +2

    That was difficult.

  • @niharikasuthar3554
    @niharikasuthar3554 3 роки тому +1

    How long does Capgemini takes to release the offer letter? I interviewed almost 15 days back and submitted my documents a week ago?

  • @manusimritiparbhakar2473
    @manusimritiparbhakar2473 2 роки тому +1

    How this dude got selected.

  • @prathyushayarnagula2224
    @prathyushayarnagula2224 2 роки тому +1

    My interview got done yesterday and it took almost 1hr 10 mins to end ...what can I expect ?

  • @aakashkhatavkar7877
    @aakashkhatavkar7877 3 роки тому +1

    What was your salary expectation for 5years having microservice experience?

    • @JavaTechies
      @JavaTechies  3 роки тому

      40-60% on current package, if holding and offer than 10-20% over that works perfect.

    • @kapil.bhardwajUrvi
      @kapil.bhardwajUrvi 3 роки тому +1

      @@JavaTechies and whats for someone who has more than 10 years of experience......

  • @GandharvaArmy
    @GandharvaArmy 3 роки тому +6

    I would expect a lot more from someone who has "5-years of experience". Almost all the answers are being answered like a junior dev with like a year of experience. Please don't use this as reference for senior dev interview prep. This is mid-level at best.

  • @aditipai7289
    @aditipai7289 3 роки тому +1

    You have asked good questions. But i see many things he was not aware of. Was he selected?

    • @JavaTechies
      @JavaTechies  3 роки тому

      Yes

    • @aditipai7289
      @aditipai7289 3 роки тому +1

      @@JavaTechies ok. Anyway good job you uploaded so many interviews, its very helpful

  • @pravinwalunj6796
    @pravinwalunj6796 2 роки тому +1

    Banda select nai hoga ye...need to study more. Questions were nice. Easy to Medium difficulty level. Nice interviewer.

  • @rexsam3134
    @rexsam3134 2 роки тому +1

    1. This looks like a basic interview for a 1 to 2 year experienced developer
    2. Answers are not given as per the question asked and you are interrupting the interviewee many times.
    3. Few Questions asked are not clear on what you are asking.

  • @chakra531
    @chakra531 2 роки тому

    can someone explain the first question, it isnt clear.

    • @JavaTechies
      @JavaTechies  2 роки тому

      Can you please ask the question Directly, i will answer here

  • @aniketbo9268
    @aniketbo9268 3 роки тому +1

    how many technical rounds does capgemini take?

  • @praveenbiradar1643
    @praveenbiradar1643 3 роки тому +6

    Tried Answering few questions
    One of the Class loader is foreName() method of class Class
    Also to make child class non serializable we need to implement writeObject() and readObject() methods and make them through NotSerializable exception
    Normal steam is used to read the list of objects if the count of objects are less, but if you have millions of records to read reading from DB maybe then we should use Parallel streams
    About the diamond problem, actually when implementation class implements two interfaces having default methods, at the compile time only we get the error saying
    " we need to override atleast one method"

  • @sanketh768
    @sanketh768 3 роки тому +1

    Just curious did you shortlist this guy for next round? Since now you have the authority to do so

  • @TEJ766
    @TEJ766 3 роки тому +1

    You joined Capgemini..?

    • @JavaTechies
      @JavaTechies  3 роки тому +2

      No. My organization has been acquired by Capgemini

  • @cricsinghvlogz
    @cricsinghvlogz 3 роки тому +1

    How to apply in capgemini?

    • @JavaTechies
      @JavaTechies  3 роки тому

      Naukri is the best

    • @sanketh768
      @sanketh768 3 роки тому

      @@JavaTechies did you take premium services from Naukri? Just today I got to know that Naukri is offering premium services so just wanted to know if you availed the paid services

    • @cricsinghvlogz
      @cricsinghvlogz 3 роки тому +2

      can you do us a favour? whatever ques are there in the interview can you put that in your description of the video

  • @harshwardhanshetty4683
    @harshwardhanshetty4683 2 роки тому

    this is mock interview ?