TCS java interview questions and answers | Spring Boot interview questions

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

КОМЕНТАРІ • 61

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

    sorry but both interviewers and candidate are so much confused !!! too much basics questions but not proper way to asked !!! hit like if you agreed

  • @shubhamkumar-gw4vb
    @shubhamkumar-gw4vb 3 роки тому +11

    I'm not sure if it went well for a 6 year exp. Candidate

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

    For this getcurrency() map.put(String,List) is this correct?

  • @lokhandwalamariyam
    @lokhandwalamariyam 3 роки тому +4

    String employee1 ="Radhika", employee2='"kundan"; String employee3= employee1; if(employee3==employee1) { System.out.println("Both references are same");

  • @garvisrobot9274
    @garvisrobot9274 9 місяців тому +1

    Interviewer lacks basic knowledge of scenario creation.

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

    mid section interview got really funny.I don't know wy..employee name1 employee name 2

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

    How much hike tcs gives to 5 yrs experienced java candidate?

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

    4:03 Static can be overload but not overriding, you gave wrong answer there...

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

      Thanks for correction

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

      No he was correct that's method hiding if both parents and child are static..early binding/compile time polymorphism....it's not overriding or overloading

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

      He was right.. it's method hinding

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

    I dont get any calls from LinkedIn all I get is from naukri

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

      calls are lesser from linkedin, you have to broaden linkedin network

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

    Did you got selected?

  • @divyac6571
    @divyac6571 3 роки тому +4

    Thanks very useful...
    How many rounds we have for tcs java interview...
    How long it takes to know whether we got selected or not..?
    Please share telegram group name.. 👍

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

    Hi team,
    Can you share questions for 10year exp microservice

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

    Bro, what question did you ask to the interviewer?

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

      General like techstack they are using and something about project

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

    You can also find some real time interview question here: ua-cam.com/video/KDxpBup-LE4/v-deo.html

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

    Good basic but scenario based qustions !

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

    Hi
    Will this be available in the channel afterwards?

  • @rituparnadeshpande3821
    @rituparnadeshpande3821 3 роки тому +4

    Thanks for sharing these videos. Please If you can briefly give the correct ans to those or atleast share a text with ans to them..

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

      I think there are lots of sources for correct answer, most important thing is you have the questions that you don't know.
      For answers you can ask in our group. We reply with answers

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

      You can join our telegram

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

      @@JavaTechies not completely correct answer when we are take the country as a key and currency as a multiple value then ur reply we can use list but that's partially corect here we can take map

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

    class Student{

    int age;
    String name;

    //parametrized constructot
    //getter
    //setter
    }
    class Employee{

    int age;
    String name;

    //parametrized constructot
    //getter
    //setter
    }
    class ListStudentImpl{

    public List getEmployee(){

    List emp = new ArrayList();

    emp.add(new Employee(1,"Ram");
    .
    .
    emp.add(new Employee(100,"Shyam");
    return emp
    }
    }
    class mainClass{
    List empList = new ListStudentImpl().getEmployee();

    List stuList = new ArrayList();

    for(Employee emp : empList){

    stuList.add(emp.getRoll, emp.getName);
    }

    }

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

      I think the interviewer was looking for map method in stream Api to do the transformation?

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

    How much CTC?

  • @Mohammedaatif90
    @Mohammedaatif90 3 роки тому +4

    21:30 .. Lest assume Both POJO have String name as field .. List std =mpl.stream().map(s -> new Student(s.getName())).collect(Collectors.toList()); Correct ?

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

      yeah, there's no direct way to copy. It has to be iterated and deep cloned.

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

      @@suri1171 not cloning here boss here we are writing same boiler plate code multiple times if we performing cloning simply we can declire refrence class variable in ur employees class then u can directly access all the functionality has relationship called aggregation 😂

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

    Is he got offer?