Oracle · 2026 Edition
A complete preparation guide written by Oracle-certified engineers. Covers the exam format,all 4 blueprint domains, a week-by-week study plan, and proven tips for passing first time.
4–8 weeks
Prep time
Intermediate
Difficulty
40
Exam questions
65/1000
Pass mark
Exam code
1Z0-1127
Full name
Oracle Cloud Infrastructure Generative AI Professional
Vendor
Oracle
Duration
90 minutes
Questions
40 items
Passing score
65/1000 (scaled)
Domains covered
4 blueprint domains
Recommended experience
Familiarity with Oracle Cloud Infrastructure basics; understanding of AI/ML concepts helpful
Typical prep time
4–8 weeks
The Oracle Cloud Infrastructure Generative AI Professional (1Z0-999-1) validates ability to build generative AI solutions on OCI using OCI Generative AI Service, including embedding models, large language models, prompt engineering, RAG architectures, and the LangChain framework. It is the primary AI credential for OCI practitioners and Oracle ecosystem professionals.
Job roles this opens
Domain percentage weights are not currently available for this exam. The checklist below is still useful for planning your study.
Week 1–2
LLM Fundamentals: transformer architecture, tokenisation, embeddings, attention mechanism, pre-training vs fine-tuning
Tip: The OCI GenAI exam goes deeper on LLM internals than most foundational AI certs. Know how attention works conceptually, what embeddings represent (dense vector representations of semantic meaning), and the difference between encoder-only (BERT — understanding), decoder-only (GPT — generation), and encoder-decoder (T5 — translation/summarisation) architectures.
Week 3–4
OCI Generative AI Service: chat models (Cohere Command, Meta Llama), embedding models, dedicated AI clusters, fine-tuning on OCI
Tip: Know the OCI GenAI service models: Cohere Command R/R+ for chat and RAG; Cohere Embed for generating embeddings; Meta Llama for open-source generation. Know OCI dedicated AI clusters (private GPU infrastructure) vs shared infrastructure, and when each is appropriate for enterprise workloads.
Week 5–6
Prompt Engineering & RAG: zero-shot, few-shot, chain-of-thought, RAG architecture, vector databases, OCI OpenSearch
Tip: RAG is a major exam topic. Know the full RAG pipeline: document ingestion → chunking → embedding → vector store (OCI OpenSearch with k-NN) → retrieval → prompt augmentation → LLM generation. Know why RAG reduces hallucinations and how chunk size affects retrieval quality.
Week 7–8
LangChain on OCI: chains, agents, memory, tools, LangChain OCI integration, building production GenAI applications
Tip: LangChain is heavily tested. Know the core abstractions: LLMs/ChatModels (model interface), Chains (sequences of calls), Agents (LLM + tools for dynamic reasoning), Memory (conversation history), and Vector Stores (retrieval). Know how to integrate OCI GenAI models as LangChain LLMs using the OCI LangChain integration.
OCI GenAI (1Z0-999-1): 60 multiple-choice questions, 90 minutes. Unlike foundational AI certs, this exam expects hands-on familiarity — study the OCI Generative AI documentation and use the OCI Free Tier to test the API.
Fine-tuning on OCI: know T-Few fine-tuning (parameter-efficient fine-tuning that updates a small number of additional parameters) vs full fine-tuning (updates all model weights). T-Few is faster and cheaper; full fine-tuning gives more control. Know that fine-tuned models require training data in JSONL format.
Embeddings are the foundation of semantic search and RAG. Know that embedding models convert text to dense vectors, that similar texts have vectors close together (measured by cosine similarity), and that OCI uses Cohere Embed models via the OCI Generative AI service.
Agent patterns: know ReAct (Reasoning + Acting — the agent reasons in text and acts with tools), and the key tools agents can use (search, code execution, calculators, API calls). Know that agents are non-deterministic — the LLM decides which tools to call based on the task.
Security on OCI: know that OCI GenAI uses IAM for access control, that dedicated AI clusters provide data isolation, and that customer data is not used to train Oracle's base models. Know OCI Vault for managing API keys used in GenAI applications.
Apply everything in this guide with adaptive practice questions, detailed answer explanations, and domain analytics.