
Answer-first summary for fast verification
Answer: Code and data files which you have saved earlier will be lost
Upon termination of a Databricks cluster, all cloud resources in use are deleted. This includes the purging of associated VMs and operational memory, deletion of attached volume storage, and removal of network connections between nodes. Essentially, all resources linked to the compute environment are fully removed. It's crucial to save any results that need to be kept to a permanent storage location. Importantly, your code and any data files you've properly saved will not be lost.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
What is a consequence that does not occur when a Databricks cluster terminates?
A
Execution state and cache will be cleared out
B
Code and data files which you have saved earlier will be lost
C
Associated virtual machines and operational memory will be purged
D
Attached volume storage will be deleted
E
Network connections between nodes will be removed
No comments yet.