A data engineer is configuring two independent Structured Streaming jobs. Both jobs consume data from different Kafka topics but write to the same Delta Lake bronze table using an identical schema. The proposed directory structure is as follows: - `./bronze/_checkpoint` (shared) - `./bronze/_delta_log` - `./bronze/year_week=2023.02` Can both streaming queries safely share the single `./bronze/_checkpoint` folder? Why or why not? | Databricks Certified Data Engineer - Professional Quiz - LeetQuiz