jio interview questions and answers | Data Engineering

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

КОМЕНТАРІ • 62

  • @sandhyarani-b7t
    @sandhyarani-b7t 7 місяців тому

    Thanks for this Interview Questions Series, very informative and nice explanation bhai

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

    Good one Manish.

  • @theviralfever77k62
    @theviralfever77k62 Рік тому +3

    Sir Apne interview preparation Kaha se aur Kaise kiya Tha?

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

    very informative video

  • @kashifkhan4673
    @kashifkhan4673 Рік тому +2

    #FIRST QUESTION
    l = [12,3,27,5,4,9,4]
    result = 180
    for i in l:
    for j in l:
    for k in l:
    if i*j*k == result:
    print(i,j,k)

  • @VishalBachhav-q9w
    @VishalBachhav-q9w Рік тому

    #anagrams
    str1='abcd'
    str2='dcba'
    def rev(n):
    n1=''
    for i in n:
    n1=i+n1
    return n1
    if str1 ==rev(str2):
    print('anagram')
    else:
    print('not anagram')

    • @gojosatoru805
      @gojosatoru805 Місяць тому

      It won’t always match with reversed string right?

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

    nice questions and nice explanation please do more bhai❤

  • @shrutiagnihotri5312
    @shrutiagnihotri5312 6 місяців тому +1

    I have a L2 technical discussion tomorrow in Jio. What kind of questions can I expect? More of Spark oriented or more of core scala programming oriented?

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

      It depends on interviewer to interviewer. In general it should be mix of scala programming and spark concepts.

    • @vanshchauhan3910
      @vanshchauhan3910 8 днів тому

      @shrutiagnihotri5312 how's was your interview?

  • @srinathch7311
    @srinathch7311 5 місяців тому

    Please help what kind of projects in jio

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

    sir sb me company me apply krta hu to vo screening question me year of experience puchte h or me Fresher hu kya kru ?

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

    apke jaise python ques kaise prepare kre bhai

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

    '

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

      First it will be not equal to and then less than or vice versa will give you correct result . BTW thanks for pointing out the mistake

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

    Hi Manish Kumar, the content you're sharing is quite useful to the Data Engineer position aspirants. Can I have your LinkedIn URL please?

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

      I have already shared all the social media handle link in the description

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

    Achha agar ham DSA round c++ me kar de to koi dikkat hogi kyaa,, aur aap please Spark aur ETL ka tutorial bana dijiyega end to end pura

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

    Whats the year of experience they asked in this interview

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

    finished watching

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

    Bhai please create playlists for end to end projects for data engineering

  • @vigneshbalaji_
    @vigneshbalaji_ 10 місяців тому

    Is above type of questions are fine enough to clear the interview in jio..Im good at python and sql is it fine enough...kindly reply.

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

    can we code like this.
    string1=input("please input string1")
    string2=input("please input string2")
    value1=0
    value2=0
    for i in range(0,len(string1)):
    value1+=int(ord(string1[i]))
    for i in range(0,len(string2)):
    value2+=int(ord(string2[i]))
    if value1==value2:
    print("string is anagram")
    else:
    print("string is not anagram")

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

      Nope. Let say one is having string "bd" that means 98+100=198 and other string is "cc" that is 99+99=198. But these are not anagram

    • @SwapnilPatil-t8j
      @SwapnilPatil-t8j Рік тому

      What happen Manish sir if we add total ord ord of str1 + ord of str2 if both add equal then it's right....😅

  • @market_matrix-e6q
    @market_matrix-e6q Рік тому

    Bhai python coding ka sawal sare dsa main tha kya kyun ki maine avhi tak dsa nahi padha hain !!

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

      coding matlab wahi hota hai. ab aapse syntax se puchenge nahi

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

    Kindly share data engineer interview questions 2 year work experience who is only work in python SQL

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

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

  • @srinathch7311
    @srinathch7311 5 місяців тому

    What kind of project u faced as a jio data engineer. Please tell me

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

    Bhaiya, I am preparing for a data engineering role. I am good with coding in python. But everyone tells me to do dsa problems in c++/java as the interviewers don't allow in python. Is this true?. I'm asking because I saw most of ur solutions were in python. Can u plz help me with this issue?

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

      DE me to we use python or java/scala. Agar python aati hai to chill maaro and do all questions in python only. Don't waste your time in learning syntax of new language

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

    can a fresher get a job in jio for data analyst or business analyst or data engineer

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

      Yes. Please check opening on career portal of jio

  • @meetpatel.47
    @meetpatel.47 8 місяців тому

    Is zs remote work for freshers?

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

      No

    • @meetpatel.47
      @meetpatel.47 8 місяців тому

      @@manish_kumar_1 i recently ask today one employee he told me for 2 months you have to work from office after that you can work hybrid.

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

    Data engineer and data scientist are same?

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

      No. Some tech stacks are common in both but in general they are different

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

    mereko referral chahiye tha

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

    Sir bas itne he ques puche the poore interview me?

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

    #Anagram
    str1 = 'aaaba'
    str2 = 'aaaba'
    if len(str1)==len(str2):
    d = {}
    for i in range(len(str1)):
    if str1[i] in d:
    d[str1[i]] += 1
    else:
    d[str1[i]] = 1
    if str2[i] in d:
    d[str2[i]] += 1
    else:
    d[str2[i]] = 1
    count = 0
    print(d)
    for i in d:
    if d[i] % 2 != 0:
    count+=1
    if count == 1:
    print('not anagram')
    else:
    print('anagram')

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

    I have seen all of your interviews can I come to the conclusion that spark streaming and Kafka are not imp for interviews?

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

      Your conclusion is too biased. Since I haven't worked on spark streaming they did not ask any questions from that area.

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

      @@manish_kumar_1 thanks a lot.
      I am a fresher and i know sql,hive,nosql,hdfs,sqoop
      Spark (spark optimisation and streaming)
      Is this enough for data engineering role and please suggest what all other stack should i cover.

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

      @@tanmaykapil5362 Bhai agar tune sql hi achhe se cover kar liya to tujhe 2 saal lag jaayenge pura seekhne mein. Advanced SQL hi itna deep hai. Aur tu kaha itne saare technology gina raha hai.
      Yahi problem hai logo ko lagta hai ki jitni jyada cheez dikhayenge utna jyada chances milenge. Agar kisi ek interviewer ne bhi dhang se khod kar saare questions puchh daale naa to tumhaari phat jayegi

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

    What was CTC offered for 3 yr exp candidate by Jio ?

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

    Kaise logic banaye aise bhai?

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

    How you applied at Jio

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

    Please give pdf of questions