Uber Data Science Interview Process

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

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

  • @mlvprasadofficial
    @mlvprasadofficial 4 ปีที่แล้ว +26

    Linear means straight... Regression means coming to an avergea, linear regression means fitting a straight line which is average fit to the set of all observations ✌️💯

  • @bipinyadav934
    @bipinyadav934 4 ปีที่แล้ว +26

    I would like to explain linear regression using following example:
    The moment you sit in a cab ride, in a cab, you see that there's a fixed amount there, it says $2.50, $2.50 You rather that the cab moves or you get off, this is what you owe to the driver, the moment you step into a cab. That's a constant, you have to pay that amount, if you have stepped into a cab. Then as it starts moving, for every meter or 100 meters, the fare increases by a certain amount. So, there's a fraction, there's a relationship between distance and the amount you would pay, above and beyond that constant. If you're not moving, and you're stuck in traffic, then every additional minute, you have to pay more. As the minutes increase, your fare increases, as the distance increases, your fare increases, and while all this is happening, you've already paid a base fare, which is the constant. This is what regression is. Regression tells you what the base fare is and what is the relationship between time and the fare you have paid and the distance you have traveled and the fare you have paid. Because in the absence of knowing those relationships, and just knowing how much people traveled for, and how much they paid, regression allows you to compute that constant that you didn't know it was 2.50, and it would compute the relationship between the fare and the distance, and the fare and the time.

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

    Man you are doing a great service to the Data Science community. Kudos !!!! Thumbs up !!!!

  • @bcr5430
    @bcr5430 4 ปีที่แล้ว +11

    Linear Regression: fitting a straight line to the given data in a graph.

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

      could be more explainable by adding the term "dependent or independent variable" : )

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

    Linear Regression is how well one variable(dependent variable) can be explained through a line graph made from other variable or variables(independent variables).Hence the term 'linear' in regression.

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

    Linear regression simply explains the relationship between two or more things that is how changes in one, bring change in other things or vice versa

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

    Thanks a ton, as this video cleared my doubts regarding my future's learning decisions.

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

    Predict continous number Or values on on label data. Or predict variable y by using x variable.

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

    Hi Krish, first of all, thank you for all the videos - they are very infornational. Kindly add few more videos on interview Q&As for Data Science and ML.
    Now, regarding Linear Regression in simple terms - it is a straight line that we draw on a graph, here to represent the cost of the Uber ride. Y being the price, x is distance , slope is price per km and intercept includes surge due to timing

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

    example, you wanted go one 'x' tourist place where it has several places to cover, different range of hotels etc and your not sure how much will it cost for it exactly but you have the data of your friends who had been to the place recently. Linear regression will helps you to find the best average amount for your trip on basis of number of days u stay there and number of places you cover etc with a constant of travel charges you choose.

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

    Linear regression : Let's say you travel 10 km and your uber bill comes out to be 150 , next day you travel 15 km and your bill comes out to be 250 . Now you want to predict uber bill on travelling 12 km you can use linear regression to predict it.

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

    lets say you booked an Uber, your fare will be dependent on the distance travelled. Now point some points on a 2d space, distance vs fare and join these point using a straight line. this is similar to linear regression. As distance increases, your fare increases. By extending that line, you can give an estimate of fare for your future trips.

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

    In simple language, LR is a common method of prediction. The process goes like that >>get the data>>design a model that works for that sample data>>Make a prediction for the whole population.

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

    Linear regression is a linear approximation of the causal relationship between variables.

  • @deepanshu.770
    @deepanshu.770 3 ปีที่แล้ว +4

    1. Marks your data points into graph
    2. Take a best fit line between these data points.
    Fit and Finding This Best Fit Line is Linear Regression

  • @JAMALUDDIN-ft9ci
    @JAMALUDDIN-ft9ci 4 ปีที่แล้ว +2

    Linear regression is all about how one can increase some set of values or decrease some another set of values so that you get closure to optimal values.

  • @akshaygupta6321
    @akshaygupta6321 4 ปีที่แล้ว +12

    Please make a video regarding companies like wells Fargo, EXL,ZS etc for data analyst role for freshers?

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

      I have been working with Wells
      the question they ask Python(numphy, Pandas), MYSQL (joins, subqueries, windows funcations, group by) and some guestimates.

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

    when we have to work on more than 2 variables then we are using Linear regression and a fitting curve is one of the most important part of linear Regression

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

    Awesome video.Awaiting for still more interview videos

  • @krishnar6717
    @krishnar6717 4 ปีที่แล้ว +13

    Sir make a playlist on Interview questions where you answer interview questions as if you are being interviewed

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

    Thanks for the video!!! please eloborate on dynamic pricing and please make a video what algoriths are best suited for dynamicpricing.

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

    Hi Krish..! I went through many of your videos. and they are so much worth watchable for aspirants. I have one request from my side... i.e. Can you please make some videos about particularly for data engineering and working mechanism of any of one data modeling tool.??

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

    I like the way you teach

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

    Sir hugely Motivated by you...Thanku for sharing your worthy knowledge to the community.

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

      @@HemantKumar-lv2iy my typing mistake smjha karo

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

      Corrected

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

    What was the salary range offered to him with such a high qualification list ?

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

    Sir, kindly make a video on job description of Data scientist..

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

    Linear regression to a student - when your science marks increase your total marks also increase right? This is a linear relationship.

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

    Really helpful video! Thank you! :)

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

    Linear means straight and Regression means finding relationship between variables. So linear regression is a straight approach to find the relationship between variables.

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

      Super bro ... I dont know about linear regression.. I studied comments but I cant understand... Nice

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

    i am mechanical engineer....luckily I got job in one of the best MNC in finance market, currently I am working as Senior Analyst .
    my question Is can I get opportunity in Data Science field, if I learn all the tools, does Engg. stream do matter for MNC?

  • @vedprakash-bf4xj
    @vedprakash-bf4xj 4 ปีที่แล้ว +3

    Linear regression analysis simply means we are just trying to fit with average .
    Everyone wants to be atleast average that's best explained by linear regression

  • @GauravSharma-ui4yd
    @GauravSharma-ui4yd 4 ปีที่แล้ว +2

    The more you study on an average the more you score, to capture this trend quantitatively we apply linear regression. So LR is just a syntactic sugar of mathematicians to capture these linear trends in using pen-paper.

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

    very motivational Thanks Krish

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

    Informative Content

  • @nitesh.jyotishi
    @nitesh.jyotishi 4 ปีที่แล้ว +4

    Data Structure and algorithm waali series kyu nhi aa rhi , i started following that and suddenly it's update stopped

    • @krishnaik06
      @krishnaik06  4 ปีที่แล้ว +6

      aayega bhai dont worry...

    • @nitesh.jyotishi
      @nitesh.jyotishi 4 ปีที่แล้ว +2

      @@krishnaik06 Thanks sir , I am continue following that , vo bs routine bna liya tha daily 30 min m video dekhna samjhna and code krna. Thanks you so much for this.

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

    How an 2yr exp associate apply for uber (career transition from software development to data science)

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

    how can we gain all this knowledge while pursuing our undergrad degree? I'm already doing competitive programming.

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

    Please make interview questions for Fractal Analytics

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

    A unit change in the input should lead to the unit change in the output.

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

    Thank you for this video, it is very informational! Can you tell me the best resource to read about usecases in any particular product/company?

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

    Sir please share how a beginner should start with data visualization ?
    What skills to required to get job as data visualization and is there course or degree needed in statistics ?

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

    do we need to be a domain expert before going for the interview or do they explain the concepts related to the domain during the interview?

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

    Does companies consider a profile who has freshly transitioned in Data science?

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

    arre bro bas eak baat bata do whether using google is allowed or not in the case interview........? this is very important for me as I have seen most people using google and stackoverflow while coding...

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

    Hi
    Good morning
    I'm really interested to join IBM as a fresher. Currently i'm in pre-final year.
    So plz make a video on it that will be helpful to many people who are interested to join .

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

    What were the DS questions asked?

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

    Hi krish thanks for interview.
    I will be building my career in data science.
    Experince 6 year's in web.
    Can you please guide

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

    Can you please share the data science of Paypal, stripe and paytm.

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

    Please make a video on projects related to energy analysis

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

    Can health care or pharma background people can learn data science. Please suggest

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

    I'll be sitting Dumb in the Interview
    Started learning DS & AI in July ,had to learn a lot.
    Any resources of How a company's AI system Works ?
    Thank you Krish Sir

  • @bcr5430
    @bcr5430 4 ปีที่แล้ว +7

    What about people from other branches of engineering?

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

    I got an offer from Uber as Associate Risk Analyst position. Should I accept it as the tech stack is only Excel and SQL? I'm more interested in data science what should I do?

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

      Go ahead as an analyst u will get interesting problem statements

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

      @@krishnaik06 Thanks Krish! appreciated your response.

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

    Please make a video on top 50 companies who offer 10 lpa atleast and required graduates....like this..

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

    Sir please start offline classes

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

    Ok the persons who's done or doing p.g dip in Data science and AI they will not cover qualification with bio or other non maths field background

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

    Linear Regression : Trying to build an equation of a line which tries to fit all the points in a N- Dimensional space such that the sum of squared distances to that line is minimum

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

    Sir please upload data structures playlist

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

    I will explain the linear regression to a less educated student like: You came outside to purchase some apple. you went to a store and asked for the price. The shopkeeper told you that 1 apple price is 10 rs. if you purchase 2 it will be 20. Think like you want to purchase 10 apples. Then How much you will pay to the shopkeeper ? If he told 100 rs. Then he knows y = mx . Later on i can explain in another case you were purchasing some other item for like banana.. for 3 bananas for 21 rs and 10 bananas for 60 rs. i can explain him about the 10rs is a bias or error to actual outcome. Please let me know is it will be enough. ??

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

    Why your are not uploading any videos in Live projects sir?

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

      Planning to upload deep learning projects...don't worry it will come

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

    Sir, Is there any hope for dropouts? Or we should start looking for some blue-collar jobs.

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

    Help also the fresher's please...

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

    Sir , I am 16 years old and I am interested in data science
    My boards exams Will be finished by next week , so I am thinking to start learning data science from now
    Any tips for me
    Sir please please please please please please please please reply
    😊😊

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

    Uhmm, im a second year student in isi kolkata (indian statistical institute). So, stat is not really a problem for me but since its a old institute most of the people do stuff theoretically. So, im very weak at programming and coding related stuff. Any idea on how to proceed?

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

    Sir i have a question plzz ans me
    I am studying just data science course in my phone
    Bcz i have financial problem .i do this course in my home.
    And i have no certificate is data science ..
    Company asking any question for certificate
    Bcz i have no certificate..
    Plzz sir ans this question

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

    I am afraid to give an interview and I know about data science very well tell me guys what do

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

    what about BE extc?

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

    Sir i am bcom Student and i have joined a data science
    Will I be able to get call for data science interview?

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

    Sir you said any degree from statistics , can it be from online courses like coursera or udemy

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

    Bro Is there any probability for a fresher to get a job as Machine learning Engineering jr or data scientist jr. Anyone please clarify my doubt

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

    How to get Data Science job in Panasonic?

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

    Hii sir i have belong to Art background..
    But i intreasted data science
    And I have complete course data science. Can i illegible for data science job
    And plz tell m which course are suitable Art background student.

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

    Ok the persons who's done or doing p.g dip in Data science and AI they will not cover qualification with bio or other non maths field background