TCS Interview | Java coding, Spring Boot, Microservice Question Answers

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

КОМЕНТАРІ • 33

  • @LokeshMukkamala
    @LokeshMukkamala Рік тому +9

    Output is
    s1 != s2
    Both strings are equal

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

    Your passion for programming really shines through your videos. Keep up the great work!

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

    Nice concept it helps to who seeking new job I'm 6+ year experience in java It help me too

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

    Viewing. Cache example and Redis will help. There are 2 other ways to communicate between web services

  • @punyabikash3624
    @punyabikash3624 2 місяці тому

    Excellent 👌

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

    Output :
    ___________
    s1==s2
    Both strings are equal

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

      Incorrect. Read about the difference between equals method and '==' operator for string comparison in Java.

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

      @@adityadahiya1996Sure, equals() method is used for comparing data and == opertor is used for comparing references of the String object

    • @androdevkanhaiya565
      @androdevkanhaiya565 Місяць тому

      I think, Reference for both will be same

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

    S1! =S2 and both string are equal

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

    Sir you are doing great work.

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

    Have you worked using Feign, webclient or in short Reactive programming?

  • @Vetrivel-zq5dm
    @Vetrivel-zq5dm Рік тому +1

    s1!=s2
    Both Strings are equal

  • @abhinavmishra9690
    @abhinavmishra9690 Рік тому +3

    Please create a video on cachinh implementation

  • @Bhuvan_vk
    @Bhuvan_vk 2 місяці тому

    I was asked same question but interviewer asked me not to use stream api and made me write a own logic using for loops

    • @cloudtech5260
      @cloudtech5260  2 місяці тому

      Ohh were they using version lesser than java 8 in their current project?

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

    s1!=s2
    Both string are equal

  • @singhgirish19
    @singhgirish19 11 місяців тому

    s1 !=s2
    Both String are same

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

    Hi Sir I pinged One String I got this in project Interview please share the code sir
    String str ="60 TestCases Passed out of Out of 100 TestCases";
    above string 60 and 100 values are changed but we want failed testcases using Arrays and String.

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

      You can try with group by to get passed and failed test cases.

  • @parveensyed807
    @parveensyed807 6 місяців тому

    Please do for 7 yers experience

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

    s1 != s2
    Both Strings are different

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

      First is correct

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

      ​@@cloudtech5260 1st one: check reference
      2nd one : check content or information

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

      ​@@cloudtech5260cau u share this content as in PDF Format?

  • @saumyajoshi-ym2os
    @saumyajoshi-ym2os Рік тому +1

    Sir suppose if someone has workexperience of 2 years but 1.5 years of bench and remaining is training so if he make end to end projects of all java frameworks and add those concepts asked in interview in the project so can he fake his workexperience as a java developer and ask 100% hike after switch?

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

      You can attend the interview as a Java developer with 2years of experience and negotiate hike %. It will not matter if you are working or on bench if you have knowledge.All the best 😊

  • @chiragdave6976
    @chiragdave6976 2 місяці тому

    s1 != s2
    Both strings are equal

  • @HanilKumarMuchu
    @HanilKumarMuchu 9 місяців тому

    s1!=s2
    Both Strings are equal