Practice for the Red Hat Certified Specialist in OpenShift AI (EX267) exam with 18 exam-style practice questions, instant answer reveals, and concise explanations of every correct answer. Topics include: Which operator is responsible for managing Red Hat OpenShift AI?. 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
- Which operator is responsible for managing Red Hat OpenShift AI?
- How do you supply external configuration data or secret credentials securely to a running Workbench notebook?
- What type of machine learning issue is TrustyAI actively evaluating when checking if a model favors one demog…
- What CRD handles the model serving definition when using the single-model serving platform?
- What type of OpenShift configuration object is used to authenticate workbenches securely to external Object S…
- What technology does OpenShift AI use by default to serve large language models (LLMs) with high performance?
Answers and explanations
Tap a question to expand the answer and the exam reasoning. Try to commit to your own pick first.
Q1. Which operator is responsible for managing Red Hat OpenShift AI?
Answer: C. Red Hat OpenShift AI Operator
The Red Hat OpenShift AI Operator handles the installation and lifecycle management of the platform components. The OpenShift Data Science Operator is the legacy name from older versions and is no longer the correct terminology.
Q2. How do you supply external configuration data or secret credentials securely to a running Workbench notebook?
Answer: D. Using Environment Variables sourced from Secrets or ConfigMaps
Environment variables sourced from Secrets or ConfigMaps provide secure configuration injection for running workbenches. Hardcoding credentials or storing them in plain text violates basic security best practices.
Q3. What type of machine learning issue is TrustyAI actively evaluating when checking if a model favors one demographic group over another?
Answer: C. Bias / Fairness
TrustyAI evaluates bias and fairness by monitoring model outcomes for demographic imbalances. Concept drift refers to changing data patterns over time, not demographic disparities. Use TrustyAI metrics for explainability and fairness.
Q4. What CRD handles the model serving definition when using the single-model serving platform?
Answer: B. InferenceService
The InferenceService CRD handles single-model serving definitions via KServe. ServedModel is used for multi-model serving runtimes, which serves as a quick way to eliminate the strongest distractor on the exam.
Q5. What type of OpenShift configuration object is used to authenticate workbenches securely to external Object Storage buckets?
Answer: A. Secret
A Secret securely stores the credentials required to authenticate to external object storage. ConfigMaps lack encryption, making them unsuitable for sensitive data like AWS keys or S3 passwords.
Q6. What technology does OpenShift AI use by default to serve large language models (LLMs) with high performance?
Answer: A. Caikit + KServe
OpenShift AI uses Caikit with KServe by default to serve large language models efficiently. Seldon Core was the legacy runtime and is not the default high-performance choice for modern LLM workloads.
Q7. To connect an OpenShift AI workbench to an external object storage, which Kubernetes resource is recommended to store credentials?
Answer: C. Secret
A Kubernetes Secret is recommended to store object storage credentials because it encrypts sensitive data at rest. PersistentVolumes are for long-term file storage, not credential management.
Q8. In an Elyra pipeline file (.pipeline), what does a single node typically represent?
Answer: C. An individual script or notebook executed as a containerized step
Each node in an Elyra pipeline file maps to a specific operation, typically a script or notebook that runs as a containerized step. A physical cluster node is an infrastructure resource, not a pipeline execution step.
Q9. What happens to a user's uncommitted data inside an OpenShift AI workbench if the notebook pod restarts, assuming a PVC is attached?
Answer: C. Data stored inside the mounted PVC directory is preserved
Data stored inside the mounted persistent volume claim directory remains intact during workbench pod restarts. Any data saved outside the PVC mount point is ephemeral and will be permanently lost when the container restarts.
Q10. When a data scientist creates a new Data Science Project in the RHOAI dashboard, what happens behind the scenes in OpenShift?
Answer: D. A dedicated isolated Kubernetes namespace is provisioned
Creating a Data Science Project provisions a dedicated Kubernetes namespace to isolate resources and provide access controls. OpenShift AI maps these projects directly to namespaces for organizational and administrative boundaries.
Q11. What happens if an Elyra pipeline encounters an error during the execution of its third step out of five total steps?
Answer: D. The pipeline stops, marks that step as failed, and does not execute subsequent dependent steps
When a pipeline step fails, the execution stops and dependent downstream steps do not run. OpenShift AI Pipelines do not automatically reboot the cluster or blindly force final steps to run without their required upstream dependencies succeeding.
Q12. What custom resource (CR) initiates the installation of OpenShift AI components?
Answer: A. DataScienceCluster
The DataScienceCluster custom resource triggers the actual installation of OpenShift AI components. The DSCInitialization resource only handles prerequisite configurations, so it does not initiate the core component deployments needed for the platform.
Q13. Which network routing framework forms the basis of transport for Service Mesh within OpenShift AI single-model serving?
Answer: A. Istio Service Mesh Framework
OpenShift Service Mesh uses Istio to handle traffic routing for single-model serving. OVNKubernetes handles the default pod networking, but it lacks the advanced routing rules needed for model serving traffic splitting and inference.
Q14. Which management tool is recommended to configure and provision hardware accelerators like NVIDIA GPUs in OpenShift AI?
Answer: C. Node Feature Discovery and NVIDIA GPU Operator
Node Feature Discovery and the NVIDIA GPU Operator are the recommended tools for provisioning hardware accelerators. The Machine Config Operator handles general node configuration but lacks the specialized driver management required for functional GPU compute.
Q15. Which open-source project forms the base foundation for the Red Hat OpenShift AI pipeline execution system?
Answer: A. Kubeflow Pipelines architecture
Red Hat OpenShift AI pipelines are built on top of the Kubeflow Pipelines architecture. Argo CD is for continuous delivery, and Apache Airflow is a separate workflow tool neither integrated nor supported within the OpenShift AI dashboard environment.
Q16. When configuring Git collaboration within a workbench Jupyter notebook, what is the best practice for storing Git credentials?
Answer: D. Store credentials inside an OpenShift Secret referenced by the project
OpenShift Secrets securely isolate sensitive data like Git tokens, injecting them safely into the workbench environment without exposing them in code. Hardcoding credentials directly in notebooks or public files creates severe security vulnerabilities and fails the exam objectives.
Q17. What user interface menu in RHOAI is used to view configuration errors regarding custom notebook images?
Answer: C. Settings -> Notebook images section
The Settings menu contains the Notebook images section, which is the designated interface for managing custom notebook images and viewing their configuration statuses. Other sections like Pipelines or Deployed Models focus on execution logs and metrics, not administrative image settings.
Q18. What value inside a DataScienceCluster resource activates or deactivates specific dashboard modules?
Answer: C. managementState: Managed / Removed
Setting the managementState to Managed or Removed within the DataScienceCluster resource activates or deactivates specific OpenShift AI dashboard components. Other generic fields like enabled or status do not interface with the operator's component reconciler logic.
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.