Capgemini Java Interview | 3 Years | 11 LPA | Selected

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

  • @CHALLENGESTORY
    @CHALLENGESTORY8 ай бұрын

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

  • @pariharmahesh444
    @pariharmahesh4446 ай бұрын

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

  • @saumyajoshi-ym2os
    @saumyajoshi-ym2os9 ай бұрын

    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

    9 ай бұрын

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

  • @rajk8962
    @rajk89623 ай бұрын

    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

  • @bipashapal9703
    @bipashapal97039 ай бұрын

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

  • @cloudtech5260

    @cloudtech5260

    9 ай бұрын

    this interview happened a few days back.

  • @bipashapal9703

    @bipashapal9703

    9 ай бұрын

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

  • @kcha3391
    @kcha33919 ай бұрын

    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

    9 ай бұрын

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

  • @anshumishra9285
    @anshumishra92858 ай бұрын

    Is there any coding round?

  • @cloudtech5260

    @cloudtech5260

    8 ай бұрын

    Yes there was a coding round. 👍

  • @Crenuse4051
    @Crenuse40519 ай бұрын

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

  • @cloudtech5260

    @cloudtech5260

    9 ай бұрын

    Which platforms are you using for finding a job?

  • @Crenuse4051

    @Crenuse4051

    9 ай бұрын

    @@cloudtech5260 noukari and linked In

  • @cloudtech5260

    @cloudtech5260

    9 ай бұрын

    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

    9 ай бұрын

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

  • @apex095
    @apex0959 ай бұрын

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

  • @cloudtech5260

    @cloudtech5260

    9 ай бұрын

    Yes. They are offering. 👍

  • @gaurangshinde4342

    @gaurangshinde4342

    9 ай бұрын

    Yes they Have given me 12 for 3+

  • @Kriti_Agnihotri_Motivation

    @Kriti_Agnihotri_Motivation

    9 ай бұрын

    yes

  • @lidiaabraham6249

    @lidiaabraham6249

    4 ай бұрын

    Is this year salary?