- A
The audit log retention policy is too short and logs were overwritten.
Why wrong: Retention policy affects duration, not whether calls are logged at all.
- B
The user is not a tenancy administrator.
Why wrong: Admin rights affect viewing logs, not logging of calls.
- C
OCI Audit currently only records control-plane operations; data-plane operations like inference are not logged.
Data-plane calls (e.g., model inference) are not captured by Audit; use Service Connector Hub for logging.
- D
The API calls are made by an OCI function, which is not logged.
Why wrong: All API calls are logged regardless of caller if they are management-plane.
Quick Answer
The correct answer is that OCI Audit only records control-plane operations, not data-plane operations like inference. This is because the OCI Audit service is designed to capture management activities—such as creating, updating, or deleting Generative AI resources—but it does not log data-plane API calls that actually run models or generate text. When a security team enables Audit logs and sees no GenAI API calls, the most likely reason is that inference requests are data-plane operations hitting the service endpoint, not the control-plane API. On the Oracle Cloud Infrastructure Generative AI Professional 1Z0-1127 exam, this question tests your understanding of the OCI shared responsibility model and the distinction between control-plane and data-plane logging. A common trap is assuming Audit covers all API calls, when in fact it only covers resource management. To remember: think of Audit as the “manager’s log” (control-plane) and inference as the “worker’s log” (data-plane)—you need separate tools like API Gateway or custom logging for the latter.
1Z0-1127 Using OCI Generative AI Service Practice Question
This 1Z0-1127 practice question tests your understanding of using oci generative ai service. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
A security team requires that all OCI GenAI API calls be logged and audited. Despite enabling Audit logs in OCI, they do not see GenAI API calls. What is the most likely reason?
Clue words in this question
Noticing these words before you look at the options changes how you read each choice.
Clue:
"most likely"Why it matters: Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
OCI Audit currently only records control-plane operations; data-plane operations like inference are not logged.
C is correct because OCI Audit service is designed to log control-plane operations (e.g., creating, updating, or deleting resources) but does not log data-plane operations such as inference API calls to the Generative AI service. The GenAI inference calls (e.g., generating text) are data-plane operations that occur on the service endpoint, not on the OCI control-plane API, so they are not captured by Audit logs. To log data-plane operations, you would need to use a different mechanism, such as OCI Vault for key usage or custom logging via API Gateway.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
The audit log retention policy is too short and logs were overwritten.
Why it's wrong here
Retention policy affects duration, not whether calls are logged at all.
- ✗
The user is not a tenancy administrator.
Why it's wrong here
Admin rights affect viewing logs, not logging of calls.
- ✓
OCI Audit currently only records control-plane operations; data-plane operations like inference are not logged.
Why this is correct
Data-plane calls (e.g., model inference) are not captured by Audit; use Service Connector Hub for logging.
Clue confirmation
The clue word "most likely" in the question point toward this answer.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
The API calls are made by an OCI function, which is not logged.
Why it's wrong here
All API calls are logged regardless of caller if they are management-plane.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates assume enabling Audit logs captures all API activity, but OCI Audit explicitly excludes data-plane operations, which is a common misconception tested in the 1Z0-1127 exam.
Detailed technical explanation
How to think about this question
OCI Audit uses the OCI Audit API to capture REST API calls to the control-plane endpoints (e.g., /20160918/*), while data-plane endpoints (e.g., /20231130/actions/generateText) are not instrumented for Audit. This separation is common in cloud services to reduce log volume and cost, as data-plane calls can be extremely frequent. In practice, if you need to audit GenAI inference usage, you must implement application-level logging (e.g., in your client code) or use a proxy like OCI API Gateway with logging enabled.
KKey Concepts to Remember
- Read the scenario before looking for a memorised answer.
- Find the constraint that changes the correct option.
- Eliminate answers that are true in general but not in this case.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A practitioner preparing for the 1Z0-1127 exam encounters this exact type of scenario on the job. The correct answer here is not the most general option — it is the best answer for the specific constraint described. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Real exam questions reward reading the full scenario before eliminating options, because the constraint defines which answer fits.
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
- →
Using OCI Generative AI Service — study guide chapter
Learn the concepts, then practise the questions
- →
Using OCI Generative AI Service practice questions
Targeted practice on this topic area only
- →
All 1Z0-1127 questions
500 questions across all exam domains
- →
Oracle Cloud Infrastructure Generative AI Professional 1Z0-1127 study guide
Full concept coverage aligned to exam objectives
- →
1Z0-1127 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related 1Z0-1127 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Fundamentals of Large Language Models practice questions
Practise 1Z0-1127 questions linked to Fundamentals of Large Language Models.
Using OCI Generative AI Service practice questions
Practise 1Z0-1127 questions linked to Using OCI Generative AI Service.
Building LLM Applications with RAG and Vector Search practice questions
Practise 1Z0-1127 questions linked to Building LLM Applications with RAG and Vector Search.
Deploying and Managing Generative AI on OCI practice questions
Practise 1Z0-1127 questions linked to Deploying and Managing Generative AI on OCI.
1Z0-1127 fundamentals practice questions
Practise 1Z0-1127 questions linked to 1Z0-1127 fundamentals.
1Z0-1127 scenario practice questions
Practise 1Z0-1127 questions linked to 1Z0-1127 scenario.
1Z0-1127 troubleshooting practice questions
Practise 1Z0-1127 questions linked to 1Z0-1127 troubleshooting.
Practice this exam
Start a free 1Z0-1127 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this 1Z0-1127 question test?
Using OCI Generative AI Service — This question tests Using OCI Generative AI Service — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: OCI Audit currently only records control-plane operations; data-plane operations like inference are not logged. — C is correct because OCI Audit service is designed to log control-plane operations (e.g., creating, updating, or deleting resources) but does not log data-plane operations such as inference API calls to the Generative AI service. The GenAI inference calls (e.g., generating text) are data-plane operations that occur on the service endpoint, not on the OCI control-plane API, so they are not captured by Audit logs. To log data-plane operations, you would need to use a different mechanism, such as OCI Vault for key usage or custom logging via API Gateway.
What should I do if I get this 1Z0-1127 question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
Are there clue words in this question I should notice?
Yes — watch for: "most likely". Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: Jun 24, 2026
This 1Z0-1127 practice question is part of Courseiva's free Oracle certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 1Z0-1127 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.