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 framework provides the standard APIs for managing machine learning models as serverless containers?. 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 framework provides the standard APIs for managing machine learning models as serverless containers?
- Which component coordinates model routing, loading, and unloading across ModelMesh pods?
- What type of object storage is verified and fully supported out-of-the-box for OpenShift AI data connections?
- Before a user can create or execute data science pipelines within a project, what must be provisioned first?
- When configuring OpenShift AI Serverless serving runtimes, which backing networking structural layer is expli…
- What occurs if a workbench exceeds its defined memory limit on the OpenShift Container Platform cluster?
Answers and explanations
Tap a question to expand the answer and the exam reasoning. Try to commit to your own pick first.
Q1. Which framework provides the standard APIs for managing machine learning models as serverless containers?
Answer: B. KServe Serving Framework Platform Architecture
The KServe framework provides standard APIs for managing machine learning models as serverless containers. It handles inference scaling natively, whereas tools like Jenkins or Kafka focus on continuous delivery or streaming.
Q2. Which component coordinates model routing, loading, and unloading across ModelMesh pods?
Answer: C. ModelMesh-serving-coordinator container within the serving architecture
The ModelMesh-serving-coordinator container is responsible for managing model placement and routing across the serving pods. In the exam, remember that standard KServe or ModelMesh deployments rely on this internal coordinator rather than external cluster managers.
Q3. What type of object storage is verified and fully supported out-of-the-box for OpenShift AI data connections?
Answer: A. AWS S3 and any fully S3-compatible object storage (e.g., MinIO, Red Hat Ceph/ODF)
AWS S3 and other S3-compatible object storage solutions are the standard for OpenShift AI data connections. Block storage and local file shares lack the necessary S3 API compatibility required by the platform's underlying SDKs.
Q4. Before a user can create or execute data science pipelines within a project, what must be provisioned first?
Answer: C. An object storage-backed Pipeline Server
An object storage-backed Pipeline Server must be provisioned in a project before creating or executing data science pipelines. This server manages the Argo workflows and relies on object storage to persist pipeline artifacts and outputs.
Q5. When configuring OpenShift AI Serverless serving runtimes, which backing networking structural layer is explicitly mandated?
Answer: B. Red Hat OpenShift Service Mesh Operator
Serverless model serving in OpenShift AI explicitly requires the Red Hat OpenShift Service Mesh Operator to handle traffic routing. Knative Serving builds upon this service mesh layer, making it a mandatory prerequisite for serverless deployments.
Q6. What occurs if a workbench exceeds its defined memory limit on the OpenShift Container Platform cluster?
Answer: C. The container is terminated by the OOM killer mechanism
The OOM killer terminates containers when they exceed their defined memory limits to protect the node. Workbenches are standard pods, so standard OpenShift memory enforcement applies, rather than automatic volume expansion or live pod migration.
Q7. How do you update the credentials of an existing Data Connection in an OpenShift AI project?
Answer: C. Edit the Data Connection resource within the project dashboard
Existing Data Connections are easily updated by editing the resource directly within the OpenShift AI project dashboard. Reinstalling the operator or recreating the entire Data Science Project is an unnecessary distractor that causes complete data loss.
Q8. What protocol is used by the Pipeline Server to communicate with the S3 bucket artifact repository?
Answer: B. S3 API protocol via HTTPS secure transmission channel
The Pipeline Server communicates with the S3 bucket artifact repository using the S3 API protocol over HTTPS. This ensures secure object storage access, whereas traditional file sharing protocols like NFS or SSH are not supported.
Q9. Which Custom Resource is used to configure GPU resource limits and tolerances for specific workloads in OpenShift AI?
Answer: A. AcceleratorProfile
AcceleratorProfile is the custom resource used to define identifiers, tolerations, and resource limits for accelerators like GPUs. The DataScienceCluster custom resource manages the overall OpenShift AI components and not the specific hardware tolerances.
Q10. What target identity configuration allows OpenShift AI workloads to run operations against AWS resources without raw password keys?
Answer: A. IAM Roles for Service Accounts (IRSA)
IAM Roles for Service Accounts allow cloud resources to be accessed securely using short-lived tokens linked to a service account. The other options do not provide native, passwordless AWS authentication mechanisms for OpenShift workloads.
Q11. Which model serialization formatting structure is universally handled by the integrated OpenVINO model serving runtime engine?
Answer: B. ONNX or IR Format structures
The OpenVINO Model Server primarily processes models serialized in the Open Neural Network Exchange or Intermediate Representation formats. While other frameworks can be converted, ONNX and IR are the direct native inputs for this specific runtime.
Q12. Which base directory is typically used as the persistent storage mount path inside standard Jupyter notebook workspaces?
Answer: D. /opt/app-root/src target directory space
Standard OpenShift AI Jupyter workbenches mount persistent storage to the /opt/app-root/src directory, keeping user files intact across restarts. Other directories like /root or /var/log are used for system processes and lack persistence guarantees.
Q13. What Custom Resource (CR) defines the global configuration and active components of Red Hat OpenShift AI?
Answer: A. DataScienceCluster
The DataScienceCluster custom resource defines the active components and global configuration of the OpenShift AI installation. DSCInitialization handles preliminary setup, but DataScienceCluster is the primary resource for component management.
Q14. Where does a data scientist input secure database passwords inside an OpenShift AI project to keep them hidden?
Answer: C. Project Environment Variable Secrets configuration
OpenShift Secrets are designed to store sensitive information like database passwords securely and can be mapped as environment variables. Storing passwords in ConfigMaps, plain text, or code exposes them to unauthorized users.
Q15. How can an administrator add a proprietary enterprise notebook image to the OpenShift AI dashboard launch list?
Answer: B. Create a Custom Notebook Image setting in the OpenShift AI dashboard administrative view
Administrators can add proprietary images directly via the Custom Notebook Image settings in the OpenShift AI dashboard. Modifying low-level operator configmaps or cluster roles bypasses the supported configuration method.
Q16. Which component handles the translation of Elyra visual pipeline files into Tekton pipeline executions?
Answer: B. Elyra runtime processor integrated with the OpenShift AI pipeline backend
The Elyra runtime extension converts visual notebook pipelines into runnable Tekton resources within OpenShift AI. Avoid distractors like Knative or Ansible, which handle serving or automation rather than pipeline compilation.
Q17. What API object provides persistent data structures to pipelines when running automated data engineering tasks via Elyra?
Answer: B. S3 Object Storage via Data Connections
Elyra pipelines persist intermediate artifacts using S3 object storage defined through OpenShift AI Data Connections. For the exam, remember that ConfigMaps or emptyDir volumes do not provide the required durable shared storage.
Q18. What role does Red Hat OpenShift Serverless play in single model serving architecture setups?
Answer: B. Scaling inference pods based on request volume including to zero
OpenShift Serverless scales deployed inference endpoints dynamically, including scaling to zero when idle. This is essential for managing compute costs, unlike compilation or storage provisioning which serve different roles.
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.