Databricks Certified Data Engineer Professional — Question 127

A data engineer, User A, has promoted a new pipeline to production by using the REST API to programmatically create several jobs. A DevOps engineer, User B, has configured an external orchestration tool to trigger job runs through the REST API. Both users authorized the REST API calls using their personal access tokens.

Which statement describes the contents of the workspace audit logs concerning these events?

Answer options

Correct answer: C

Explanation

The correct answer is C because the actions of creating jobs and running them are considered separate events in the system. Thus, User A is associated with the job creation events while User B is linked to the job run events, reflecting their respective roles. Options A and D are incorrect as they misrepresent the identification process in the audit logs, and option B inaccurately claims that User A is linked to both events.