Video upload date:  · Duration: PT1H46M27S  · Language: EN

A data architect has designed a system in databricks video

data-engineer-professional video for a data architect has designed a system in which two Structured Streaming jobs will concurrently write to a single bronze

This is a dedicated watch page for a single video.

Full Certification Question

A data architect has designed a system in which two Structured Streaming jobs will concurrently write to a single bronze Delta table. Each job is subscribing to a different topic from an Apache Kafka source, but they will write data with the same schema. To keep the directory structure simple, a data engineer has decided to nest a checkpoint directory to be shared by both streams. The proposed directory structure is displayed below: ./ bronze __checkpoint __delta_log year_week = 2020 _01 year_week = 2020 _02 ... Which statement describes whether this checkpoint directory structure is valid for the given scenario and why?