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: What status category in the DataScienceCluster custom resource confirms a component is fully functional?. 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
- What status category in the DataScienceCluster custom resource confirms a component is fully functional?
- Which OpenShift role allows an administrator to configure global image streams and custom notebook images for…
- Which component allows users to schedule pipeline runs at specific time intervals in OpenShift AI?
- What does the 'Smart Gateway' component in OpenShift AI metrics architecture do?
- What is the standard format used to describe data inputs and outputs when sending queries to an LLM served by…
- What system reconciles deficiencies between actual hardware counts and requested data science workloads?
Answers and explanations
Tap a question to expand the answer and the exam reasoning. Try to commit to your own pick first.
Q1. What status category in the DataScienceCluster custom resource confirms a component is fully functional?
Answer: A. Phase: Ready
The DataScienceCluster custom resource uses the Ready phase to indicate that a component is fully installed and operational. When checking component status, look specifically for the phase condition rather than just a generic installed or ready string.
Q2. Which OpenShift role allows an administrator to configure global image streams and custom notebook images for all cluster users?
Answer: C. cluster-admin
Configuring global image streams and managing custom notebook images for all users requires cluster-wide administrative privileges. The cluster-admin role provides the necessary access to modify resources across all namespaces.
Q3. Which component allows users to schedule pipeline runs at specific time intervals in OpenShift AI?
Answer: C. Pipeline Scheduler (integrated with KFP)
OpenShift AI uses the native Pipeline Scheduler integrated with Kubeflow Pipelines to trigger recurring runs at specific intervals. This avoids needing standalone Kubernetes CronJobs for standard automated retraining tasks.
Q4. What does the 'Smart Gateway' component in OpenShift AI metrics architecture do?
Answer: B. It scrapes metrics from user workloads and surfaces them to Prometheus
The Smart Gateway collects metrics from user workloads and sends them to Prometheus for monitoring. While the Kubernetes Horizontal Pod Autoscaler uses these metrics to scale pods, it only reacts to the data collected by this component.
Q5. What is the standard format used to describe data inputs and outputs when sending queries to an LLM served by vLLM on RHOAI?
Answer: B. Structured JSON objects matching the inference API schema
Interactions with models served by vLLM use structured JSON objects matching the inference API schema. Plain text or CSV formats lack the required structure to define model parameters and prompt templates effectively.
Q6. What system reconciles deficiencies between actual hardware counts and requested data science workloads?
Answer: B. Cluster Autoscaler Engine
The Cluster Autoscaler adds or removes compute nodes when pods fail scheduling due to insufficient hardware. Node Feature Discovery labels existing hardware but does not provision new capacity.
Q7. What is the default storage class provider typically recommended for shared data science workspaces in OpenShift AI?
Answer: B. Red Hat OpenShift Data Foundation
OpenShift Data Foundation provides the reliable shared storage needed for collaborative data science workspaces. HostPath or cloud-specific block storage lack the RWX capabilities needed for simultaneous notebook access.
Q8. Which OpenShift resource defines the storage capacity and performance characteristics available for a data scientist's workspace?
Answer: C. StorageClass
A StorageClass defines the storage capacity and performance characteristics available for a workspace by provisioning specific volume types. ResourceQuota limits resource consumption, while NetworkPolicy handles routing and isolation rules rather than underlying storage capabilities.
Q9. Which resource keeps track of custom notebook images added by an administrator?
Answer: C. ImageStream
Administrators register custom notebook images by creating standard OpenShift ImageStreams in the dedicated namespace. The dashboard reads these ImageStreams to populate the available image list during workbench creation.
Q10. Which core component manages the pipeline engine in OpenShift AI?
Answer: C. Kubeflow Pipelines
OpenShift AI relies on Data Science Pipelines, which are built on top of Argo Workflows, to manage and execute directed acyclic graphs. While Argo handles the underlying execution, the pipeline engine is managed by the pipeline component.
Q11. Which protocol specification is commonly used for low-latency inference input to served models?
Answer: C. gRPC
gRPC provides the low-latency, high-throughput communication often used for model inference payloads compared to standard HTTP. While frameworks support REST, the binary serialization of gRPC reduces network overhead for heavy payloads.
Q12. What node type is designated to execute compute-intensive machine learning training tasks?
Answer: A. Worker Nodes with GPU/Accelerators
Machine learning training tasks are dispatched to worker nodes configured with accelerators like GPUs. On the exam, remember that infrastructure nodes handle routing and logging, while control plane nodes strictly manage cluster state.
Q13. What configuration tells KServe to assign specific hardware instances to single model workloads?
Answer: D. KServe ServingRuntime nodeSelector / Toleration mappings
You direct models to specialized hardware by applying nodeSelector and Toleration mappings within the KServe ServingRuntime configuration. Load balancing and PodDisruption budgets manage availability and traffic, but they cannot enforce hardware targeting.
Q14. What namespace contains the foundational cluster operators managing the Red Hat OpenShift AI controllers?
Answer: D. redhat-ods-operator
The redhat-ods-operator namespace houses the core controllers and operands required to run OpenShift AI. While standard operators often sit in openshift-operators, Red Hat OpenShift AI isolates its specific controllers in this dedicated namespace.
Q15. WHICH ENGINE IS PRIMARILY DESIGNED FOR HIGH-PERFORMANCE SERVING OF INTEL OPTIMIZED AI MODELS?
Answer: A. OpenVINO Model Server (OVMS)
OpenVINO Model Server is specifically optimized for deploying Intel AI models with high performance. Triton or TensorFlow Serving serve broader model types but lack the native Intel hardware optimizations expected here.
Q16. Which configuration file must be modified to add a custom environment variable to all Jupyter notebooks cluster-wide?
Answer: C. Notebook Controller ConfigMap
The Notebook Controller ConfigMap applies cluster-wide environment variables to all Jupyter notebooks. The OdhDashboard Custom Resource configures UI settings but does not inject cluster-wide notebook environments.
Q17. Which tool facilitates step-by-step reproducibility of workbench code from Jupyter directly to production clusters?
Answer: B. Elyra Pipelines
Elyra pipelines allow direct export and execution of notebook code as reproducible pipeline steps. Tekton triggers handle automated continuous deployment tasks instead of translating interactive notebook logic into executable workflows.
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.