Infosys Java Coding Round

Поделиться
HTML-код
  • Опубликовано: 13 янв 2025

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

  • @sachinsharma1230
    @sachinsharma1230 2 года назад +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 2 года назад +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 2 года назад +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 2 года назад +4

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

    • @sachinsharma1230
      @sachinsharma1230 2 года назад +1

      @@mohansable2999 Most welcome bro

  • @sayedhaneef6068
    @sayedhaneef6068 2 года назад +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 2 года назад +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

  • @pradeepg7507
    @pradeepg7507 2 года назад

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

  • @Vithal_Nivargi
    @Vithal_Nivargi 2 года назад +9

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

  • @arpitsik4649
    @arpitsik4649 2 года назад +12

    wonderful. Keep bringing such videos❤️

  • @GeshuLin_WW
    @GeshuLin_WW 2 года назад +5

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

  • @digifact0p
    @digifact0p 2 года назад +1

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

  • @rushikeshgodase8498
    @rushikeshgodase8498 2 года назад +4

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

  • @vishalkushwaha6879
    @vishalkushwaha6879 2 года назад +8

    For intersection program he can use retainAll method

  • @sujeetkumar1848
    @sujeetkumar1848 2 года назад +6

    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.

  • @vineethyadav4221
    @vineethyadav4221 2 года назад +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 2 года назад +2

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

  • @abdurrahman-gn6hy
    @abdurrahman-gn6hy 2 года назад +2

    very helpful videos thanks

  • @potlurisairaj6669
    @potlurisairaj6669 2 года назад +4

    These are all asked for a fresher they were easy

  • @SurajKumar-hk3cc
    @SurajKumar-hk3cc 2 года назад

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

  • @AYUSHSINGH-pv3pl
    @AYUSHSINGH-pv3pl 2 года назад +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

  • @pushapakkumarpal4106
    @pushapakkumarpal4106 2 года назад +5

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

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

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

  • @Jatinkumar-rz3zj
    @Jatinkumar-rz3zj 2 года назад +4

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

  • @jagadeshkumarGoli
    @jagadeshkumarGoli 2 года назад +3

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

    • @cloudtech5260
      @cloudtech5260  2 года назад

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

    • @jagadeshkumarGoli
      @jagadeshkumarGoli 2 года назад

      @@cloudtech5260 please I need help connect 😢

  • @harshvardhantandon8278
    @harshvardhantandon8278 2 года назад +1

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

    • @cloudtech5260
      @cloudtech5260  2 года назад +1

      This is mock interview ☺

    • @harshvardhantandon8278
      @harshvardhantandon8278 2 года назад +1

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

  • @vikashranjan300
    @vikashranjan300 2 года назад +1

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

    • @aayushbisht9193
      @aayushbisht9193 2 года назад +1

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

    • @aayushbisht9193
      @aayushbisht9193 2 года назад +1

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

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

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

  • @technicaldbsr9334
    @technicaldbsr9334 2 года назад +1

    Very easy questions

  • @proxy5061
    @proxy5061 2 года назад +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 2 года назад

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

  • @Sachin_0o5
    @Sachin_0o5 2 года назад +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

  • @ramsairam3740
    @ramsairam3740 2 года назад

    Useful for voice proxy

  • @thechamberofsecretsdailymo4327
    @thechamberofsecretsdailymo4327 2 года назад +5

    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 2 года назад +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 2 года назад +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 2 года назад

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

  • @SaurabhKumar-fo6zp
    @SaurabhKumar-fo6zp 2 года назад +10

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

    • @cloudtech5260
      @cloudtech5260  2 года назад +3

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

  • @priyanshuranjan5507
    @priyanshuranjan5507 2 года назад +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 2 года назад +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 2 года назад +3

      Focus on fundamentals of any programing language

    • @banisandhu4282
      @banisandhu4282 2 года назад

      Learn basics and then follow kunal kushwaha playlist of dsa

    • @priyanshuranjan5507
      @priyanshuranjan5507 2 года назад

      Thanks u professionals

    • @Weed119
      @Weed119 2 года назад +1

      Setting krle badhiya si ❤️ maal ekdum 🔥🔥

  • @rakesh1594
    @rakesh1594 2 года назад +1

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

  • @Djfjccvv
    @Djfjccvv 2 года назад

    great Sir, i really like this video

  • @kunalmhase5510
    @kunalmhase5510 2 года назад

    Django python backend developer demand in market..?

  • @fathimaamrudheen8587
    @fathimaamrudheen8587 2 года назад +1

    Nice

  • @dkaur1347
    @dkaur1347 2 года назад

    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

  • @Deepak-wm4qg
    @Deepak-wm4qg 2 года назад +1

    Mine is 8 lpa after 1.2 years of experience

  • @prabingupta7438
    @prabingupta7438 2 года назад

    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

  • @wog4299
    @wog4299 2 года назад

    Is this editor ,notepad ?

  • @bhushanambhore8378
    @bhushanambhore8378 2 года назад +1

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

    • @cloudtech5260
      @cloudtech5260  2 года назад +1

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

  • @hello123s
    @hello123s 2 года назад +13

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

    • @cloudtech5260
      @cloudtech5260  2 года назад +2

      Great!!! Skills and company please?

    • @hello123s
      @hello123s 2 года назад +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 2 года назад +1

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

  • @chazesingh2652
    @chazesingh2652 2 года назад

    dude what ?

  • @himanshubarnwal7811
    @himanshubarnwal7811 2 года назад +3

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

  • @manjunathg1089
    @manjunathg1089 2 года назад +4

    Bro Is it for fresher Developer or an experienced?

    • @cloudtech5260
      @cloudtech5260  2 года назад +5

      2.5 Years experienced Java Developer.

    • @manjunathg1089
      @manjunathg1089 2 года назад +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 2 года назад

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

    • @manjunathg1089
      @manjunathg1089 2 года назад

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

    • @souvik5560
      @souvik5560 2 года назад +1

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

  • @Itachi-xd5ls
    @Itachi-xd5ls 2 года назад +2

    looks like scripted to me(fake)

    • @cloudtech5260
      @cloudtech5260  2 года назад

      This is a mock interview 👍

    • @Itachi-xd5ls
      @Itachi-xd5ls 2 года назад

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

    • @Itachi-xd5ls
      @Itachi-xd5ls 2 года назад

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

    • @cloudtech5260
      @cloudtech5260  2 года назад

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

    • @Itachi-xd5ls
      @Itachi-xd5ls 2 года назад

      @@cloudtech5260 ohh .i see

  • @deepanshurathore9661
    @deepanshurathore9661 2 года назад +80

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

    • @ckcineplex6488
      @ckcineplex6488 2 года назад +23

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

    • @neonew339
      @neonew339 2 года назад +38

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

    • @deepanshurathore9661
      @deepanshurathore9661 2 года назад +12

      @@ckcineplex6488 atleast 12lpa in 2022...

    • @addy9411
      @addy9411 2 года назад +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 2 года назад +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....

  • @neerajkhanduri2860
    @neerajkhanduri2860 2 года назад

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

    • @cloudtech5260
      @cloudtech5260  2 года назад

      Hi,
      What is your education background?

    • @neerajkhanduri2860
      @neerajkhanduri2860 2 года назад

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

  • @manjunathkhelgi5697
    @manjunathkhelgi5697 2 года назад +2

    Is this real interview..?

  • @PVarshney
    @PVarshney 2 года назад +4

    Scripted✌️

    • @cloudtech5260
      @cloudtech5260  2 года назад

      Mock interview 👍

    • @PVarshney
      @PVarshney 2 года назад +3

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

  • @arrogantpublisher
    @arrogantpublisher 2 года назад +2

    Aren't these too basic?

    • @cloudtech5260
      @cloudtech5260  2 года назад

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

  • @D_Avergae_CoDeR
    @D_Avergae_CoDeR 2 года назад

    USE :- HashSet , it ll be easy one.