Question 15: Nagarro DE interview questions part1 | data engineer |

In this video I have discussed on Interview question asked in Nagarro interview for data engineers.
List the airlines that operate flights to all available destinations.
airlines_data = [
(1, "Airline A"),
(2, "Airline B"),
(3, "Airline C"),
]
flights_data = [
(1, 1, 101),
(2, 1, 102),
(3, 2, 101),
(4, 2, 103),
(5, 3, 101),
(6, 3, 102),
(7, 3, 103)
]
airlines_df = spark.createDataFrame(airlines_data, ["airline_id", "airline_name"])
flights_df = spark.createDataFrame(flights_data, ["flight_id", "airline_id", "destination_airport_id"])
Part 2: • Question 16: Nagarro D...
Part 3: • Question 17: Nagarro D...
Check out this video and do let me know your doubts we can connect on
linkedIn : / priyam-jain-0946ab199
Do subscribe @pysparkpulse for more such Questions.
#pyspark #spark #bigdata #bigdataengineer #dataengineering #dataengineer #nagarro #mnc #interviewquestions #dataengineer #bigdatainterview

Пікірлер: 7

  • @uandmahesh6096
    @uandmahesh609624 күн бұрын

    Hi bro.. I like your videos a lot as tgey are always very informative. I have 1 dbt like can we answer this question in SQL in interviews

  • @pysparkpulse

    @pysparkpulse

    12 күн бұрын

    Yes

  • @chandanpatra1053
    @chandanpatra10535 ай бұрын

    I will forever appreciate your channel, particularly for its valuable content featuring interview questions on Spark.

  • @pysparkpulse

    @pysparkpulse

    5 ай бұрын

    Thank you so much chandan 😊 I am grateful you loved content

  • @gouravjangid1315
    @gouravjangid13155 ай бұрын

    Can you share other 2 questions here, i like to solve them

  • @PriyamJain-qp8js

    @PriyamJain-qp8js

    5 ай бұрын

    kzread.info/dash/bejne/o32hvNCrl9Pgirw.html

  • @pysparkpulse

    @pysparkpulse

    5 ай бұрын

    Hi Gourav I uploaded both the videos please check