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

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.