TCS Java Coding Interview | Use this simple method to solve any Java Problem | Selected

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 พ.ย. 2024

ความคิดเห็น • 82

  • @cloudtech5260
    @cloudtech5260  ปีที่แล้ว

    Do you want to appear for a mock interview by expert?
    Register at:
    docs.google.com/forms/d/e/1FAIpQLSd9mr9Siq63RxpdmZF9HVRHNjGj1vaJr0KAILIHCzfvCtJxkQ/viewform
    Do you want to get trained by industry expert?
    Register at:
    docs.google.com/forms/d/e/1FAIpQLSciQq-hHy4ES8rrzZsgdZQMR0gPObvEHR3RpRvXMKvtZ6cgTQ/viewform

  • @senku121
    @senku121 2 ปีที่แล้ว +1

    Bhai tumhare content me itna dmm hai maine ek video dekhte hi tumhe follow kr liya keep it up

  • @RV-qf1iz
    @RV-qf1iz 2 ปีที่แล้ว +6

    In this first question we can use regex replaceAll function and than subtract the original string with the new string
    I think this should give the answer

    • @franciscov511
      @franciscov511 ปีที่แล้ว +3

      the idea in most of the interviews is not to use built-in function, since interviewers are attempting to see your logical thinking.

    • @RV-qf1iz
      @RV-qf1iz ปีที่แล้ว +1

      @@franciscov511 thanks for the info

  • @nithinm9175
    @nithinm9175 2 ปีที่แล้ว +9

    Super bro really great job also include SQL questions and more coding questions really 😍😍😍😍😍😍 amazing content keep doing ❤️❤️❤️

  • @akashramesh5404
    @akashramesh5404 8 หลายเดือนก่อน +5

    Such a great video man, Thank you very much.
    Just adding some efficient answers which I found,
    Count of Non special Characters:
    word.chars().filter(c -> c.isLetterOrDigits() || c.isWhiteSpace()).count(); //Just making use of streams here
    Removing Non Special Characters:
    word.replace("[^a-zA-Z0-9\\s]", ""); //Replaces all the substring which matches with the regex
    Rotation:
    return s1.length()==s2.length() && (s1+s1).contains(s2);

  • @SrinadhVibesandBites
    @SrinadhVibesandBites 2 ปีที่แล้ว

    Crazy broo...
    Super undi Vedio.....

  • @mohammadmuzmilkabir3067
    @mohammadmuzmilkabir3067 2 ปีที่แล้ว +6

    Also upload for MERN stack developers interview round questions

  • @aartiyadav5213
    @aartiyadav5213 ปีที่แล้ว

    Thanku so much 🙏sir for uploading such questions And answer of interview

  • @spshivani
    @spshivani 2 ปีที่แล้ว +2

    Great job 👍

  • @gyandeepkumar4406
    @gyandeepkumar4406 2 ปีที่แล้ว +10

    Could you please include other questions that are asked beside coding like system design , DBMS etc jus to be aware of topics please ?

    • @cloudtech5260
      @cloudtech5260  2 ปีที่แล้ว +4

      Yes we will try to cover these questions 👍

    • @nmcreations1705
      @nmcreations1705 7 หลายเดือนก่อน

      Hey hu today I have interview in dbs pls tell me na in dbs what did they ask you

  • @spshivani
    @spshivani 2 ปีที่แล้ว +2

    Doing great job

  • @vamsigubba4052
    @vamsigubba4052 ปีที่แล้ว +2

    ABCD should rotate CDBA , using this condition if u give BCDA then also it is showing True

  • @iVijayMane
    @iVijayMane ปีที่แล้ว +1

    How to build java logic like this what I need to😢😢😢

  • @sukritichettri7576
    @sukritichettri7576 ปีที่แล้ว

    Nicely done 👍🏻

  • @sm_2677
    @sm_2677 2 ปีที่แล้ว +1

    this is not real... only role play done...nice work..efforts should be appreciated....good work.....

    • @cloudtech5260
      @cloudtech5260  2 ปีที่แล้ว

      Yes. This is to explain concepts to people. 👍

  • @SachinParit91
    @SachinParit91 ปีที่แล้ว

    Is the same level of coding expected from Testers too? for 3 years of experienced.

  • @gaurangsharma1754
    @gaurangsharma1754 2 ปีที่แล้ว +28

    These questions are simple. Do they really ask these kinds of questions for 2 years of experience?

    • @yashsingalkar9575
      @yashsingalkar9575 2 ปีที่แล้ว +13

      I'm sure that they don't ask these simple questions even to the freshers

    • @amitchaurasiya4876
      @amitchaurasiya4876 ปีที่แล้ว

      regular expressions se haste khelte ho jata 🙂

  • @KaviyaK-pn1le
    @KaviyaK-pn1le ปีที่แล้ว

    Bro what are the topics should be covered for coding round like based on what topics they give the problems can you tell that and can you tell were to practice these types of questions

  • @adarshsingh3865
    @adarshsingh3865 ปีที่แล้ว

    Ye 2 years exp walo ka question tha?

  • @tempaccount7842
    @tempaccount7842 2 ปีที่แล้ว

    TCS is not first choice of any Experienced candidate because they pay very very less to candidate because of mass hiring ... Must prefer product base companies u deserve better than better

  • @sensei8141
    @sensei8141 2 ปีที่แล้ว +1

    Bro can you tell your path in java, I mean from where you learn java....

    • @cloudtech5260
      @cloudtech5260  2 ปีที่แล้ว +1

      The main thing is hands on 👍

  • @manoharforms
    @manoharforms 2 ปีที่แล้ว

    Java 1 year experience ki hirings jaruguthundhi aa?

  • @Storyonmountains
    @Storyonmountains ปีที่แล้ว

    Nyc❤

  • @saraswathym3424
    @saraswathym3424 2 ปีที่แล้ว +1

    Hi i'm having 3 years of experience in development field with 2 years of gap. With this much of gap, whether company will accept me Or not. Will i get a job

    • @cloudtech5260
      @cloudtech5260  2 ปีที่แล้ว +1

      Yes. The company will accept you. Try to form a valid reason for 2 years gap along with what you did in those 2 years to improve your skills.
      Appear for as many interviews as possible, this will increase your chances of selection. 👍

    • @saraswathym3424
      @saraswathym3424 2 ปีที่แล้ว

      @@cloudtech5260 thank you

  • @mohammadfaisal8442
    @mohammadfaisal8442 2 ปีที่แล้ว +1

    Very simple question

  • @kunalshah332
    @kunalshah332 2 ปีที่แล้ว +5

    Bhai TCS ka band wise limit hota hai mere pas 1 counter offer tha I am carring 7 years of exp ...
    2 years ko 9 ka nahi dega TCS
    Fake

    • @cloudtech5260
      @cloudtech5260  2 ปีที่แล้ว +1

      Hi Kunal,
      This is mock interview to spread knowledge 👍

  • @VishalKumar-hn7uz
    @VishalKumar-hn7uz 2 ปีที่แล้ว +6

    If someone having 2 years of experience as QA and wanting to switch to Java developement role, would the question asked be of experienced level or of freshers level ?

    • @cloudtech5260
      @cloudtech5260  2 ปีที่แล้ว +2

      For QA, if the role involves writing code for automation scripts them coding questions can be asked. But generally that should be easy ones. 👍 Best of luck

  • @justtripathy4850
    @justtripathy4850 2 ปีที่แล้ว +1

    Hello sir, I am civil engineering passed out student having 5 years of gap, can I get job in it industry?

  • @sunetramukherjee1805
    @sunetramukherjee1805 2 ปีที่แล้ว +4

    Hi, can you please tell me in detail how many rounds r there in case of TCS for 2 years experienced candidate ?

    • @cloudtech5260
      @cloudtech5260  2 ปีที่แล้ว

      Hi,
      Two technical rounds and one HR round. Thanks

    • @sunetramukherjee1805
      @sunetramukherjee1805 2 ปีที่แล้ว

      @@cloudtech5260 thanks for your reply, so there is no written kind of round right?

    • @shahidahmed7885
      @shahidahmed7885 2 ปีที่แล้ว

      Twenty rounds and they still won’t hire you. TCS is famous for jerking around.

    • @vvekshun3300
      @vvekshun3300 2 ปีที่แล้ว

      @@cloudtech5260 what about freshers, Sir? Would you mind sharing your insights?

  • @shubham_sharmavlogs8714
    @shubham_sharmavlogs8714 2 ปีที่แล้ว

    Bhai apply krne ke liy link v de diya kro

  • @ThePlusOrg
    @ThePlusOrg ปีที่แล้ว

    Might be your Questions are helpful, but I think this interviewer and interviewee is same, I have heard the same voices in many of your different videos.
    Are you guys scripting the Questions to make it look like a real Interview ??

    • @cloudtech5260
      @cloudtech5260  ปีที่แล้ว +1

      Yes, this is mock interview with real question

  • @proxy5061
    @proxy5061 2 ปีที่แล้ว +10

    🥺🥺bro where did you practiced coding? Did you code daily during when you were fresher? I feel coding hard , but i literally know the depth of java, logic all where did you practiced, are these questions available in any platform like, or just

    • @cloudtech5260
      @cloudtech5260  2 ปีที่แล้ว +10

      Hello,
      We contact people who recently appeared for interviews and collect the questions. Then we solve the problems and make a video.

    • @shivaniagarwal3216
      @shivaniagarwal3216 2 ปีที่แล้ว +3

      @@cloudtech5260 You're really doing a great job. May God bless you.🤗

  • @sathyakumaran1144
    @sathyakumaran1144 2 ปีที่แล้ว

    Anyone can explain that second prgm in tamil please🙏

  • @shradhajadhav7364
    @shradhajadhav7364 2 ปีที่แล้ว

    Why error is showing while I trying to solve this que using same code

  • @sathyakumaran1144
    @sathyakumaran1144 2 ปีที่แล้ว

    Cloud tech sir please once more explain in tamil please, can u do it sir.

    • @cloudtech5260
      @cloudtech5260  2 ปีที่แล้ว

      Hi Sathya,
      Apologies. I don't know the Tamil language.

  • @sravanKumar-rt6pc
    @sravanKumar-rt6pc 10 หลายเดือนก่อน

    DONE

  • @deepali5707
    @deepali5707 2 ปีที่แล้ว +1

    Please make video for 10 years experience

  • @GopalYadav-bl7ri
    @GopalYadav-bl7ri 2 ปีที่แล้ว

    Is its real interview ?

    • @cloudtech5260
      @cloudtech5260  2 ปีที่แล้ว

      Hi Gopal,
      Good day.
      Mock interview. Every interview on this channel is a mock interview. 👍

  • @ChetanPatil-pf8xt
    @ChetanPatil-pf8xt 28 วันที่ผ่านมา

    Was this interview firr developer ir tester???

  • @saketpanchori6480
    @saketpanchori6480 2 ปีที่แล้ว +1

    Scripted AF

  • @proxy5061
    @proxy5061 2 ปีที่แล้ว

    -1 0 are used as exit status of any program or process ✌️ if am wrong please correct me

    • @cloudtech5260
      @cloudtech5260  2 ปีที่แล้ว +1

      Hi,
      Running program is a process. So ideally exit code should belong to process but coded in program.

  • @monikadurve7743
    @monikadurve7743 2 ปีที่แล้ว

    Eeeeee he have cold 🥶 🤧

  • @maheshgarje5871
    @maheshgarje5871 2 ปีที่แล้ว

    Fake call

  • @hussenvalikattubadi4394
    @hussenvalikattubadi4394 2 ปีที่แล้ว

    Well vedeosBro, give me that person contact

    • @cloudtech5260
      @cloudtech5260  2 ปีที่แล้ว

      Thanks. We don't have contact details of the candidate.

  • @debasishmahapatra681
    @debasishmahapatra681 2 ปีที่แล้ว +1

    Fake guy.

    • @cloudtech5260
      @cloudtech5260  2 ปีที่แล้ว

      Hi Debasish,
      This is mock interview to spread knowledge 👍

  • @viveksalunkhe5008
    @viveksalunkhe5008 4 หลายเดือนก่อน

    public static void main(String []args)
    {
    String str = "@itsss777@okayy@!$2kjbfhn!kqnfew!ksn$anfsk#";
    int count = 0;
    Map newMap = new HashMap();
    for(int i = 0; i < str.length(); i++)
    {
    if(!Character.isDigit(str.charAt(i)) && !Character.isAlphabetic(str.charAt(i)))
    {
    String str_char = String.valueOf(str.charAt(i));
    if(newMap.containsKey(str_char))
    {
    str_char = String.valueOf(str.charAt(i));
    newMap.put(str_char, newMap.get(str_char)+1);
    }
    else if(!newMap.containsKey(str.charAt(i)))
    newMap.put(str_char, 1);
    }
    }
    System.out.print(newMap);
    }

  • @debjitghosh3538
    @debjitghosh3538 2 ปีที่แล้ว

    In every company interviewer is same ? 🥲

    • @cloudtech5260
      @cloudtech5260  2 ปีที่แล้ว

      This is mock interview with real time questions.

  • @kumar-fi7kl
    @kumar-fi7kl 2 ปีที่แล้ว +1

    hello sir ,I have completed btech in IT in 2017.My career gap is 5 yrs.Can I get job in It industry after 5 yrs gap.plzz rlpy

    • @abhishekparmar79
      @abhishekparmar79 2 ปีที่แล้ว +5

      yes, i had 6 year gap, i passed out in 2015. i did coaching class for 3month in 2021 January to March to learn front end web development with html, css. , javascript and angularjs. then i gave interview and I got 3 lakh per annum package as fresher and today i get 4.5 lakh per annum. and i never do coding in college. i did never develop interest in computer engineering, my father wanted to so I did engineering. then after i spent 6 year to pass upsc but I didn't. so In the end, i have to choose computer field to get job. and i did coaching for 3month. even I tell u that i didn't know what is html or any language logic etc. my college is third class where we didn't go for attendance, we only went for exam. so if I do it then u definitely do it. only improve skill. not perfectly but clear your concept nearly 50%. i felt you bro, i had same situation 1 year.

    • @cloudtech5260
      @cloudtech5260  2 ปีที่แล้ว

      Hi Kumar,
      Yes, you can definitely get the job in the IT industry but you have to start with a small company and then grow from there. Also, prepare a solid justification for the 5 year gap. This question will be asked by almost every HR. Best of luck 👍

    • @ashutosh8152
      @ashutosh8152 ปีที่แล้ว

      ​@@abhishekparmar79bro choching kha se ki thi ??