Databricks Certified Data Engineer Professional — Question 79
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
- A. Because the REST API was used for job creation and triggering runs, a Service Principal will be automatically used to identify these events.
- B. Because User B last configured the jobs, their identity will be associated with both the job creation events and the job run events.
- C. Because these events are managed separately, User A will have their identity associated with the job creation events and User B will have their identity associated with the job run events.
- D. Because the REST API was used for job creation and triggering runs, user identity will not be captured in the audit logs.
- E. Because User A created the jobs, their identity will be associated with both the job creation events and the job run events.
Correct answer: C
Explanation
The correct answer is C because the actions of creating jobs and triggering them are logged separately, associating User A with job creation and User B with job runs. Options A and D incorrectly imply a lack of user identity in the logs or the use of a Service Principal. Options B and E incorrectly link both actions to User B or solely to User A.