One of the main things they asked me was about how to register a DataFrame as a temporary SQL view using createOrReplaceTempView, and then how to run SQL queries on top of that. It was pretty straightforward, but they wanted to see if I understood how to combine PySpark with SQL for more flexible querying.