Capgemini Java Interview | 3 Years | 11 LPA | Selected

Поділитися
Вставка
  • Опубліковано 22 вер 2023
  • In this video, we covered the Capgemini Java Interview where the candidate got selected with the package of 11 LPA. The candidate is able to answer majority of questions and successfully cleared the interview.
    Products I use:
    Green Soul Vision Chair: amzn.to/3TcWYLe
    Microphone: amzn.to/46GGjTb
    SSD: amzn.to/49ZYM05
    Mobile: amzn.to/4a5Yp3W

КОМЕНТАРІ • 27

  • @pariharmahesh444
    @pariharmahesh444 6 місяців тому +4

    now i understand why people says that freshers can be more productive/impactfull then the experience ones🙂

  • @CHALLENGESTORY
    @CHALLENGESTORY 8 місяців тому +3

    bro get more such videos like this..Thank you!

  • @saumyajoshi-ym2os
    @saumyajoshi-ym2os 10 місяців тому +1

    Sir in technical interview is there section wise cutoff or overall cutoff? For ex i answered all Springboot questions correctly but couldn't answer any question of database and average answers of core java so will the cutoff decided by overall correct answers or sections wise??

    • @cloudtech5260
      @cloudtech5260  10 місяців тому +1

      You need to clear core java first before the interviewer moves to spring boot. Java is required!!!

  • @bipashapal9703
    @bipashapal9703 10 місяців тому +1

    Is Capgemini hiring experienced candidates now? Is this a recent interview with Capgemini or an old interview?

    • @cloudtech5260
      @cloudtech5260  10 місяців тому

      this interview happened a few days back.

    • @bipashapal9703
      @bipashapal9703 10 місяців тому

      @@cloudtech5260 Thanks for the reply. Can you please mention the position for which this interview happened or any JOB ID ??

  • @rajk8962
    @rajk8962 3 місяці тому +1

    1:57 i used the list Iterator to add an element in the list and it's throwing concurrent modification exception..

    • @ankitchatterjee1147
      @ankitchatterjee1147 3 місяці тому

      List list=new ArrayList();
      list.add(1);
      list.add(2);
      list.add(3);
      ListIterator listIterator= list.listIterator();
      while (listIterator.hasNext())
      {
      if(listIterator.next()==3)
      {
      listIterator.add(4);
      }
      }
      System.out.println(list);
      example code : it wont throw

    • @ankitchatterjee1147
      @ankitchatterjee1147 3 місяці тому

      you have to add the element by iterator not by List. The concurrent modification you are getting .It is thrown by List not by ListIterator.
      Example code : this will throw concurrent modification
      List list1 = new ArrayList();
      list1.add("C");
      list1.add("A");
      list1.add("B");
      ListIterator iterator = list1.listIterator();
      while (iterator.hasNext()) {
      //String element = iterator.next();
      // System.out.println(element);
      if (iterator.next().equals("B")) {
      // Modify the list while iterating
      list1.add("D"); // This will throw ConcurrentModificationException
      }
      }
      System.out.println(list);
      The error *** Exception in thread "main" java.util.ConcurrentModificationException
      at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1013)
      at java.base/java.util.ArrayList$Itr.next(ArrayList.java:967) ---> see this line ****
      at Rough.arraylist.main(arraylist.java:36)
      I hope you understand !!!

    • @sourabhsinghrajpoot2505
      @sourabhsinghrajpoot2505 3 місяці тому

      Why are using listitterator when there is a foreach loop​@@ankitchatterjee1147

    • @rajk8962
      @rajk8962 3 місяці тому

      @@ankitchatterjee1147 thanks for the explanation. Now I got it

  • @kcha3391
    @kcha3391 10 місяців тому +2

    As I can see from the portal, there are openings for only 4+ years of experienced Java Developers. Is there any position available for 3 years experienced candidate?

    • @cloudtech5260
      @cloudtech5260  10 місяців тому

      There are some referral positions also which are not posted on portal.

  • @Crenuse4051
    @Crenuse4051 10 місяців тому

    Bro please tell me how can get you call , i did not receive call seems days!!

    • @cloudtech5260
      @cloudtech5260  10 місяців тому

      Which platforms are you using for finding a job?

    • @Crenuse4051
      @Crenuse4051 10 місяців тому

      @@cloudtech5260 noukari and linked In

    • @cloudtech5260
      @cloudtech5260  10 місяців тому +1

      The market is bit slow, But you can try reaching out to HRs, prepare well so that you grab the first opportunity you get!!

    • @Crenuse4051
      @Crenuse4051 10 місяців тому

      @@cloudtech5260 can tell when market will open like normal , when hiring start in bulk

    • @bikiprasadpradhan2222
      @bikiprasadpradhan2222 8 місяців тому

      ​. When can we expect call as previous year

  • @anshumishra9285
    @anshumishra9285 8 місяців тому

    Is there any coding round?

    • @cloudtech5260
      @cloudtech5260  8 місяців тому

      Yes there was a coding round. 👍

  • @apex095
    @apex095 10 місяців тому

    Are they really offering 11 lakhs for 3 year experienced ??