Infosys Java Coding Round

Sdílet
Vložit
  • čas přidán 7. 09. 2024

Komentáře • 154

  • @sachinsharma1230
    @sachinsharma1230 Před rokem +36

    From my current interview experience i realised that going nervous makes things and memory bad.
    Bring stable to understand and provide best answer id the most important thing and you nailed it.

    • @mohansable2999
      @mohansable2999 Před rokem +1

      Can you please tell how we can control our nervousness because as a fresher i got very nervous in interview even i know the concept in depth.....😓😓

    • @sachinsharma1230
      @sachinsharma1230 Před rokem +4

      @@mohansable2999 Just deep breath for 10-12 times, clear mind like meditating and remeber the person in front of you is just a human.
      Never panic just take your time after hearing any question, and remeber zada se zada kya ho jaega reject kr denge, soo whatttttt...... Karam kro only ✅.

    • @mohansable2999
      @mohansable2999 Před rokem +4

      @@sachinsharma1230 yes bro thnx for your advice....😅😊👍

    • @sachinsharma1230
      @sachinsharma1230 Před rokem +1

      @@mohansable2999 Most welcome bro

  • @sayedhaneef6068
    @sayedhaneef6068 Před 2 lety +18

    I am a first year student and now i know how these job interviews work...thank u for the video

  • @D_Avergae_CoDeR
    @D_Avergae_CoDeR Před rokem +2

    For Intersection Using HASHSET
    1. Nested loop
    2. Assuming Any Set as a Subset of another
    3. Then for itterating the elements in that subset run a loop and inside the loop another loop of SUPER SET.
    4. when find a element store it in HASH .
    5. PRINT THE HASH
    And EAT DAIRYMILK

  • @ravishukla7493
    @ravishukla7493 Před rokem +5

    These were easy, I used different methods but was able to solve on my own.

  • @Vithal_Nivargi
    @Vithal_Nivargi Před 2 lety +9

    Awesome ❤️
    Please make one more video on coding....

  • @rushikeshgodase8498
    @rushikeshgodase8498 Před rokem +4

    Bro your videos are good but please increase the difficulty level according to experience level.

  • @pradeepg7507
    @pradeepg7507 Před rokem

    Such a awesome video I have seen for interview please keep posting like this video

  • @arpitsik4649
    @arpitsik4649 Před 2 lety +12

    wonderful. Keep bringing such videos❤️

  • @sujeetkumar1848
    @sujeetkumar1848 Před rokem +5

    It's good for the preparation but it's not a real time interview for sure. Simply to grow the channel you are giving whatever caption you want.

  • @digifact0p
    @digifact0p Před 2 lety +1

    wow that musch easy questions are asked in the interview thats cool

  • @pushapakkumarpal4106
    @pushapakkumarpal4106 Před 2 lety +5

    Your Code are really helpful just don't include coding Round in your video name it's kind of illusion

  • @potlurisairaj6669
    @potlurisairaj6669 Před 2 lety +4

    These are all asked for a fresher they were easy

  • @vineethyadav4221
    @vineethyadav4221 Před 2 lety +8

    For freshers what is the package for springboot if we are good at spring boot? and if we done a project on springboot is it a plus point ?

    • @bg__stalker9702
      @bg__stalker9702 Před 2 lety +2

      If you have done a project it will always have a plus point

  • @AYUSHSINGH-pv3pl
    @AYUSHSINGH-pv3pl Před rokem +3

    The solution of intersection problem is wrong in this video , if there is a number that is present twice in arr2 and this number is present in arr1 then it will printed twice which is wrong , you have to basically remove that number from the set after printing it

  • @abdurrahman-gn6hy
    @abdurrahman-gn6hy Před 2 lety +2

    very helpful videos thanks

  • @niteshpandey8207
    @niteshpandey8207 Před rokem

    The 2nd question will be much more efficient if you use stream api.

  • @SurajKumar-hk3cc
    @SurajKumar-hk3cc Před rokem

    wow sir can you post videos like paythan interviews questions and coding round

  • @harshvardhantandon8278
    @harshvardhantandon8278 Před rokem +1

    how come the same interviewer is interviewing in coding round of multiple companies??🤨🤨🤨🤨🤨🤨

    • @cloudtech5260
      @cloudtech5260  Před rokem +1

      This is mock interview ☺

    • @harshvardhantandon8278
      @harshvardhantandon8278 Před rokem +1

      @@cloudtech5260 Ohh ,🙂 now I got it but these questions were really asked in the coding rounds?

  • @SaurabhKumar-fo6zp
    @SaurabhKumar-fo6zp Před 2 lety +10

    all questions were from core java? nothing from spring boot or micro services?
    very good answers btw :)

    • @cloudtech5260
      @cloudtech5260  Před 2 lety +3

      We have few questions from Spring boot, we will discuss that in upcoming videos. 👍

  • @vishalkushwaha6879
    @vishalkushwaha6879 Před rokem +8

    For intersection program he can use retainAll method

  • @proxy5061
    @proxy5061 Před 2 lety +2

    Hi cloudTech, i have 1.2 years experience including 7 months of training and joining exam , documents verification, and confirmation period exams, they wasted time teaching useless things which I am not using in my project, yea they included 1 year from day of joining, ⚠️⚠️ i have not done any coding till now ! I have written some automation script for git pull and deployment, all the 4 to 5 months i was set free ? Now how will this affect me , until today I have not been allotted to coding tho seniors do , and there's lot of revamping to Microservices 😭😭😭😭, personally I think I am forgetting everything 😭😭or am I bad at CP so they have noticed it and doing this?? 😭😭 Toxic

    • @vishwas22khare
      @vishwas22khare Před 2 lety

      Okay so are you in Infosys or some where else.
      Getting quality work in a compny not easy even you crack a hard interview .

  • @prabingupta7438
    @prabingupta7438 Před rokem

    import java.util.Scanner;
    public class name {
    public static void main(String[] args) {
    Scanner in = new Scanner(System.in);
    for(char c = 'A'; c< 'D'; c++){
    if(c == 'C'){
    System.out.println(c);
    break;
    }
    System.out.print(c + ",");
    }
    }
    }//CAN WE DO LIKE THIS FOR FIRST OUTPUT

  • @Sachin_0o5
    @Sachin_0o5 Před 2 lety +5

    Guys if ur not comfortable with coding there are many other IT Jobs in non coding me with 2.6 yrs of experience having 8 LPA of Job in non coding

  • @Jatinkumar-rz3zj
    @Jatinkumar-rz3zj Před 2 lety +4

    is that the level of questions for 8.5LPA ? and this is round 2 right ?

  • @dkaur1347
    @dkaur1347 Před rokem

    Are you kiding me infosys paying 8.5 lpa ?? i had a package of 9lpa at 8 yrs experince but yea i had a career break..
    i don't believe this. And how are your able to recor an interview ? Nobody would give you that permission

  • @rakesh1594
    @rakesh1594 Před 2 lety +1

    Infosys is a very misery company and won't pay 9L for a 2.5 yrs experience

  • @thechamberofsecretsdailymo4327

    For me as a fresher questions asked where bit harder for half the CTC mentioned herein as compared to 2.5 years of experience. I mean what is this ?

    • @rakshitkathawate8838
      @rakshitkathawate8838 Před 2 lety +1

      For fresher , focus is more on DSA and algorithms, hence the level is difficult. For experienced, they eventually take coding rounds just to check it they still have sharpness and most of the other rounds focus on LLD/HLD of system or assignments

    • @rakshitkathawate8838
      @rakshitkathawate8838 Před 2 lety +1

      But it was really easy for 2.5 yrs experience guy too. I think it was deliberately kept easy for some reason

    • @nayanyadav6919
      @nayanyadav6919 Před rokem

      @@rakshitkathawate8838 Bro it's not a real interview. It's only a demo interview.

  • @jagadeshkumarGoli
    @jagadeshkumarGoli Před 2 lety +3

    Hi @cloud tech how to contact or connect with you please update ASAP.....

    • @cloudtech5260
      @cloudtech5260  Před 2 lety

      We are in the process of setting up the contact details. We will let you know as soon as it is available. 👍

    • @jagadeshkumarGoli
      @jagadeshkumarGoli Před 2 lety

      @@cloudtech5260 please I need help connect 😢

  • @technicaldbsr9334
    @technicaldbsr9334 Před rokem +1

    Very easy questions

  • @deepanshurathore9661
    @deepanshurathore9661 Před 2 lety +80

    Only give 8.5 lpa to 2.5 years experience guy..🤨🤨

    • @ckcineplex6488
      @ckcineplex6488 Před 2 lety +23

      How much u want 20 lpa......

    • @neonew339
      @neonew339 Před 2 lety +38

      @@ckcineplex6488 I think he should be getting atleast 12Lpa. Even Specialist programmers ( fresher 0 years) get 9.5lpa

    • @deepanshurathore9661
      @deepanshurathore9661 Před 2 lety +12

      @@ckcineplex6488 atleast 12lpa in 2022...

    • @addy9411
      @addy9411 Před 2 lety +25

      @@ckcineplex6488 Brother Intel is giving me 45 k as stipend and after conversation 15lpa as a fresher. So he experienced guy atleast he deserves 12-15 lpa.

    • @ckcineplex6488
      @ckcineplex6488 Před 2 lety +9

      Every company not give 12 to 15 lpa as a fresher it will be depend on ur skill....and profile also......if u r a tester u can take after 2.5 yrs 5lpa.....to 7 lpa....

  • @himanshubarnwal7811
    @himanshubarnwal7811 Před 2 lety +3

    Angular or react 1 year experience, no DSA knowledge is getting 8 LPA..... 😂😂

  • @ramsairam3740
    @ramsairam3740 Před rokem

    Useful for voice proxy

  • @Djfjccvv
    @Djfjccvv Před 2 lety

    great Sir, i really like this video

  • @bhushanambhore8378
    @bhushanambhore8378 Před 2 lety +1

    Tbh these are cake walk problems for experienced person like you, aren't they?
    The problem level should have intermediate

    • @cloudtech5260
      @cloudtech5260  Před 2 lety +1

      Hi Bhushan,
      Yes for experienced this is somewhat easy, for freshers and 1+ years this is alright.

  • @vikashranjan300
    @vikashranjan300 Před rokem +1

    If 35 present two times in arr2, then it will print two times 35.

    • @aayushbisht9193
      @aayushbisht9193 Před rokem +1

      No it's won't print it two times, because he is using hashset and hashset don't allow duplicates

    • @aayushbisht9193
      @aayushbisht9193 Před rokem +1

      No it's won't print it two times, because he is using hashset and hashset don't allow duplicates

    • @MaheshRathinasamy
      @MaheshRathinasamy Před rokem

      @@aayushbisht9193 it will print 35 two times. He stores arr1 in the hashset. only duplicates in the arr1 will remove

  • @Deepak-wm4qg
    @Deepak-wm4qg Před rokem +1

    Mine is 8 lpa after 1.2 years of experience

  • @priyanshuranjan5507
    @priyanshuranjan5507 Před rokem +4

    Hi sir
    I'm a 1st year student.. I'll join my college in few days
    I don't know much things about coding
    What would be your advise for me so that I can get good placement and prepare from the beginning

    • @gamingclassic8086
      @gamingclassic8086 Před rokem +7

      Ist is Aptitude Preparation
      2nd is Data Structure And Algorithm
      3rd is Leet code practice at least 400 questions
      4th Dbms,oops,OS,Networking

    • @technicaldbsr9334
      @technicaldbsr9334 Před rokem +3

      Focus on fundamentals of any programing language

    • @banisandhu4282
      @banisandhu4282 Před rokem

      Learn basics and then follow kunal kushwaha playlist of dsa

    • @priyanshuranjan5507
      @priyanshuranjan5507 Před rokem

      Thanks u professionals

    • @Weed119
      @Weed119 Před rokem +1

      Setting krle badhiya si ❤️ maal ekdum 🔥🔥

  • @hello123s
    @hello123s Před 2 lety +13

    Even my friends at 3 years are earning 17LPA & 14LPA

    • @cloudtech5260
      @cloudtech5260  Před 2 lety +2

      Great!!! Skills and company please?

    • @hello123s
      @hello123s Před 2 lety +7

      @@cloudtech5260 NielsenIQ (17LPA ; Python or something at the backend, I am not fully sure)
      Ernst & Young(14-15 LPA ; ReactJS & other front-end stuff)

    • @MysteriousIndiaYT
      @MysteriousIndiaYT Před rokem +1

      NielsenIQ is Python based company most of..
      I have plan to join there.
      I am also Python Developer

  • @fathimaamrudheen8587
    @fathimaamrudheen8587 Před 2 lety +1

    Nice

  • @kunalmhase5510
    @kunalmhase5510 Před 2 lety

    Django python backend developer demand in market..?

  • @chazesingh2652
    @chazesingh2652 Před 2 lety

    dude what ?

  • @wog4299
    @wog4299 Před rokem

    Is this editor ,notepad ?

  • @PVarshney
    @PVarshney Před rokem +4

    Scripted✌️

    • @cloudtech5260
      @cloudtech5260  Před rokem

      Mock interview 👍

    • @PVarshney
      @PVarshney Před rokem +3

      Then please mention it's a mock interview. This could mislead people 🙂

  • @Itachi-xd5ls
    @Itachi-xd5ls Před rokem +2

    looks like scripted to me(fake)

    • @cloudtech5260
      @cloudtech5260  Před rokem

      This is a mock interview 👍

    • @Itachi-xd5ls
      @Itachi-xd5ls Před rokem

      @@cloudtech5260 then why didn't you mentioned it in title??

    • @Itachi-xd5ls
      @Itachi-xd5ls Před rokem

      @@cloudtech5260 I found it's lil bit non professional (conversation)... freshers can get wrong ideas after watching this

    • @cloudtech5260
      @cloudtech5260  Před rokem

      Hey Itachi,
      Our channel is a mock interview channel to share knowledge.
      Are you a fresher?

    • @Itachi-xd5ls
      @Itachi-xd5ls Před rokem

      @@cloudtech5260 ohh .i see

  • @manjunathkhelgi5697
    @manjunathkhelgi5697 Před 2 lety +2

    Is this real interview..?

  • @neerajkhanduri2860
    @neerajkhanduri2860 Před 2 lety

    Are there any Non coding non designing jobs for freshers with salary above 5 lpa ?

    • @cloudtech5260
      @cloudtech5260  Před 2 lety

      Hi,
      What is your education background?

    • @neerajkhanduri2860
      @neerajkhanduri2860 Před 2 lety

      @@cloudtech5260 Btech IT 4th year entered now...(doing it from tier 4 college😅here in uttarakhand)

  • @manjunathg1089
    @manjunathg1089 Před 2 lety +4

    Bro Is it for fresher Developer or an experienced?

    • @cloudtech5260
      @cloudtech5260  Před 2 lety +5

      2.5 Years experienced Java Developer.

    • @manjunathg1089
      @manjunathg1089 Před 2 lety +2

      @@cloudtech5260 thnx bro for 1 or 1.5 yr experienced ones they won't ask so deep? They jst ask remove duplicate elements from sorted array. How to sort an array and find Min salary max salary enough right bro?

    • @rushikeshthak2874
      @rushikeshthak2874 Před 2 lety

      They ask most of the collection releted (sort) for experience people...so prepare well collection program.

    • @manjunathg1089
      @manjunathg1089 Před 2 lety

      @@rushikeshthak2874 bro in IT 1 or 1.5 yrs experience considered as freshers na so I asked it..

    • @souvik5560
      @souvik5560 Před 2 lety +1

      @@cloudtech5260 These are pretty basic questions for 2.5yrs experienced techies.

  • @arrogantpublisher
    @arrogantpublisher Před 2 lety +2

    Aren't these too basic?

    • @cloudtech5260
      @cloudtech5260  Před 2 lety

      Hi Saurabh,
      These are basic for experienced and intermediate for freshers. Hope you are able to solve this. 👍

  • @D_Avergae_CoDeR
    @D_Avergae_CoDeR Před rokem

    USE :- HashSet , it ll be easy one.