Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.5 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.5 KB

Data Engineering Problems

Data Engineering Problems with Solution

image

Here, we are solving all the Data Engineering problems using below methods

  1. Solving problem using PySpark
    1. Using PySpark Functions
    2. Using Spark SQL
  2. Solving problem using SQL (PostgreSQL or MySQL)

Please find list of all the problems

  1. Problem0 -> Get Employee with salary more than 100K
  2. Problem1 -> Get Max Salary for each Employee
  3. Problem2 -> Get Salary of all employees in Marketing department
  4. Problem3 -> Find diff between count of cities and distict count of cities
  5. Problem4 -> Get Shortest and Longest City Name
  6. Problem5 -> CITY names starting with vowels
  7. Problem6 -> Students more than 75 Marks
  8. Problem7 -> Returning active users
  9. Problem8 -> Top distance travelled
  10. Problems 9 -> Premium vs Freemium

Also find below blog for understanding all the data engineering problems

https://developershome.blog/category/data-engineering/problem-solving/

Also find below youtube channel for understanding all the data engineering problems and learning new concepts of data engineering.

https://www.youtube.com/@developershomeIn