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?
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")
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?
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
#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')
@@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.
@@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
Thanks for this Interview Questions Series, very informative and nice explanation bhai
Good one Manish.
Sir Apne interview preparation Kaha se aur Kaise kiya Tha?
very informative video
#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)
ye bhdia hai... saare combinations aagye isme
#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')
It won’t always match with reversed string right?
nice questions and nice explanation please do more bhai❤
Sure I will
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?
It depends on interviewer to interviewer. In general it should be mix of scala programming and spark concepts.
@shrutiagnihotri5312 how's was your interview?
Please help what kind of projects in jio
sir sb me company me apply krta hu to vo screening question me year of experience puchte h or me Fresher hu kya kru ?
apke jaise python ques kaise prepare kre bhai
'
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
Hi Manish Kumar, the content you're sharing is quite useful to the Data Engineer position aspirants. Can I have your LinkedIn URL please?
I have already shared all the social media handle link in the description
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
Koi dikkat nahi hai
@@manish_kumar_1 ❤️
Whats the year of experience they asked in this interview
finished watching
Bhai please create playlists for end to end projects for data engineering
Latest video dekhiye
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.
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")
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
What happen Manish sir if we add total ord ord of str1 + ord of str2 if both add equal then it's right....😅
Bhai python coding ka sawal sare dsa main tha kya kyun ki maine avhi tak dsa nahi padha hain !!
coding matlab wahi hota hai. ab aapse syntax se puchenge nahi
Kindly share data engineer interview questions 2 year work experience who is only work in python SQL
Did you find anything?
Directly connect with me on:- topmate.io/manish_kumar25
What kind of project u faced as a jio data engineer. Please tell me
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?
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
can a fresher get a job in jio for data analyst or business analyst or data engineer
Yes. Please check opening on career portal of jio
Is zs remote work for freshers?
No
@@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.
Data engineer and data scientist are same?
No. Some tech stacks are common in both but in general they are different
mereko referral chahiye tha
Sir bas itne he ques puche the poore interview me?
Yes
@@manish_kumar_1bro it was offcampus or college placement?
#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')
I have seen all of your interviews can I come to the conclusion that spark streaming and Kafka are not imp for interviews?
Your conclusion is too biased. Since I haven't worked on spark streaming they did not ask any questions from that area.
@@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.
@@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
What was CTC offered for 3 yr exp candidate by Jio ?
Can't disclose but it's more than 20
Kaise logic banaye aise bhai?
Keep practicing. Koi shortcut nahi hai iska
How you applied at Jio
Through naukri
Please give pdf of questions