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: When configuring a pipeline server, why is an object storage bucket connection required?. 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
- When configuring a pipeline server, why is an object storage bucket connection required?
- Which environment variables are automatically populated in a workbench when using an S3-compatible Data Conne…
- What parameter determines the storage size of a notebook's workspace folder in an OpenShift AI project?
- If a Data Science Pipeline fails at a specific step, where should a developer look to inspect the logs within…
- How can you access the interactive command-line terminal within a running OpenShift AI workbench?
- What type of resource allocation can prevent noisy neighbor syndrome among multiple data scientists sharing a…
Answers and explanations
Tap a question to expand the answer and the exam reasoning. Try to commit to your own pick first.
Q1. When configuring a pipeline server, why is an object storage bucket connection required?
Answer: D. To store pipeline artifacts, metrics, and execution logs
The correct answer is correct because the pipeline server uses object storage to persist run artifacts, metrics, and logs generated during workflow execution. This ensures data is retained and accessible even after the pipeline pods terminate.
Q2. Which environment variables are automatically populated in a workbench when using an S3-compatible Data Connection?
Answer: C. AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY
OpenShift AI uses standard AWS environment variables like AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY to pass S3 credentials into the workbench. This allows default boto3 and other compatible SDKs to authenticate automatically without manual code changes.
Q3. What parameter determines the storage size of a notebook's workspace folder in an OpenShift AI project?
Answer: C. Persistent Volume Claim size specified during workbench creation
The workspace storage size is defined by the Persistent Volume Claim specified during workbench creation. Limit ranges and memory limits control compute constraints, so expect PVC configuration when dealing with persistent workspace storage on the exam.
Q4. If a Data Science Pipeline fails at a specific step, where should a developer look to inspect the logs within the dashboard?
Answer: A. Navigate to the Pipelines section, select the Pipeline Run, click on the specific graph node, and view the Logs tab
Pipeline run logs are viewed by selecting the specific node in the pipeline run graph within the OpenShift AI dashboard. Using CLI tools or external terminals is incorrect because the dashboard visualizes execution logs directly per step.
Q5. How can you access the interactive command-line terminal within a running OpenShift AI workbench?
Answer: B. Open the Terminal tool option from within the JupyterLab UI layout
You can access the terminal directly from the JupyterLab interface by opening a new terminal tab. You do not need to use external SSH clients or local terminal sessions for basic interactions within a workbench.
Q6. What type of resource allocation can prevent noisy neighbor syndrome among multiple data scientists sharing an OpenShift AI cluster?
Answer: B. Configuring ResourceQuotas and LimitRanges on individual Data Science Project namespaces
Configuring LimitRanges and ResourceQuotas on Data Science Projects restricts resource consumption and prevents noisy neighbor issues. Adjusting permissions or storage buckets does not actively govern compute resources like CPU and memory.
Q7. Which open source project serves as the upstream foundation for Red Hat OpenShift AI capabilities?
Answer: C. Kubeflow and Open Data Hub platforms
Open Data Hub is the open-source community project that serves as the upstream foundation for Red Hat OpenShift AI. While related to Kubernetes, the specific upstream alignment is with Open Data Hub, not the core engine itself.
Q8. What specific type of storage layer is strictly required to store the global centralized pipeline artifacts?
Answer: A. S3-Compatible Object Store storage
An S3-compatible object storage bucket is strictly required to store global pipeline artifacts and pass data between pipeline steps. File systems or block storage lack the required compatibility for the pipeline engine's storage backend.
Q9. What type of object store can be used as a backend for OpenShift AI pipelines?
Answer: D. Any S3-compatible object storage system like MinIO or AWS S3
OpenShift AI pipelines use MinIO or other S3-compatible systems for their object storage backend. This ensures flexibility across cloud or on-premises environments, whereas local paths and FTP lack the required API integration.
Q10. Which configuration determines the exact GPU compute type allocated to a data science workbench container pod?
Answer: D. NodeSelector combined with AcceleratorProfiles
Accelerator profiles define exactly how hardware like GPUs are requested and consumed by a workbench pod. Compute resource requests alone only allocate generic resources, while the profile specifically handles the GPU integration.
Q11. What is the primary benefit of using Triton Inference Server as a ServingRuntime in OpenShift AI?
Answer: B. It provides simultaneous multi-framework model execution across CPUs and GPUs
Triton Inference Server allows simultaneous deployment of models from multiple frameworks like TensorFlow and PyTorch. Other runtimes are often single-framework, whereas Triton standardizes multi-framework execution across hardware.
Q12. How can an administrator monitor the operational health of the OpenShift AI component stack?
Answer: A. By accessing the target Prometheus/Grafana dashboards provided via OpenShift cluster monitoring integration
OpenShift AI integrates directly with the built-in cluster monitoring stack using Prometheus and Grafana. You can access these dashboards through the OpenShift web console to view operational metrics and component health.
Q13. What custom resource (CR) is managed directly to configure global properties of the OpenShift AI deployment?
Answer: D. DSCInitialization
The DSCInitialization custom resource manages global deployment properties for OpenShift AI. While the DataScienceCluster resource toggles components, DSCInitialization applies foundational settings required before those components can run.
Q14. When creating a custom ServingRuntime for a custom ML model type, what field associates the runtime with KServe or ModelMesh?
Answer: B. supportedModelFormats
The supportedModelFormats field associates your runtime with specific model types so KServe or ModelMesh knows when to use it. Without this field, the platform cannot match incoming model deployment requests to your custom runtime.
Q15. Which custom resource handles the operational capabilities configuration matrix for the OpenShift AI dashboard UI?
Answer: D. OdhDashboardConfig Custom Resource
The OdhDashboardConfig custom resource manages dashboard settings and feature toggles. While the DataScienceCluster resource manages operator components, the OdhDashboardConfig is the specific target for customizing the UI and dashboard capabilities.
Q16. What is the purpose of configuring tolerations on a Red Hat OpenShift AI Workbench pod?
Answer: A. To allow the pod to schedule onto tainted nodes like dedicated GPU nodes
Configuring tolerations allows the pod to schedule onto tainted nodes like dedicated GPU nodes. Tolerations explicitly permit workloads to bypass node restrictions so they can access specialized hardware.
Q17. What is the primary role of a Data Science Pipeline within an enterprise MLOps lifecycle?
Answer: B. Automating data preparation, model training, and validation tasks
A Data Science Pipeline automates data preparation, model training, and validation tasks within an enterprise MLOps lifecycle. It replaces manual notebook execution to ensure reproducible and scalable machine learning workflows.
Q18. Which Red Hat operator is used to deploy Red Hat OpenShift AI in a cluster?
Answer: D. Red Hat OpenShift AI Operator
The Red Hat OpenShift AI Operator is the required package for installing and managing the OpenShift AI components on a cluster. Other operators like Pipelines or GitOps are dependencies or separate tools, not the primary installation method.
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.