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: How does OpenShift AI ensure that inference services do not accidentally consume all cluster memory resources?. 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
- How does OpenShift AI ensure that inference services do not accidentally consume all cluster memory resources?
- What protocol endpoint type must be targeted when writing python code to upload artifacts to a Data Connectio…
- Which administrative component configures specific resource request limits and scheduling constraints on cont…
- Which model protocol framework does ModelMesh primarily use to standardize inference requests across differen…
- How can an administrator modify the available resource sizes (CPU/Memory) for workbenches across the cluster?
- What role-based access control permission must a system user possess to create data science projects within O…
Answers and explanations
Tap a question to expand the answer and the exam reasoning. Try to commit to your own pick first.
Q1. How does OpenShift AI ensure that inference services do not accidentally consume all cluster memory resources?
Answer: A. By defining default resource requests and limits in the ServingRuntime or via Namespace quotas
OpenShift AI relies on standard Kubernetes resource limits and project namespaces to bound inference service usage. Distractors like external SaaS routing or disk swapping are not valid cluster management strategies for resource isolation.
Q2. What protocol endpoint type must be targeted when writing python code to upload artifacts to a Data Connection?
Answer: C. Object Store S3 API endpoint standard
Data Connections map directly to S3-compatible object storage APIs for reading and writing artifacts. Practical cue: use boto3 with your Data Connection credentials rather than attempting file or REST model serving protocols.
Q3. Which administrative component configures specific resource request limits and scheduling constraints on containerized data science workloads?
Answer: C. LimitRange and ResourceQuota objects
Administrators use standard Kubernetes LimitRange and ResourceQuota objects to constrain compute resources for OpenShift AI workloads. Exam cue: ClusterResourceQuotas apply across multiple namespaces, while standard quotas bound individual projects.
Q4. Which model protocol framework does ModelMesh primarily use to standardize inference requests across different runtimes?
Answer: D. v2 data plane specification (gRPC/REST)
ModelMesh uses the v2 data plane specification for standardizing inference requests via gRPC or REST. Knowing this protocol is vital when configuring custom runtimes and troubleshooting prediction payloads on the exam.
Q5. How can an administrator modify the available resource sizes (CPU/Memory) for workbenches across the cluster?
Answer: A. Adjust the notebook controller ConfigMap or Dashboard configuration
Workbench container sizes are adjusted by modifying the notebook controller ConfigMap or the dashboard configuration. Reinstalling the operator is unnecessary, as resource limits are managed through cluster-level configurations.
Q6. What role-based access control permission must a system user possess to create data science projects within OpenShift AI dashboard?
Answer: A. rhoai-users or standard self-provisioner role
Users need standard project creation roles, such as self-provisioner, to create data science projects. Cluster-admin is not required for basic project setup, which is a common trap in access control scenarios.
Q7. Which component is responsible for translating Elyra visual pipelines into actual runnable Tekton pipeline resources?
Answer: D. KFP Tekton compiler component
The KFP Tekton compiler translates visual Elyra pipelines into runnable Tekton resources. Knowing this component is crucial for troubleshooting pipeline submission failures directly from the workbench interface.
Q8. Which component of OpenShift AI manages the lifecycle of notebooks and workbenches?
Answer: C. Kubeflow Notebook Controller
The Kubeflow Notebook Controller manages the lifecycle of workbenches in OpenShift AI. For the exam, remember that while ModelMesh handles serving, the Notebook Controller is specifically responsible for spinning up and managing your interactive Jupyter environments.
Q9. Where are the pre-built notebook container images provided by Red Hat hosted?
Answer: C. Red Hat Ecosystem Catalog and Quay.io
Red Hat hosts the pre-built notebook container images in the Red Hat Ecosystem Catalog and Quay.io. You can verify this during the exam by checking the image references used in the workbench deployment configurations.
Q10. Which command-line tool allows administrators to manage low-level resources for Red Hat OpenShift AI directly?
Answer: D. oc command line interface utility
The oc command-line utility allows administrators to manage OpenShift AI resources directly. While the dashboard handles high-level tasks, you must use oc to interact with the underlying Kubernetes objects like secrets and routes.
Q11. What must be configured within a Data Science Project to connect a Jupyter notebook server securely to an AWS S3 bucket object store?
Answer: C. Data Connection Config
A Data Connection acts as a Kubernetes secret storing your S3 endpoint and credentials securely. This allows notebooks and pipelines within the project to easily access the object storage without requiring manual environment variable configuration.
Q12. What role-based access control (RBAC) permission is required to create a new Data Science Project within OpenShift AI?
Answer: B. Self-provisioner or dedicated project creator rights in the OpenShift cluster
Creating a Data Science Project maps to an OpenShift namespace, requiring self-provisioner rights. Cluster-admin is incorrect because standard users can create projects if granted the self-provisioner role, which is the default in many clusters.
Q13. Which subsystem within Red Hat OpenShift AI provides multi-user workspace separation for data science workbenches?
Answer: C. Namespaces via Data Science Projects
Data Science Projects map directly to OpenShift namespaces, providing isolation. NetworkPolicies handle traffic flow, not user workspace separation. Remember that dashboards group workbenches and resources by these projects.
Q14. What component handles the persistent mapping of a developer workbench storage inside a Data Science Project?
Answer: A. PersistentVolumeClaim
Workbenches use PersistentVolumeClaims to attach storage for saving notebooks. Secrets and ConfigMaps handle credentials or configuration, not persistent data storage. Expect PVCs to remain after workbench deletion.
Q15. What type of configuration can be used to mount a single shared data directory across multiple workbenches?
Answer: C. A Persistent Volume with ReadWriteMany (RWX) access mode configuration
ReadWriteMany access mode allows multiple pods to mount the same volume simultaneously. ReadWriteOnce restricts access to one node, preventing concurrent mounting by different workbenches. Expect shared storage setups to require RWX.
Q16. What technology forms the underlying engine for Data Science Pipelines in Red Hat OpenShift AI?
Answer: A. Tekton / Kubeflow Pipelines
OpenShift AI pipelines are built on Tekton and Kubeflow Pipelines. Jenkins and Argo are not the native engines for this feature. When answering pipeline questions, immediately associate the dashboard with Tekton custom resources.
Q17. What operator checks if your hardware platform contains active underlying AMD or Intel enterprise accelerators?
Answer: D. Node Feature Discovery (NFD) Operator
The Node Feature Discovery Operator identifies and labels specialized hardware like GPUs in the cluster. While NVIDIA Lifecycle Manager handles driver provisioning, NFD is the core OpenShift component used for initial hardware detection and feature labeling.
Q18. What happens to user pipeline runs if the underlying persistent S3 storage connection is deleted midway?
Answer: B. Future steps needing artifact storage fail instantly
Pipeline steps rely on object storage for artifact passing, so removing the S3 connection breaks this dependency immediately. Subsequent tasks that require those inputs will fail when they attempt to download the missing artifacts.
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.