Exam Certified Data Engineer Professional All QuestionsBrowse all questions from this exam
Question 155

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?

    Correct Answer: C

    When User A and User B use their personal access tokens to authenticate their REST API calls, their individual actions are logged under their respective identities. User A's creation of the jobs will be logged with their identity, and User B's orchestration of the job runs will be logged with their identity. This separation ensures that audit logs accurately attribute actions to the correct user, maintaining accountability and traceability for activities performed within the workspace.

Discussion
imatheushenriqueOption: C

C, because the users has their own personal access tokens.