1Z0-997-26 Cloud Native Architecture Practice Question
You are using Fn Project CLI to deploy an OCI Function. Which command is used to build, push, and deploy the function to your application in OCI in a single streamlined step?
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 deploy --app <app-name>
The 'fn deploy --app <app-name>' command builds the image, pushes it to OCIR, and deploys the function configuration to the specified OCI application.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
oci functions function create
Why it's wrong here
Incorrect. This is an OCI CLI command, not the Fn Project CLI command for building and deploying function code.
- ✗
kubectl apply -f function.yaml
Why it's wrong here
Incorrect. Kubectl is for Kubernetes clusters, not Fn Project serverless functions.
- ✗
docker build and docker push only
Why it's wrong here
Incorrect. Docker commands build and push images but do not register or deploy the function within OCI Functions.
- ✓
fn deploy --app <app-name>
Why this is correct
Correct. 'fn deploy' automates building, pushing, and deploying functions.
About these practice questions
This 1Z0-997-26 question is part of Courseiva's 344-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. 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-997-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-997-26 exam.