Flipkart Interview Experience | Software Engineering

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ม.ค. 2025

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

  • @RachitJain
    @RachitJain  5 ปีที่แล้ว +21

    How many of you were able to solve that scary Graph Problem?
    For DailyCodingProblems asked in Big 5 Interviews ► dailycodingproblem.com/rachit
    For Video Explanations to Coding Interviews ► algoexpert.io/rachit
    C++ STL Playlist ► th-cam.com/video/g-1Cn3ccwXY/w-d-xo.html
    Coding Interviews Made Easy ► th-cam.com/video/TVKsaq7Bohs/w-d-xo.html

    • @SHUBHAMSHARMA-hy3dt
      @SHUBHAMSHARMA-hy3dt 5 ปีที่แล้ว

      Can you tell us your exact approach?

    • @vickythakur7671
      @vickythakur7671 5 ปีที่แล้ว

      It is really helpful man thanks 💓

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

      @@SHUBHAMSHARMA-hy3dt define a search node to have (position in grid, distance to reach here, number of rotations) . Now, do a regular bfs, but when u queue your neighbours, adjust ur direction based on number of rotations), additionally, also queue back the same node with number of rotations+1 %4

  • @smitmangukiya
    @smitmangukiya 5 ปีที่แล้ว +52

    Please make video on graph theory like you have made 2 videos on C++ STL...
    These 2 videos are very very helpful for me as a beginner and I have started to write a fancy (code with STL) code easily on Codeforces......

  • @divikmittal7433
    @divikmittal7433 5 ปีที่แล้ว +6

    It would be great if you can make a separate video explaining the solution of graph theory problem in detail. Would help a lot

  • @ALOKKUMAR-vt8bs
    @ALOKKUMAR-vt8bs 5 ปีที่แล้ว +19

    Can you please Make the video series on Graph theory,Sir
    Thank you for sharing your own interview experiences.

  • @AntarixOfficial
    @AntarixOfficial 5 ปีที่แล้ว +11

    Also will CP help me if I want to intern as a UI/UX designer and React Developer ?

  • @vishaltk
    @vishaltk 5 ปีที่แล้ว +8

    I'm so glad I found your channel. Keep up the good work :D (also more STL videos please thx)

  • @Rahulmishra-iv9dt
    @Rahulmishra-iv9dt 5 ปีที่แล้ว +8

    Sir you make a platform where you start to give a coding challenge completion
    It will very helpful for those student who want to join in product based company

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

    Funny side is I am 6+ years experienced, still going through it, because I want to get better at DS, Algo and give a shot. Quite true, you should have good resume. Thanks for the videos

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

    Much needed video sir!!!!!

  • @yadneshkhode3091
    @yadneshkhode3091 5 ปีที่แล้ว +27

    Can you make a video for step by step guide from beginner to your level please it would be helpful
    For eg:
    Step 1: learn c++ from this xyz course on TH-cam
    Step 2: practice basics on Hackerrank
    Step 3: start solving problems on codeforces etc..

  • @nagavijaykumarprathi8531
    @nagavijaykumarprathi8531 5 ปีที่แล้ว +10

    Sir..
    could you please tell what are the resources that you follow in your college days... to became expert in algos nd DataStructures

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

      If interested, I have compiled the good resources which I used personally for my self.
      Here are the top 10 learning resources for ds also.
      TOP 10 LEARNING RESOURCES
      1) Cracking the Coding Interview by Gayle Laakmann McDowell
      2) Algorithms Hardcover by Robert Sedgewick
      3) The Algorithm Design Manual by Steven S S. Skiena
      4) Data Structures & Algorithms in Java, by Lafore (Author)
      5) Data Structures and Algorithms Made Easy: Data Structures and Algorithmic Puzzles
      6) Grokking Algorithms: An illustrated guide for programmers and other curious people by Aditya Bhargava
      7) Dynamic Programming for Coding Interviews: A Bottom-Up approach to problem-solving
      8) Introduction to Algorithms by Thomas H. Cormen, Charles E. Leiserson, et al.
      9) Elements of Programming Interviews in Java: The Insiders' Guide by Adnan Aziz
      10) Programming Interviews Exposed: Secrets to Landing Your Next Job (Wrox Professional Guides)by John Mongan
      I hope it will help.

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

      @@JavaAidTutorials you killed it bro

    • @JavaAidTutorials
      @JavaAidTutorials 5 ปีที่แล้ว

      @@techworld3043 haha..:) I hope you find it useful.

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

      @@JavaAidTutorials
      You nailed it bro...
      Tq very much...

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

      @@nagavijaykumarprathi8531 most welcome buddy.

  • @souravadhikari7485
    @souravadhikari7485 4 ปีที่แล้ว +9

    How can I apply off campus internship in giant tech companies?

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

      Did you succeed in getting an off campus internship?

  • @nachiketkanore
    @nachiketkanore 5 ปีที่แล้ว +13

    Make more videos on Graphs and Trees

  • @GauravGupta-zw7hz
    @GauravGupta-zw7hz 5 ปีที่แล้ว +5

    Hi, Rachit
    In second round, do they also to write each code, taking care of all base cases?
    Or just they want to know your approach.

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

      I wrote for graph one. Not for others.

  • @iwanttoknowthings2681
    @iwanttoknowthings2681 5 ปีที่แล้ว +7

    I started watching your videos 15 days ago. You really deserve more views, subscribers etc. But don't loose hope buddy ,one day u will get what u deserve. And we all pray for that.
    salute
    ...aditya anand aka minnandra official

  • @jblog2698
    @jblog2698 5 ปีที่แล้ว +6

    Could you please help us in developing a good resume which will get shortlisted as a fresher in these companies.

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

    sir,that c++ stl problem was based on c++ only or other language can be used ?
    pls reply to this query !!

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

    Hey rachit,
    I am facing a very difficult situation lately and i hope if you could help me out.
    Okay, so I am Aiming to do full stack development and data structures and algorithm both, but I am really not finding a way to learn these both simultaneously. I just finished me 2nd year and I was hoping I could get a significance amount of leap in these topics in my vacations but I am finding difficult to manage both.
    Your help will be appreciated. Thanks

  • @rishavkumar9349
    @rishavkumar9349 5 ปีที่แล้ว +7

    thanku sir ....
    it's really very helpful

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

    Bhaiya, can you please share your resume so that we may get an idea of the kind of projects etc that need to be done?

  • @BharatKumaryrBtech
    @BharatKumaryrBtech 5 ปีที่แล้ว +9

    could u plz make series on graph theory like ur stl videos which was super helpful

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

    Bro ur videos are nice.Pls make a video on how to start with competitive programming

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

    How important is it to look what other people code in competitive programming. Like after the round ends, the solutions are open to look to, how often should one look to what other person code. Can this be a way for writing optimize code? What are the other ways to learn to write optimize code

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

      You can look after someone who you follow. Maybe the top rated coders. I used to look when tutorials werent clear.

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

      I also wonder about that. And once I finish writing a code, I look for solutions of top coders,this really help me to grow my programming skills.

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

      @@RachitJain I can look to your solutions maybe 😅

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

    Hi Rachit Sir. Thank you for making these videos. They are extremely helpful. Can you please make a video on how to make effective resume for freshers.. :p

  • @AntarixOfficial
    @AntarixOfficial 5 ปีที่แล้ว

    Why do I need to know c++ stl if I am a Java/Python Developer ? I know normal c++ but Never used it for actual development

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

    Hi rachit Bhai,can u please make a video on internship at flipkart???

  • @pallavivarshney93
    @pallavivarshney93 4 ปีที่แล้ว

    I am doing Mtech from Bits in cs branch, yesterday Goldman written round was there and I couldn't do 1 coding question..i feel like coming to bits of no use if I can't go in my dream job..Actually I wanted to do competitive coding but couldn't do due to lack of time..and I am feeling bad for it...what should be ur advise for me..Shall I start doing competitive programming now ? Will I be able to get in to dream companies off campus if I start now?

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

    Hi Rachit your current comapany mainly uses C++ for development?

  • @RandomPerson-hj8fq
    @RandomPerson-hj8fq 5 ปีที่แล้ว +2

    I want to know if companies do come into my college for on campus placement , then how much is the significance projects and development work in the on campus placements hiring ......and is there resume shortlistment in this case too ??????

  • @shivamsharma-ds9xo
    @shivamsharma-ds9xo 5 ปีที่แล้ว +3

    Can u list the sites where we can get internship during b.tech .

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

    Sir, I have a confusion can u please help me?
    I am doing bca and this is my final year and i got placed in TCS first three month training(ILP) and then job. I want to build my career as a developer.
    So can you tell me it is good to join tcs or go for another company bcz as i heard for freshers its not that good.
    Advance thanx for your support

    • @RandomPerson-hj8fq
      @RandomPerson-hj8fq 5 ปีที่แล้ว +2

      If you can then join another company, at this stage you can also look for startups as it will gain you some great experience and help you career wise. Working in TCS will not give you right skills or experience . Also startups look for developers more.

  • @TechWithAryanChauhan
    @TechWithAryanChauhan 5 ปีที่แล้ว +4

    I am from private college in Roorkee Uttarakhand . What should I aim for my graduation marks in cse .

  • @its_only_entertainment6313
    @its_only_entertainment6313 4 ปีที่แล้ว

    Now it has totally changed sir, they give
    More importance to applied mathematics branch instead of ee and ece.

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

    what if i use python???

  • @tarunkr.9041
    @tarunkr.9041 5 ปีที่แล้ว +1

    Competitive programming is my life I am addicted to it

  • @aayushwadhwa3788
    @aayushwadhwa3788 5 ปีที่แล้ว

    Make a video on what to do this summer(coding,projects etc) for students of 3rd year from tier2 colleges where product based companies(microsoft etc) visit starting this august

  • @itsdevil7474
    @itsdevil7474 5 ปีที่แล้ว

    Thanks Rachit Sir

  • @abhaypatil2000
    @abhaypatil2000 4 ปีที่แล้ว

    Approx, within how much time is the student supposed to solve the questions. And how much time is given to code.

  • @ab.dariefkhan1737
    @ab.dariefkhan1737 5 ปีที่แล้ว +2

    Your explanation is splendid bro 👌.....how can I touch with you? I mean I need your guidance

  • @BeatBurn1
    @BeatBurn1 4 ปีที่แล้ว

    Hey rachit, i am not gd at c++ but i can solve data structures nd algorithm problems in python... Will they hire me??????

  • @konarksharma6524
    @konarksharma6524 4 ปีที่แล้ว

    I am out of college not in college now what to do now.

  • @AjayGupta-uu5sn
    @AjayGupta-uu5sn 5 ปีที่แล้ว

    i recently startedd listening your video. i am a student of private college in mumbai.i want to go in the cp worlds. i recently completed web developement front end coding. and i am in given my sem-2 exam. so my question is who should i start cp.i am not ble to understand who to start with cp

  • @ravindranewton6277
    @ravindranewton6277 5 ปีที่แล้ว

    Share more about ur experience .....

  • @harshlebrown3246
    @harshlebrown3246 5 ปีที่แล้ว

    Brother what is the difference in worth of a Cs minor in tier 1 against to tier 2?

  • @aakashverma8602
    @aakashverma8602 5 ปีที่แล้ว

    Hi ,actually i started learning python and it has become my favourite language and wanted to learn competitive programming in this language only , can u tell something abt it please

  • @willturner3440
    @willturner3440 3 ปีที่แล้ว

    Bhaiya what about Behavioural questions and all related stuff

  • @bpavankumar4892
    @bpavankumar4892 5 ปีที่แล้ว

    What should i do to communicate with you.bcoz not everytime I will communicate with you in the comment section.

  • @rahulgupta3580
    @rahulgupta3580 5 ปีที่แล้ว

    Hey rachit I got oncampus internship in flipkart can you tell me how much before the start of internship I will get offer letter from flipkart.
    Thank you

  • @sauravvishal5563
    @sauravvishal5563 5 ปีที่แล้ว

    Hey Rachit, what project did you work on during your internship at Flipkart?

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

      Built subscription service and front end as well. This allowed people to subscribe to products like get Tide washing powder 100 grams every month. Auto-deduct balance. People could also pause their subscription incase they go for vacation.

    • @sauravvishal5563
      @sauravvishal5563 5 ปีที่แล้ว

      @@RachitJain Oh. Cool.

  • @prabhatgaurav5740
    @prabhatgaurav5740 5 ปีที่แล้ว

    Bro I am from eee branch and recently finish my 1 st year .I love coding but plz give me the guidance from where I learn coding from beginning and do well in programming

    • @biswanathbanik
      @biswanathbanik 5 ปีที่แล้ว

      You can learn code from internet and you have to gather basic knowledge about coding.And learn any one language perfectly you can learn it from youtube

  • @hitendrasingh9620
    @hitendrasingh9620 5 ปีที่แล้ว

    hey rachit ,
    I have a coding question which I am not able to guess, whether can be optimised further or not ,can you help?

  • @abhisheksaxena6413
    @abhisheksaxena6413 5 ปีที่แล้ว

    please make a video series on trees and graphs with c++ STL please Rachit

  • @vatsalsonigara3707
    @vatsalsonigara3707 5 ปีที่แล้ว

    Can you share the questions that you got in the 1st coding round?

  • @abhishekchaturvedi7365
    @abhishekchaturvedi7365 5 ปีที่แล้ว

    Bhaiya, do tech companies take interns with a backlog?

  • @vinaysinghal3877
    @vinaysinghal3877 5 ปีที่แล้ว

    How much language one should be well of to be placed in Golden Product based Companies

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

    Great work my friend. Admire your work

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

    Please Sir make a video on the projects that you worked on and that kind of glorified your resume.😅

  • @abhinavchetan9575
    @abhinavchetan9575 5 ปีที่แล้ว

    Do people also go for internship at the end of 2nd year...

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

      Yeah I did. Some also go after 1st year.

    • @abhinavchetan9575
      @abhinavchetan9575 5 ปีที่แล้ว

      @@RachitJain could u please tell how can one look for internship option available and what are the skills rrquired for it. I am second year cse student. I have started with competitive programming with c++ for the past 1 month.

    • @abhinavchetan9575
      @abhinavchetan9575 5 ปีที่แล้ว

      @@RachitJain thanks for replying!

  • @KulwinderSingh-ey9tu
    @KulwinderSingh-ey9tu 5 ปีที่แล้ว

    sir can u make a video on android app development and its scope

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

    During oncampus interviews in IITs for internships , do they focus on projects or it's just ds, algo and compi ?

  • @praveens7698
    @praveens7698 4 ปีที่แล้ว

    Bro can an ECE students from tire 3 college get into Flipkart internship

  • @isagarsehwag
    @isagarsehwag 5 ปีที่แล้ว

    IQ matters, Students from top colleges are able to cover these vast extremely complex topics in short span of time, That's because of their IQ & high conscientiousness. If you are in IIT, There is a very very high chance you will be having "a very high conscientiousness with sufficiently high IQ" OR "very very high IQ with sufficiently high conscientiousness". Being in an IIT already makes you capable to enough to do literally every job you can think of at least from a complexity perspective but yeah personal choice matters a lot.

  • @devvaratbali6564
    @devvaratbali6564 5 ปีที่แล้ว

    does our college affects our
    off campus placements?

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

      When you are just graduating, it does affect as your resume might not have any significant work experience. So do internships, projects and ensure your college is the last thing that recruiters notice when they look at your cv.

    • @priyankarrajgupta4198
      @priyankarrajgupta4198 5 ปีที่แล้ว

      Even after having some experiance then also at last they judge you according to your college when its time to discuss salary expectation.

  • @jeipatel
    @jeipatel 5 ปีที่แล้ว

    This guy is still living in his past salaries, hotel stays and changing companies!! While watching this videos, viewers tolerate their talents by comparing themselves with this guy who is posting videos on TH-cam to make money and calling him self your guide to crack "Coding" interviews!! First thing first, that coding is just a way to get something done in an efficient manner. .so rather focusing on getting interview calls, try to be a problem solver. .Companies will surely hire you if you are pretty enough to think something wonderful. .

  • @shivamshukla-mk9yk
    @shivamshukla-mk9yk 5 ปีที่แล้ว

    Is proficiency in C++ stl required for those programmers who code in different language such as Python??

  • @akaushik2259
    @akaushik2259 5 ปีที่แล้ว

    Didn't u prepare for gate exam??

  • @manassharma869
    @manassharma869 5 ปีที่แล้ว

    Rachit ..in first round was python allowed for non c++ students

  • @shubhammishra8090
    @shubhammishra8090 5 ปีที่แล้ว

    Don't they ask anything related to web development or DBMS?

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

      No. Generally they judge on ds algo. But if they discuss your resume, then they might ask one or two things. This doesn't mean you should ignore that. Watch the video, in ending I have mentioned about it.

  • @abhinavkumarjha1870
    @abhinavkumarjha1870 5 ปีที่แล้ว

    The next I want to watch the topic of work done and overall experience during Flipkart internship and what sort of work is done there...........

  • @atulmalakar
    @atulmalakar 5 ปีที่แล้ว +6

    Make videos on segment trees! requesting for the 5th time😂😂

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

    Sir Plz , Upload a complete Series on GRAPH THEORY , As the STL series.

  • @adityaraj3369
    @adityaraj3369 5 ปีที่แล้ว

    Instead Of C++ STL can we answer it via Using Java HashSet etc.

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

    hey rachit.. i m in 2nd year now. i don't hv much exposure to comp. programming what should i do in this summer to get internships

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

      Do competetive programming simple

    • @charan775
      @charan775 5 ปีที่แล้ว

      @@BharatKumaryrBtech i have to sit for interviews in 2 months. How can i star now . And which topics to focus on

  • @anupamkarn1009
    @anupamkarn1009 5 ปีที่แล้ว

    great! your solution for graph problem? and i guess the dailycodingproblem link is not working!

  • @samarthtandon2163
    @samarthtandon2163 5 ปีที่แล้ว

    I need some guidance regarding projects..... How many min projects are required to be shortlisted in big 4

  • @navinraj4148
    @navinraj4148 5 ปีที่แล้ว

    Online are available this type internship requirment plz inform me
    Thanks 😊

  • @saurabhpathak6177
    @saurabhpathak6177 5 ปีที่แล้ว

    can i get some suggestion for E.C.E field in 1st year

  • @hiteshpant9868
    @hiteshpant9868 5 ปีที่แล้ว

    Thank you rachit