Databricks Certified Associate Developer for Apache Spark — Question 19

Which of the following is the most complete description of lazy evaluation?

Answer options

Correct answer: B

Explanation

Option B is correct because it accurately describes lazy evaluation as a process that begins execution only when triggered. The other options are incorrect as they either mischaracterize the triggering conditions or introduce unrelated criteria that do not define lazy evaluation.