Red Hat Certified Specialist in OpenShift AI (EX267) Practice Exam Questions and – Part 11/12

Practice for the Red Hat Certified Specialist in OpenShift AI (EX267) exam with 17 exam-style practice questions, instant answer reveals, and concise explanations of every correct answer. Topics include: In Red Hat OpenShift AI, which component status inside the DataScienceCluster custom resource must be set to configure t. Follow @CertPunch and visit certpunch.com for more certification practice exams and study content.

Prefer hands-on? Take this round as an interactive practice test — answer every question, get instant feedback, and see your score: Start the Red Hat Certified Specialist in OpenShift AI (EX267) practice test →

What you will practice

  • In Red Hat OpenShift AI, which component status inside the DataScienceCluster custom resource must be set to…
  • Which Secret property is retrieved by workbenches to integrate secure repository cloning via SSH keys?
  • Which pod handles the routing of web traffic inside the OpenShift AI dashboard deployment?
  • What format must be used to export an Elyra pipeline to run on the cluster pipeline runtime?
  • Which core repository engine is leveraged by OpenShift AI pipelines?
  • Which component handles scale-to-zero modes for KServe model interfaces?

Answers and explanations

Tap a question to expand the answer and the exam reasoning. Try to commit to your own pick first.

Q1. In Red Hat OpenShift AI, which component status inside the DataScienceCluster custom resource must be set to configure the installation of the workbench component?

Answer: C. Managed

Setting the component status to Managed instructs the operator to install and reconcile the specified component. Options like Removed delete the component, while Enabled and active are not valid states within the DataScienceCluster custom resource specification.

Q2. Which Secret property is retrieved by workbenches to integrate secure repository cloning via SSH keys?

Answer: A. id_rsa / ssh-privatekey config

OpenShift AI workbenches look specifically for the ssh-privatekey key within a Secret to clone repositories securely. OAuth tokens or standard passwords are used for alternative Git authentication methods, not interactive SSH key operations.

Q3. Which pod handles the routing of web traffic inside the OpenShift AI dashboard deployment?

Answer: C. rhods-dashboard-

The rhods-dashboard pod routes web traffic for the OpenShift AI user interface. Knowing the specific pod names helps quickly isolate application logs during troubleshooting tasks.

Q4. What format must be used to export an Elyra pipeline to run on the cluster pipeline runtime?

Answer: C. .pipeline JSON file

Elyra exports pipeline definitions as a .pipeline JSON file for execution on OpenShift Pipelines. Python scripts and tar archives are runtime artifacts, not the export format needed to launch the workflow.

Q5. Which core repository engine is leveraged by OpenShift AI pipelines?

Answer: D. Tekton backend

OpenShift AI pipelines are built on the Tekton backend. The question is technically outdated because current exams use the Data Science Pipelines Application, though Tekton remains the underlying execution engine.

Q6. Which component handles scale-to-zero modes for KServe model interfaces?

Answer: D. Knative Serving component architecture

Knative Serving handles scale-to-zero functionality for KServe model deployments. Standard Horizontal Pod Autoscalers cannot scale to zero without an external metric scaler, making Knative the required component.

Q7. What configuration property links a data connection directly to a workbench instance?

Answer: B. Environment Variables from Secrets

Attaching a data connection to a workbench injects the associated Kubernetes Secret as environment variables. This mechanism ensures your notebook code can dynamically reference cloud storage credentials without hardcoding them.

Q8. What format is preferred when saving pipeline definitions manually via the Kubeflow Pipelines SDK?

Answer: C. YAML or JSON

Kubeflow Pipelines SDK compiles pipelines into YAML or JSON format. Remember that compiled pipelines are stored as compressed YAML files, making options like XML or TOML incorrect for OpenShift AI pipeline definitions.

Q9. Which is the strongest advantage of multi-model serving environment architectures versus single-model serving contexts?

Answer: D. Sharing single serving runtime resources among multiple model files for high density efficiency

Multi-model serving maximizes resource density by sharing a single serving runtime among multiple deployed models. Single-model serving isolates compute per model, making it less efficient for large-scale deployments.

Q10. Where does TrustyAI store the runtime telemetry data collected from model inference pipelines?

Answer: B. In an S3-compatible object storage database or database custom resources

TrustyAI stores telemetry data in an S3-compatible object storage bucket configured during installation. Local memory or node journals are not used because persistent metrics are required.

Q11. Which pipeline custom resource tracks the execution history and status logs of a triggered pipeline in OpenShift AI?

Answer: C. PipelineRun

The PipelineRun custom resource tracks the execution history and status of a triggered pipeline. TaskRun only tracks individual tasks, whereas PipelineRun represents the entire workflow execution.

Q12. How does TrustyAI capture inference requests and responses from a running model server instance?

Answer: C. By intercepting traffic via a payload logging feature enabled on the model mesh or KServe runtime

TrustyAI captures payloads by intercepting traffic through the payload logging feature enabled on the runtime. Dynamic source code modification is incorrect because interceptors operate externally.

Q13. Which object enables access from an external machine learning web client to a cluster-served model securely?

Answer: B. ServiceMesh Ingress Gateway Route

A ServiceMesh Ingress Gateway Route securely routes external client traffic to the deployed model. ClusterIP and NodePort services fail to provide the required secure external routing.

Q14. Which environment path holds Jupyter runtime workbench internal directories by default?

Answer: B. /opt/app-root/src

OpenShift AI workbenches default to the /opt/app-root/src directory for storing user files. The /home/jovyan path is common in vanilla Jupyter deployments but fails on OpenShift.

Q15. What type of repository serves as the ultimate source of truth when using GitOps contexts with OpenShift AI projects?

Answer: B. Git Repository (GitHub, GitLab, Gitea)

A Git repository serves as the ultimate source of truth for declarative infrastructure and configurations in GitOps workflows. Container registries only store images and lack the desired state definitions required for continuous reconciliation.

Q16. WHICH ROUTE TYPE IS AUTOMATICALLY CREATED TO EXPOSE AN INFERENCE ENDPOINT OUTSIDE THE CLUSTER IN KSERVE?

Answer: D. OpenShift Route via Istio Ingress

KServe creates an OpenShift Route through the Istio Ingress Gateway to expose inference endpoints externally. Edge routes are typically used for standard cluster traffic, but Service Mesh integration dictates the Istio requirement here.

Q17. WHAT FIELD SPECIFIES THE S3 BUCKET LOCATION INSIDE A VALID RHOAI DATA CONNECTION OBJECT DATA STORE SECRET?

Answer: C. aws-storage-bucket-name

The aws-storage-bucket-name field specifies the S3 bucket location inside an OpenShift AI data connection Secret. Knowing these exact keys is critical for manually creating or verifying data connections via the command line.

More Red Hat Certified Specialist in OpenShift AI (EX267) drills and other practice exams are on @CertPunch. New rounds drop every few days at certpunch.com.

Scroll to Top