10 PySpark Product Based Interview Questions

  Рет қаралды 15,648

The Data Tech

The Data Tech

Күн бұрын

10 PySpark Product-Based Interview Questions
Code - github.com/sbgowtham/pyspark/...
PySpark Interview Coding PlayList - bit.ly/48H0Okg
Question 1 -00:00:00
Question 2 -00:04:24
Question 3 -00:07:36
Question 4 -00:13:35
Question 5 -00:21:29
Question 6 -00:24:28
Question 7 -00:26:36
Question 8 -00:29:12
Question 9 -00:33:13
Question 10 -00:37:01
17 Hours Big Data Engineering Full Course
Part 1 - • Big Data Engineering F...
Part 2 - • Big Data Engineering F...
KZbin- / @thedatatech
Instagram - bigdata.in
LinkedIn - linkedin.com/in/sbgowtham
Hash Tags
#bigdata #dataengineering #pyspark

Пікірлер: 15
@abhishekn786
@abhishekn786 19 күн бұрын
Thanks for the video, Please continue this pyspark interview videos. Thanks Again.
@Sandeep-bl9ji
@Sandeep-bl9ji 6 ай бұрын
Really a nice explanation with a clear shot... Thanks a lot... Please keep more videos on pyspark
@ashishlimaye2408
@ashishlimaye2408 5 ай бұрын
Great questions!
@vishnuvardhan9082
@vishnuvardhan9082 6 ай бұрын
Loving your channel more day by day
@sudarshanthota3369
@sudarshanthota3369 Ай бұрын
awesome video
@businessskills98
@businessskills98 6 ай бұрын
New subscriber added
@Ameem-rw4ir
@Ameem-rw4ir 3 ай бұрын
Bro, thanks for your effort for sharing interview based real time questions and answers. can you please share realtime streaming (kafka and pyspark) based interview based questions and answers??.
@boreddykesavareddy669
@boreddykesavareddy669 2 ай бұрын
Instead of left anti we can use except
@user-nl8gq3cc8t
@user-nl8gq3cc8t 6 ай бұрын
in interview if we solve the problems in SQL using sparksql will it be okay?
@user-nv6ho7uk8b
@user-nv6ho7uk8b 5 ай бұрын
It depends, sometimes, interviewer specially asks you not to use the sql and rather use the dataframe apis.
@selva30989
@selva30989 3 ай бұрын
Few guys will ask you to share code in both, spark sql and pyspark This way they can assess your pyspark and sql knowledge in single scenario based questions
@hyderali-wl3yi
@hyderali-wl3yi 2 ай бұрын
bro, thanks for your inputs. below data is in a file. can you please help me how to handle this?. I got bit trouble on your one line string data with what i have in multiple rows with multiple delimiter. empid,fname|lname@sal#deptid 1,mohan|kumar@5000#100 2,karna|varadan@3489#101 3,kavitha|gandan@6000#102 Expected output empid,fname,lname,sal,deptid 1,mohan,kumar,5000,100 2,karan,varadan,3489,101 3,kavitha,gandan,6000,102
@hyderali-wl3yi
@hyderali-wl3yi 2 ай бұрын
bro, thanks for your inputs. below data is a file.can you please help me how to handle this in pyspark? empid,fname|lname@sal#deptid 1,mohan|kumar@5000#100 2,karna|varadan@3489#101 3,kavitha|gandan@6000#102 Expected output empid,fname,lname,sal,deptid 1,mohan,kumar,5000,100 2,karan,varadan,3489,101 3,kavitha,gandan,6000,102
@piyushramkar9404
@piyushramkar9404 Ай бұрын
from pyspark.sql import SparkSession from pyspark.sql.functions import split, col spark = SparkSession.builder.appName("MyApp").getOrCreate() df = spark.read.format("csv").option("header", "true").option("inferSchema", "true").option("delimiter", ",").load("D:/data/employees.csv") exp_op = df.withColumn("fname", split(col("fname|lname@sal#deptid"), "\\|").getItem(0)) \ .withColumn("lname", split(split(col("fname|lname@sal#deptid"), "\\|").getItem(1),"@").getItem(0)) \ .withColumn("sal", split(split(col("fname|lname@sal#deptid"), "@").getItem(1), "#").getItem(0)) \ .withColumn("deptid", split(col("fname|lname@sal#deptid"), "#").getItem(1)) \ .select("empid","fname", "lname", "sal", "deptid") exp_op.show() #ouput +-----+-------+-------+----+------+ |empid| fname| lname| sal|deptid| +-----+-------+-------+----+------+ | 1| mohan| kumar|5000| 100| | 2| karna|varadan|3489| 101| | 3|kavitha| gandan|6000| 102| +-----+-------+-------+----+------+
Secret Experiment Toothpaste Pt.4 😱 #shorts
00:35
Mr DegrEE
Рет қаралды 14 МЛН
Iron Chin ✅ Isaih made this look too easy
00:13
Power Slap
Рет қаралды 35 МЛН
Sigma Kid Hair #funny #sigma #comedy
00:33
CRAZY GREAPA
Рет қаралды 35 МЛН
I gave 127 interviews. Top 5 Algorithms they asked me.
8:36
Sahil & Sarra
Рет қаралды 628 М.
PySpark Interview Questions & Answers | PySpark Interview Questions
9:59
How I Passed The Google Coding Interviews
18:50
Chris Jereza
Рет қаралды 23 М.
10 recently asked Pyspark Interview Questions | Big Data Interview
28:36
5 Useful F-String Tricks In Python
10:02
Indently
Рет қаралды 284 М.
4 Recently asked Pyspark Coding Questions | Apache Spark Interview
28:39
Сколько реально стоит ПК Величайшего?
0:37
Как удвоить напряжение? #электроника #умножитель
1:00
Hi Dev! – Электроника
Рет қаралды 1 МЛН
Это - iPhone 16 и вот что надо знать...
17:20
Overtake lab
Рет қаралды 132 М.
1$ vs 500$ ВИРТУАЛЬНАЯ РЕАЛЬНОСТЬ !
23:20
GoldenBurst
Рет қаралды 1,9 МЛН
Looks very comfortable. #leddisplay #ledscreen #ledwall #eagerled
0:19
LED Screen Factory-EagerLED
Рет қаралды 3,3 МЛН
Какой ноутбук взять для учёбы? #msi #rtx4090 #laptop #юмор #игровой #apple #shorts
0:18