Question 1
A new tenancy has just been provisioned and an administrator creates several VCNs and compute instances before any observability configuration is done. Regarding the Audit service at that moment, which statement is accurate?
A. Audit records nothing until an administrator enables auditing individually for each service the tenancy uses
The 'Audit must be manually enabled per service' misconception. Audit is tenancy-wide and always on for supported API calls; per-service opt-in would leave dangerous gaps in the compliance trail exactly when they matter most.
B. Audit logging is automatically enabled for the tenancy, so those API calls are already being recorded without any setupCorrect answer
Correct. The Audit service records calls to OCI public API endpoints for the tenancy automatically; there is no enablement step, which is what makes it a dependable compliance baseline from the moment a tenancy exists.
C. Audit records nothing until an Events rule is created to forward resource-state changes into the audit trail
Inverts the relationship between the two services. Events does not populate Audit; the two are independent, with Audit recording API calls automatically and Events emitting on resource-state changes to trigger actions.
D. Audit records nothing until a Service Connector Hub connector is created with the audit logs as its source
Confuses reading with recording. A connector can read audit data and move it elsewhere, but the audit records must already exist for a connector to consume them; the connector is not what causes them to be captured.
Explanation
The Audit service automatically records REST API calls made against tenancy resources with no configuration step, which is why it can serve as an always-available compliance and forensic baseline. Per-service enablement is not required, and no Events rule feeds the trail — Events is the separate, active mechanism that reacts to resource-state changes by triggering actions. Service Connector Hub can consume audit data as a connector source, but it only moves records that the Audit service has already captured.