10 Big Data Interview Question That I Ask - Part 1

Поділитися
Вставка
  • Опубліковано 12 вер 2024

КОМЕНТАРІ • 37

  • @Apna_Banaras
    @Apna_Banaras 3 роки тому +8

    1. a.partition is a grouping a simalar type of data best of key.it is use for increase the performance of hive query;
    create table tablename (col1 ,col2 ) prartitioned by (col3) row format...
    in dynamic parition set parameters=set hive.exec.dynamic.partition.mode=nonstrict and set hive.exec.dyanamic.partition=true
    b. bucketing is deviding a data best on hasfunction .it is use for increase the performace of join query .
    create table tablename (col1 ,col2 )clustered by (col1) row format.
    set parameter before loading data in bucketed table = set hive.enforce.bucketing=true

  • @shruthiv463
    @shruthiv463 3 роки тому +3

    Thanks a lot! You are the guiding light for interview preparation.. Looking for more such videos..

  • @naveenchenamarla642
    @naveenchenamarla642 3 роки тому +12

    Hi Gowtham, can you please make a video on how to explain our daily activities in our big data project?

  • @kunuturuaravindreddy5879
    @kunuturuaravindreddy5879 2 роки тому +4

    Can we see a real time end to end project not just explanation but practically doing it from scratch if possible can u please make a video.

  • @SanatanYogii
    @SanatanYogii 2 роки тому +1

    The way you speak and your voice is very impressive bro ..

    • @SanatanYogii
      @SanatanYogii 2 роки тому +1

      I will text you soon as a data engineer : )

  • @rohit-pr
    @rohit-pr 3 роки тому +1

    Certainly helpful in progressing towards Big Data Engineer

  • @kunuturuaravindreddy5879
    @kunuturuaravindreddy5879 2 роки тому +1

    Nice wish to see more real time project videos.

  • @ichrakhammioui8824
    @ichrakhammioui8824 2 місяці тому

    For someone who is applying to an internship in big data, do you ask the same questions or this is just for people with experience

  • @AmarNath-zh8cv
    @AmarNath-zh8cv Рік тому

    Hi sir, tnq so mush, ur videos are very helpful and understandable.

  • @gouthamraj1115
    @gouthamraj1115 Рік тому

    Very useful Info. Thankyou for your effort.

  • @kamrajv8
    @kamrajv8 2 роки тому +1

    Hi brother need a video on map reduce with demo codes
    Nice work keep posting

  • @janginasira6839
    @janginasira6839 3 роки тому +2

    Anna, please make video on more coding interview question expected for Data Engineer please.

  • @raviyadav-dt1tb
    @raviyadav-dt1tb 9 місяців тому +1

    Can you please provide aws questions and answers, it will be very appreciated

  • @tushibhaque863
    @tushibhaque863 2 роки тому

    Awesome questions ..do you provide training...??

  • @rajeswarisureshkumar4391
    @rajeswarisureshkumar4391 2 роки тому +2

    As a fresher shall I get job in bigdata

  • @prabhatgupta6415
    @prabhatgupta6415 Рік тому

    Hi Sir are we not asked dsa question in DE roles.
    Please make a video what question a candidate needs to prepare to crack interview some people say first dsa question is asked to clear interview.Throw some light on it.

  • @vishwanathpatne5250
    @vishwanathpatne5250 Рік тому

    Very good information 😊

  • @sankarvirat932
    @sankarvirat932 3 роки тому +1

    Informative

  • @saswataghosh6693
    @saswataghosh6693 Рік тому

    Hi gowtham can you make a video on gcp data engineer interview questions

  • @ririraman7
    @ririraman7 2 роки тому

    Very helpful.

  • @k.sakthivel6381
    @k.sakthivel6381 2 роки тому

    where you get daily data in your hadoop project (client side) please ans bro

  • @k.sakthivel6381
    @k.sakthivel6381 2 роки тому

    what is your cluster size in your project (please tell me the ans)

  • @nanithac9962
    @nanithac9962 Рік тому

    Can you please share interview qns for 2 years experience

  • @nagamanickam6604
    @nagamanickam6604 2 роки тому

    Thank you

  • @SamSung-rv2ec
    @SamSung-rv2ec Рік тому +1

    Who will post the answer
    We need both questions & answers

    • @dataengineeringvideos
      @dataengineeringvideos  Рік тому +1

      I have posted the answer in part 2 video , I hope you didn't check the description for the part 2 video for answers, here is the video - ua-cam.com/video/CG51YQHH9C0/v-deo.html

  • @anupamakamepalli5285
    @anupamakamepalli5285 2 роки тому

    Hello sir,
    This is Anu, could you prepare me for bigdata interviews?

  • @appleboy4197
    @appleboy4197 3 роки тому

    👍👍

  • @prasanthg6506
    @prasanthg6506 3 роки тому +2

    Hi Bro,
    Please reply me for this my interview question.
    when both data frames have large size and i need to perform join we can't use broad join right.
    In this case which join should we prefer shuffle hash or sort merge and why is it better
    note: here is join keys are completely unique keys.