Certified Data Engineer Associate Exam QuestionsBrowse all questions from this exam

Certified Data Engineer Associate Exam - Question 83


A data engineer has a Job that has a complex run schedule, and they want to transfer that schedule to other Jobs.

Rather than manually selecting each value in the scheduling form in Databricks, which of the following tools can the data engineer use to represent and submit the schedule programmatically?

Show Answer
Correct Answer: D

To transfer a complex run schedule from one job to another programmatically in Databricks, the data engineer can use Cron syntax. Cron syntax allows precise specification of schedule times in a compact and standardized format, making it easy to copy and apply the same schedule across multiple jobs without needing to manually input values.

Discussion

2 comments
Sign in to comment
meow_akkOption: D
Oct 22, 2023

Ans D : Cron Syntax with that you can easily copy all the syntax

55f31c8Option: D
Nov 30, 2023

https://docs.databricks.com/en/sql/user/queries/schedule-query.html