Deloitte USI Senior Data Engineer Interview Questions | SDE Interview Experience | 25 LPA

preview_player
Показать описание
Hi everyone, I am Sarthak and I am working as a Senior Data Engineer. In this video I have explained in detail about my interview experience in Deloitte for Senior Data Engineer role

Walmart Data Engineer Interview Experience

EY Data Engineer Interview Experience

Spark tutorial websites

Practice SQL on Leetcode

Song: Sappheiros - Dawn

Leave a like if you find this video helpful.
Рекомендации по теме
Комментарии
Автор

Hi everyone, if you are preparing for Data Engineer Interviews then do checkout the below playlist. In that I have covered important PySpark concepts and their coding questions

SarthakDasgupta-bpxi
Автор

Thanks for the brief explanation. Waiting for much interview questions on SQL Coding!

siddhartharao
Автор

Follow my YouTube channel for the SQL Pyspark DSA in python Oops in python Pandas scenarios based interview questions and answers preparation:


DEwithDhairy
Автор

Please upload pyspark and SQL coding questions with answers. And your explanations are to good and we can visualize it easily. Thank you for sharing your interview experience

lakshmiivaturi
Автор

very helpful info....and good explanation...

swapnilchavan
Автор

import pandas as pd
data1 = {
"c1":[1, 2, 7],
"c2":[2, 4, 6]
}

data2 = {
"c3":[6, 9],
"c4":[4, 8],
"c5":[-2, 0]
}

df1 = pd.DataFrame(data1)
df2 = pd.DataFrame(data2)

df = df1.join(df2, how="outer")
print(df)
c1 c2 c3 c4 c5
0 1 2 6.0 4.0 -2.0
1 2 4 9.0 8.0 0.0
2 7 6 NaN NaN NaN

adhirajmajumder
Автор

make more pyspark coding questions bro

memesmacha
Автор

I had applied for NLA on Jan 19

i didn't get any result so I applied to two other roles in Deloitte USI, And My resume was not shortlisted for those roles .

After feb 10 i got mail from NLA that my resume is shortlisted and i got selected in NLA after all rounds .


Now will this have any effect on my offer ?
I had applied to those roles on Feb starting, Will it affect my offer ?

Because i heard that the selected candidate should not have applied to any roles in deloitte USI in last 6 months, is that real ?

But When i applied for NLA, It was my first application for Deloitte USI !

Could my applications to other roles at Deloitte USI after Feb 10 which was rejected during resume screening, impact my Deloitte NLA offer? My NLA application was my first application for Deloite USI in Jan month and i got selected in NLA, received verbal offer too. Will this affect my Deloitte NLA Offer in future ?

Backupforsharedalbum
Автор

Data engineer n data analyst r different?

shwetas