walmart interview questions and answers | Data Engineering

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

КОМЕНТАРІ • 73

  • @VinayakKommana
    @VinayakKommana 3 місяці тому

    13:12 Q10) I got a simpler solution:
    arr = [3,4,6,8,10,11]
    insert = 7
    for i in range(len(arr)):
    if arr[i]>insert:
    res= arr[:i] + [insert] + arr[i:]
    break
    else:
    res = arr + [insert]
    print(res)

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

    Wo sab to badhiya tha Bhai stack sunke bukhar choot gya mera , bro dhire thoda mujhe thoda time lag gya par samjh gya

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

    Thank you, Bina paise liye aise content daalne ke liye bohot bohot shukriya

  • @satyammeena-bu7kp
    @satyammeena-bu7kp 6 місяців тому +1

    Really helpful ! I faced same questions in Walmart Interview

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

    @manishkumar we are loving your work , it's very helpful ❤

  • @SumitKumar-hz5wj
    @SumitKumar-hz5wj Рік тому

    Much helpful for folks preparing for data engineering role. Thanks Manish Bhaiya

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

    Great info ! Thank you for shairng.

  • @jjayeshpawar
    @jjayeshpawar 9 місяців тому

    Q.10
    for ind in range(1,len(l)):
    if l[ind-1] < a and l[ind] > 7:
    l.insert(ind,a)
    break
    print(l)

  • @RaviYadav-cx2pb
    @RaviYadav-cx2pb Рік тому

    Really gud information.. please kindly make a mini project for making data pipeline with Apache Kafka confluent

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

    Thanks man , really helpful 👍

  • @HarshRajput-ve5td
    @HarshRajput-ve5td 2 роки тому +1

    Sir pls make separate video on movie theatre booking system, explain broadly if possible then make on MySQL server pls...

  • @bilal.rk09
    @bilal.rk09 Рік тому

    Interesting and very helpful!!

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

    Sir nice video
    Can u make a video
    Ex: for one GB csv file how to decide number of worker nodes executors cores memory allocation for each executor etc etc

  • @Corporate_majdoor123
    @Corporate_majdoor123 2 дні тому

    Do u have to Answer in python only @manish kumar bhaiyya

  • @subiyasiddiqui2841
    @subiyasiddiqui2841 6 місяців тому

    Hey Manish
    Were there any screening round for you before the technical round

  • @raviyadav-dt1tb
    @raviyadav-dt1tb Рік тому

    Hello can please share SQL question as we’ll

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

    Bhai vo jo insert 7 at correct location vala question hai, jo aapne solution btaya usme how were they satisfied. O(N) solution diya aapne. We can do it using binary search in O(log N) because array is sorted. Ye poocha nhi unhone ki koi better approach hai ki nhi ?

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

      They did not. But yes we can do it using binary search

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

    Hi Manish, I have one question. I am technically sound in Java programming language but not having enough knowledge in python. Is it okay if we write the coding questions for Data Engineering interviews in our preferred language or do we need to write exclusively in Python?

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

    Hi Manish, what other questions were asked to you in HM last round ? anything related to tech or only behavioral ?

  • @AnkitChoudhary-ri9jp
    @AnkitChoudhary-ri9jp 8 місяців тому

    Bhai aap sql padhao na, acha se alag aproach se jese python padaba rahaho

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

    how to decide shuffle partition, could you please explain how do you ans this question in interview

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

      It depends on data. So please ask the interviewer how you data looks like. There can be a case that he is partitioning the data based on Id column and one Id has way to much data than the other id's. So in that case salting will help.
      General thumb of rule for number of shuffle partition is to keep upto 4x time number of cores you have.

  • @BhakthiYoutube
    @BhakthiYoutube 2 роки тому +8

    Bro if possible do these videos more and that too in english

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

      If he makes in English I can’t understand

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

      Can I make it curated for you, I want to improve my leading skills

  • @gamex-animex6289
    @gamex-animex6289 Рік тому +1

    Is it possible to switch from business analyst to data engineer while having skill in SQL and python

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

    Hello manish, wanted to know where to practice and learn these python related program question like stack pop

  • @Sharath_NK98
    @Sharath_NK98 11 місяців тому

    15:08 instead of complicating code can we do this ??
    a=[3,6,8,12,15]
    b=7
    a.append(b)
    print(a)
    a.sort()
    print(a)

    • @manish_kumar_1
      @manish_kumar_1  11 місяців тому +1

      Interview me aisa nhi Hota hai. You can't use any inbuilt function or library. They are testing you logical skill not just programming knowledge

  • @RishabhKalia-w6p
    @RishabhKalia-w6p 6 місяців тому

    this was for fresher or for experienced person? Of how many year of experience was this for?

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

    bhai i have 6 months exp in djnago and ruby on rails development domain. I want to work as a data engineer. I know ruby, java, python,numpy,pandas and POSTGRESQL. Now what should I do so that I can apply for jobs ? I never worked as a data engineer.How much time it will take and what more I have to learn to get data engineering job ?

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

      What my video titled "how I bagged 12 offers" you will get to know what you are looking for

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

      @@manish_kumar_1 But you have work experience in data engineering

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

    finished watching

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

    Bhai data analyst k baare m padna kaha s atart s kre aur 0 hai sbme aur 7 month exp h signalling domain m

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

    Hi Manish
    Is it possible to switch from manual product QA to data engineer, after 5 years experience in QA

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

      Yes you can do that. You will need to do a lot of practice on DE related tech stack

  • @saikrishna8338
    @saikrishna8338 6 місяців тому

    I tried that 10th Q like below
    #################
    a = [2,3,4,7,9,10]
    n = 1
    pos = ""
    for i in range(len(a)):
    if a[i]>n:
    pos = i
    break
    if(pos!=""):
    a.insert(pos,n)
    else:
    a.append(n)
    print(a)

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

    Hi Manish, did HR give feedback regarding final result ? what improvement areas they told to focus on ?

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

      Need to improve on coding skill. That was the feedback

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

    Directly connect with me on:- topmate.io/manish_kumar25

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

    Sir, in data modeling question which one is the fact table

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

      I will suggest you to search this on Google. You will get indepth answer there.

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

      there is no fact table mentioned in this video .. generally in sql we follow normalisation ...fact table concept is more applicable in snowflake schema which is dw concept .

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

    import math as m
    a=['[','{','(',')']
    count=0
    print(len(a))
    l_n1=reversed(range(m.ceil(len(a)/2))) #to iter from the middle to start
    l_n2=range(m.floor(len(a)/2),len(a)) #to iter from middle to end
    print(l_n1,l_n2)
    for i,j in zip(l_n1,l_n2):
    print(a[i],a[j])
    if a[i]=='(':
    if a[i]==chr(ord(a[j])-1):
    count+=1
    if a[i]=='{':
    if a[i]==chr(ord(a[j])-2):
    count+=1
    if a[i]=='[':
    if a[i]==chr(ord(a[j])-2):
    count+=1

    if count==(len(a)/2):
    print(True)
    else:
    print(False)
    this my code for parenthesis checking !!!

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

    Bhai slow course karo mere jaisa logo ke lie batao na

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

    Hi
    Is Hadoop really needed for data engineering?

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

    I believe he is a perfect developer. Hope he pings me 😊

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

    Hello sir, I am a 3rd student and want to get into data engineering what to do ?

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

      1 programming language- python (preferred one)
      2 Sql
      3 Spark and Hadoop basics ( The definitive guide spark)

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

      Q10, wont it be easier just append and then sort?

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

      @@herman4975 sorting will take minimum o(n logn) time complexity. And in interview I had to do with o(n) time complexity. What you said is correct but not an optimal solution. Hope I have answered your query

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

    why not u posting videos in English

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

      Sorry bro. This series will be in hindi only. May be in future I will upload in English too

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

    Can we write same code in java?

  • @RahulP572
    @RahulP572 4 місяці тому

    Solution for Q10 seems to be not working, here is the working solution:
    A = [2,3,7,9]
    B = 1
    index =len(A)
    for x in range(len(A)):
    if A[x] > B:
    index = x
    A = A[:index] + [B] + A[index:]
    break
    if index == len(A):
    A = A + [B]
    print(A)

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

    Connect with me i can also provide you questions

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

    What do they ask for 1 year experienced data engineer roles? Does data structure come into picture?

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

      Easy questions aayenge coding ke. Baaki aapse expectation Kam hoga. May be easy to medium sql and easy coding

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

      @@manish_kumar_1 thank you.

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

    Slow neta ji

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

    Hello Manish Bhai , Could you please check my solution for Question-10 (Solved using pointer) ??
    arr = [3,6,8,12,15]
    #insert 7 at its correct location
    i = 7
    l = 0
    r= len(arr)-1
    while l