Beginner
Partitions, actions, lazy evaluation, and the driver.
What is a Spark partition?
Why does groupBy cause a shuffle?
What is Apache Spark?
What runs on the driver vs an executor?
Name the three main processes in a Spark app.
In one sentence, what is RDDs?
In one sentence, what is DataFrames and schemas?
In one sentence, what is Narrow vs wide transformations?
In one sentence, what is Actions that trigger jobs?
In one sentence, what is Why Spark is lazy?
In one sentence, what is Partitions?
In one sentence, what is What a shuffle actually does?
In one sentence, what is Join strategies in Spark?
In one sentence, what is Cache and persist?
In one sentence, what is Driver vs executors?
In one sentence, what is Jobs, stages, and tasks?
In one sentence, what is The Spark DAG?
In one sentence, what is Catalyst optimizer?
In one sentence, what is Tungsten execution engine?
In one sentence, what is Data skew?
In one sentence, what is Broadcast joins?
In one sentence, what is Adaptive Query Execution?
In one sentence, what is Databricks architecture?
In one sentence, what is Delta Lake?
In one sentence, what is Unity Catalog?