Flipkart Interview Experience Machine Coding Round |

  Рет қаралды 13,802

Lavakumar Techie

Lavakumar Techie

Күн бұрын

Пікірлер: 58
@mayanksingh9871
@mayanksingh9871 2 жыл бұрын
Great video Sir
@lavakumar_techie
@lavakumar_techie 2 жыл бұрын
Thank you Pls like and subscribe
@himadrinath1502
@himadrinath1502 2 жыл бұрын
Bro sde-1 machine coding round is there?
@NitinKumar-gv4hs
@NitinKumar-gv4hs 4 ай бұрын
@@lavakumar_techie can you share your notes for oops/lld for someone starting out ?
@mehulsolanki9435
@mehulsolanki9435 2 жыл бұрын
The amount of code you have written in just 90 mins is very impressive. Good job and great video!
@lavakumar_techie
@lavakumar_techie 2 жыл бұрын
Thank you ✌️✌️. Pls subscribe
@akashjain3425
@akashjain3425 Жыл бұрын
well this level of coding standard in 90 minuts, a real SDE2 level stuff.
@vaibhavvashist238
@vaibhavvashist238 2 жыл бұрын
What are dsa questions were asked?
@lavakumar_techie
@lavakumar_techie 2 жыл бұрын
Mostly on tree, dp, array based. I forgot But mostly on BST, array with stacks. Only approach and logic no need to code
@DeepakLalchandaniProfile
@DeepakLalchandaniProfile 7 ай бұрын
can you share machine coding questions in java
@lavakumar_techie
@lavakumar_techie 3 ай бұрын
Sure Will upload soon
@vaibhavvashist238
@vaibhavvashist238 2 жыл бұрын
Did they asked machine round for sde 1?
@lavakumar_techie
@lavakumar_techie 2 жыл бұрын
Yes machine coding is 1st round for any level I think. Till sde 4
@amitray420
@amitray420 Жыл бұрын
The amount of code you have written in such a Short duration, is impressive. I am subscribing your channel.. Thanks man.
@lavakumar_techie
@lavakumar_techie Жыл бұрын
Ur welcome and thank you for subscribing 😄😄
@LindaTaylor-e7u
@LindaTaylor-e7u 3 күн бұрын
Anderson Cynthia White Linda Thompson Christopher
@DhatriSahu_
@DhatriSahu_ Ай бұрын
I am not able to access the document of problem statement
@shubhanshurathi3093
@shubhanshurathi3093 4 ай бұрын
Is this problem statement (considering features) could be done in 120 min? (including understanding of the question that would surely take 15-20 min out of 120 min) if the feature list would have less (like exclude waitlist etc) then that would make sense. even in real life as well, developers are not expected to implement the entire code in 2hrs or a day. its a feature that would last at least a sprint. what do you think?
@lavakumar_techie
@lavakumar_techie 4 ай бұрын
Yes this is interview right so expectations will also more. For machine coding rounds 1. Code completion 2. Covering all required features These two are very important It’s difficult to achieve in 120 mins but it’s not impossible. Assume it’s like hackathon
@pranaynagpure2804
@pranaynagpure2804 Ай бұрын
document is not public bro
@soumik76
@soumik76 8 ай бұрын
Have you considered merging intervals? Or was it not needed? For e.g. if a doc is avaiaible from 9-9:30 and again from 9:30-10, then basically the doctor is availabe from 9-10, and so a patient can book from 9.15-9.45 as well. Was this not asked for?
@lavakumar_techie
@lavakumar_techie 8 ай бұрын
Yes ideally this shouldn’t happen. We need to consider “in” the current booking starttime is in between already bookings then we shouldn’t allow
@soumik76
@soumik76 8 ай бұрын
@@lavakumar_techie thanks for responding. My question is that is this a valid scenario and did you consider this during coding? As in a doctor can specify two intervals that can be merged to form one single interval and then bookings can be handled which span from one interval to the other? Example Doc specifies 2 distinct 30 min slots like 9-9.30 & 9.30-10. Now patient's booking query is from 9.15-9.45. Will the booking go through? Is this a valid scenario?
@lavakumar_techie
@lavakumar_techie 8 ай бұрын
@@soumik76 not valid. Ideally here two cases you should think 1. Doctor providing availability in 30 mins intervals 2. Doctor provide availability in a range 5 to 12 pm In second case urs is valid but in first as doctor already provide in interval ideally we shouldn’t allow 9:15 time slot to book. Also think like patients can choose from available slots instead they mentioning time slots
@soumik76
@soumik76 8 ай бұрын
@@lavakumar_techie understood thanks
@__AbhinashkumarPaswan
@__AbhinashkumarPaswan Жыл бұрын
v
@adityavats3990
@adityavats3990 Жыл бұрын
Hey i have also written the code could someone please review it once
@anweshasinha5722
@anweshasinha5722 Жыл бұрын
Can u plz make a video where u code from scratch, for any machine coding round. It will be interesting to see ur approach from the scratch.
@lavakumar_techie
@lavakumar_techie Жыл бұрын
Sure few people messaged me via LinkedIn and via comments about same thing. I will try to upload one.
@sarvagyaagarwal2823
@sarvagyaagarwal2823 2 жыл бұрын
problem statement and code point to the same link
@lavakumar_techie
@lavakumar_techie 2 жыл бұрын
Oh sry just checked and updated code: github.com/lavakumarThatisetti/FLIPMED_Interview Pls like and Subscribe Thank you
@vaibhavvashist238
@vaibhavvashist238 2 жыл бұрын
What are dsa questions were asked?
@santv2980
@santv2980 Жыл бұрын
Do we need to use Java to machine code or can we choose other languages like python
@lavakumar_techie
@lavakumar_techie Жыл бұрын
Yes u can use any. But if role is java backend developer then u should use only java
@rishabhjain8990
@rishabhjain8990 Жыл бұрын
Hi I think, we are not following single Responsibly principle.
@lavakumar_techie
@lavakumar_techie Жыл бұрын
Hey I have already told in the beginning the code what ever I demoed is exact code i written during interview. And when comes to MCD rounds completing the given features are more important. If the round is exclusive LLD or design round then Rest are important
@gp7060
@gp7060 2 жыл бұрын
Thank you so much.
@TheNatarajanvijay
@TheNatarajanvijay 2 жыл бұрын
Hi , What is the design question you got?
@lavakumar_techie
@lavakumar_techie 2 жыл бұрын
BMS LLD
@karthikbalaji383
@karthikbalaji383 2 жыл бұрын
can we use google for this round?
@lavakumar_techie
@lavakumar_techie 2 жыл бұрын
U shouldn't search code or something. May be u can browse syntaxes like declaration access like that.. but u have to share ur screen and video on. Persons will monitor u at their end
@DSA_Coding
@DSA_Coding Жыл бұрын
great work bro keep it up
@lavakumar_techie
@lavakumar_techie Жыл бұрын
Thank you
@sagestudy
@sagestudy Жыл бұрын
Very Great Video, Sir.
@lavakumar_techie
@lavakumar_techie Жыл бұрын
Thank you
@manjavd4506
@manjavd4506 2 жыл бұрын
You are not doing any validation for specialist
@lavakumar_techie
@lavakumar_techie 2 жыл бұрын
In 90 minutes we cannot think all these right and that to they didnt explicitly mentioned to implement validation features. The above video is exactly what i written during interview I didn't modified after that.. The main purpose of video is how much we can think and code in a given time frame
@dastudent3847
@dastudent3847 2 жыл бұрын
@@lavakumar_techie Did you coded these much in really just two hours ? How did you managed to write down these much code? Any tips ?
@lavakumar_techie
@lavakumar_techie 2 жыл бұрын
@@dastudent3847 yes.. not really 2 hrs. It's 1 hr 30 mins And rest 30 mins will go for evaluation by interview through live execution . First 10-15 mins u can spend on thinking and write down all high level classes . As intellij will auto generate getters , setters and constructors so u can just only concentrate on fields and main Bussiness logic and more importantly use design patterns or solid principles where ever u required. Try u r self for 2-3 practice mcd questions and set timers u can evaulate ur self. 90 mins we can manage to complete all required features but for bonus features time many not be sufficient for all times
@dastudent3847
@dastudent3847 2 жыл бұрын
@@lavakumar_techie Awesome man! I tried 4-5 mcd questions to practice and it took me around average 2.5 hours in C ++. Earlier it was taking more than 3 hours. So still improving myself.
@lavakumar_techie
@lavakumar_techie 2 жыл бұрын
@@dastudent3847 great.. all the best ✌️
@sandeepva9234
@sandeepva9234 2 жыл бұрын
Hi kindly tell me is machine learning and machine coding one and the same
@lavakumar_techie
@lavakumar_techie 2 жыл бұрын
No .. both are completely different. Machine coding is developing an use case or feature and it's part for software application development Machine learning is training some data with some math algorithms and predicting future data . No link between both.
@sandeepva9234
@sandeepva9234 2 жыл бұрын
@@lavakumar_techie thanks a lot for clarifying, for machine coding, is it based on any particular language, i am learning python as of now
@sandeepva9234
@sandeepva9234 2 жыл бұрын
@@lavakumar_techie can u advise from where can we prepare machine coding round
@lavakumar_techie
@lavakumar_techie 2 жыл бұрын
@@sandeepva9234 machine coding round is nothing but lld
@lavakumar_techie
@lavakumar_techie 2 жыл бұрын
@@sandeepva9234 you can go through this playlist to get some basic idea. But it's in java.. concepts same you can code same in python kzbin.info/aero/PLyjE_CyqGikpWc4IGmMtKZZit_YxMkJKL
规则,在门里生存,出来~死亡
00:33
落魄的王子
Рет қаралды 16 МЛН
Nastya and balloon challenge
00:23
Nastya
Рет қаралды 66 МЛН
Новый уровень твоей сосиски
00:33
Кушать Хочу
Рет қаралды 4,9 МЛН
How I Mastered Low Level Design Interviews
8:41
Ashish Pratap Singh
Рет қаралды 76 М.
My Amazon SDE-II Interview Experience
11:51
Coding Interview Prep
Рет қаралды 19 М.
Being Competent With Coding Is More Fun
11:13
TheVimeagen
Рет қаралды 81 М.
Got Laid Off from OLA but hired by PhonePe after 4Months of hardwork | SDE1 Interview Experience
19:32
Mock Low Level System Design Interview with Qualcomm Sr. Engineer - Design Meeting Scheduler
37:23
Flipkart SDE-1 Interview Experience and Preparation Tips by Naveen
18:23
Shashank Hiremath
Рет қаралды 7 М.
System Design Mock Interview: Design a Vending Machine
18:44
Exponent
Рет қаралды 37 М.
规则,在门里生存,出来~死亡
00:33
落魄的王子
Рет қаралды 16 МЛН