1Z0-1072-26 Compute Practice Question
You want to deploy an OCI Function and test it locally on your developer workstation before pushing it to Oracle Functions Registry. Which command in the fn CLI initializes a new function project template?
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
✓
fn init
`fn init` initializes a new function boilerplate with runtime configuration and metadata files (like `func.yaml`).
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
fn deploy --local
Why it's wrong here
Deploy pushes and registers the function; init is used first to create the project.
- ✗
fn build local
Why it's wrong here
`fn build` builds the container image after initialization.
- ✗
fn create function
Why it's wrong here
`fn create function` is not the correct initialization command.
- ✓
fn init
Why this is correct
`fn init` creates a boilerplate function template in your local directory.
About these practice questions
One of 521 original 1Z0-1072-26 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
JA
Written and reviewed by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
Last reviewed August 2026 · checked against the official Oracle exam blueprint
This 1Z0-1072-26 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-1072-26 exam.