3.5 Years Experience || Real Wipro java spring boot Interview Questions

Поделиться
HTML-код
  • Опубликовано: 2 ноя 2024
  • In this video I am sharing interview questions and answers for Wipro which are shared by Subscriber.
    Subscribe to my hindi channel : / @ashishji_jib
    Join this channel to get access to perks:
    / @javainterviewbuddy567
    Become platinum member!! to watch Part 2 of many videos.
    Become platinum member!! for early access to these videos.
    Become platinum member!! to watch videos of latest assessments for various companies.
    Become platinum member!! to watch mock interview recordings.
    Become platinum member!! to watch real interview recordings.
    For Career guidance: topmate.io/jav...
    For Interview prep & tips : topmate.io/jav...
    For Mock Interview : topmate.io/jav...
    For Quick Chat: topmate.io/jav...

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

  • @cult_boy5255
    @cult_boy5255 Год назад +7

    unique questions and good to recollect the topics. thanks for this

  • @saumyajoshi-ym2os
    @saumyajoshi-ym2os Год назад +3

    Sir I have seen a candidate had total 2 years experience but his experience in java was just 5 months but still he cleared the interview so do you believe that it is possible and people who have least relevant experience can make some hope ?

  • @ManishTiwari-or8zt
    @ManishTiwari-or8zt 4 месяца назад +2

    StringBuilder b = new StringBuilder();
    list.forEach(b::append);

  • @nityanand9194
    @nityanand9194 6 месяцев назад +2

    2 nd program exception there is no any compile time or run time error. I have run this program and output come is "In m1 B".
    am I wrong pls comment

  • @akhouritushar
    @akhouritushar 8 месяцев назад +2

    No it's absolutely wrong about unchecked exception overriding rule that you have told .... whether it's checked or unchecked.....if parent class is throwing any unchecked exception then it's subclass either cannot throw any exception....but if child class is throwing any exception then it must be either child class of parent unchecked exception ....or any new unchecked exception....so this code must give exception while running....

  • @Belike18
    @Belike18 10 месяцев назад

    Love to hear that 😂

  • @sandeepkumar-eq8nn
    @sandeepkumar-eq8nn Год назад

    Good content

  • @raj006
    @raj006 5 месяцев назад +1

    Ctc offered?

  • @VIJAYMAMORIA-c8m
    @VIJAYMAMORIA-c8m 3 месяца назад

    Its Majorly Java, HIbernate, Multithreading interview. Spring Boot questions are very less. Please change the title to Java interview.

    • @javainterviewbuddy567
      @javainterviewbuddy567  25 дней назад

      It was the job description, these questions are shared by one of the subscriber friend.

  • @pratiknagarkar1444
    @pratiknagarkar1444 Год назад +2

    What was the CTC offerd?

  • @38surajchavan61
    @38surajchavan61 10 месяцев назад +2

    This candidate knowledge has too good but he should work on his English communication b'cause communication also impact on interview.

    • @abdourahmanendiaye3768
      @abdourahmanendiaye3768 8 месяцев назад

      I believe his communication skill is actually good sometimes you don’t get the answer right away so you need a little thinking it’s not easy seen worse than this guy

    • @VishalKumar-dy5rk
      @VishalKumar-dy5rk 6 месяцев назад +2

      Soft skills of developer are usually bad

    • @ashwinajmery6071
      @ashwinajmery6071 3 месяца назад

      I'm a north indian guy from MP, even do education in English medium from 8th but as of now I do not speak english very well and I have 4 years in IT

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

    Can I give you mock interview?

  • @ManishTiwari-or8zt
    @ManishTiwari-or8zt 4 месяца назад

    String s = list.stream().map(e -> e.toString()).reduce("", String::concat);

  • @ManishTiwari-or8zt
    @ManishTiwari-or8zt 4 месяца назад +1

    StringBuilder b = new StringBuilder();
    list.forEach(b::append);