Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Certified Data Engineer Associate All Questions

View all questions & answers for the Certified Data Engineer Associate exam

Exam Certified Data Engineer Associate topic 1 question 83 discussion

Actual exam question from Databricks's Certified Data Engineer Associate
Question #: 83
Topic #: 1
[All Certified Data Engineer Associate Questions]

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?

  • A. pyspark.sql.types.DateType
  • B. datetime
  • C. pyspark.sql.types.TimestampType
  • D. Cron syntax
  • E. There is no way to represent and submit this information programmatically
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
806e7d2
2 days, 19 hours ago
Selected Answer: D
Databricks allows for programmatic representation and submission of job schedules using Cron syntax, which is a standardized format for defining schedules. This approach is particularly useful for transferring complex schedules between different jobs or automating job scheduling. Cron syntax specifies schedules with fields for minutes, hours, day of the month, month, day of the week, and optionally year, making it ideal for representing complex scheduling patterns programmatically.
upvoted 1 times
...
80370eb
3 months, 2 weeks ago
Selected Answer: D
Cron syntax is a powerful way to define complex schedules programmatically. In Databricks, you can use Cron syntax to set up the scheduling of jobs, which allows for more flexibility and ease when transferring the schedule to other jobs without manually selecting each value in the scheduling form.
upvoted 2 times
...
55f31c8
11 months, 4 weeks ago
Selected Answer: D
https://docs.databricks.com/en/sql/user/queries/schedule-query.html
upvoted 2 times
...
meow_akk
1 year, 1 month ago
Ans D : Cron Syntax with that you can easily copy all the syntax
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...