freshworks interview questions and answers in pyspark | #interview | #pyspark

preview_player
Показать описание
freshworks interview questions and answers in pyspark

data = [
(1,'2023-01-01',10),
(1,'2023-01-27',13),
(1,'2023-02-01',14)
,(1,'2023-02-15',15)
,(1,'2023-03-03',18)
,(1,'2023-03-27',15)
,(1,'2023-04-06',20)
,(2,'2024-01-01',50)
,(2,'2024-01-29',100)
,(2,'2024-02-01',150)
]
schema = "sku_id int , price_date string , price int"

display(df)

top interview question and answer in pyspark :

#freshworks #deloitte #zs #fang #pyspark #sql #interview #dataengineers #dataanalytics #datascience #StrataScratch #Facebook #data #dataengineeringinterview #codechallenge #datascientist #pyspark #CodingInterview
#dsafordataguy #dewithdhairy #DEwithDhairy #dhiarjgupta #leetcode #topinterviewquestion
Рекомендации по теме
Комментарии
Автор

I want you explain in SQL also. Because your explanation i found it more useful . The steps you explain to solve before you come to write SQL queries is quite impressive which I like it. Please make it a video. And if possible make a special dedicated date time function in SQL server which will cover indepth of those functions. And explain also with examples so that one can immediately grasp on how to implement those functions. I will be waiting for your video.

chandanpatra
Автор

I have an interview with Freshworks for position of SDET engineer..Frst round they told it will be of Hacker rank exam..Can you please tell me what type of questions that we can expect?

sankaranarayanan