Red Hat Certified Specialist in OpenShift AI (EX267) Practice Exam Questions and – Part 4/12

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 open-source runtime engine is pre-configured in OpenShift AI to serve predictive ONNX and OpenVINO machine learnin. 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 open-source runtime engine is pre-configured in OpenShift AI to serve predictive ONNX and OpenVINO mach…
  • What setting enables cluster administrators to force idle notebooks to hibernate?
  • Which configuration inside the Elyra user interface allows data scientists to configure runtime environments…
  • What parameter under the AcceleratorProfile defines the specific labels for node matching?
  • What is the default persistent storage access mode when a user configures a personal storage disk for a noteb…
  • How can an administrator enforce specific CPU and Memory resource limits on user workbenches within a Data Sc…

Answers and explanations

Tap a question to expand the answer and the exam reasoning. Try to commit to your own pick first.

Q1. Which open-source runtime engine is pre-configured in OpenShift AI to serve predictive ONNX and OpenVINO machine learning models?

Answer: C. OpenVINO Model Server runtime

The OpenVINO Model Server is pre-configured to serve predictive ONNX and OpenVINO models. It is the default supported runtime for high-performance inference in OpenShift AI, whereas standard frameworks lack this integrated support.

Q2. What setting enables cluster administrators to force idle notebooks to hibernate?

Answer: B. Culling configuration

Culling configuration determines when idle workbenches or notebooks are automatically stopped to free resources. Standard resource quotas merely limit usage, while pod disruption budgets only protect availability during voluntary disruptions.

Q3. Which configuration inside the Elyra user interface allows data scientists to configure runtime environments matching specific container images?

Answer: A. Runtime Images configurations

Runtime Images configurations in the Elyra UI allow data scientists to specify custom environments for pipeline nodes. Component catalogs define the actual pipeline tasks, whereas runtime images dictate where those tasks execute.

Q4. What parameter under the AcceleratorProfile defines the specific labels for node matching?

Answer: B. nodeSelector

The nodeSelector parameter identifies the correct hardware nodes by matching defined labels. Tolerations merely allow scheduling onto tainted nodes, but they do not actively target specific instances like a node selector does.

Q5. What is the default persistent storage access mode when a user configures a personal storage disk for a notebook workbench?

Answer: B. ReadWriteOnce (RWO)

Personal storage disks in OpenShift AI use the ReadWriteOnce access mode by default. Since the volume is mounted to a single user's workbench pod, ReadWriteMany is unnecessary unless a shared file system is explicitly configured.

Q6. How can an administrator enforce specific CPU and Memory resource limits on user workbenches within a Data Science Project?

Answer: A. By applying an OpenShift LimitRange or ResourceQuota to the project namespace

Applying a LimitRange or ResourceQuota to the Data Science Project namespace enforces resource limits because the project maps directly to a namespace. Avoid modifying global node selectors or cluster roles for project-specific compute constraints.

Q7. What is the primary method used to update the Red Hat OpenShift AI operator to the latest minor version release securely?

Answer: C. Changing the update channel preference in the Operator Subscription manifest

Changing the update channel in the Operator Subscription manifest securely triggers OLM to handle the minor version upgrade. Manual yum upgrades or completely deleting the operator bypass OLM reconciliation and are not supported.

Q8. What mechanism allows RHOAI to automatically inject environment variables from a Data Connection directly into a workbench container?

Answer: B. An admission webhook controlled by the RHOAI operator framework

An admission webhook intercepts workbench pod creation to inject Data Connection variables as environment variables. Manual copy-pasting or cron jobs would be unmanageable for automated pod scaling and rebuilds.

Q9. Which component can be paired with TrustyAI to visually display fairness dashboards and historical drift trends?

Answer: B. Grafana Dashboard Service

TrustyAI integrates directly with a Grafana Dashboard Service to visually display fairness metrics and drift trends. Tekton Results is for CI/CD pipelines and does not track model fairness metrics.

Q10. Which component of OpenShift Serverless is utilized by KServe to route requests to active model replicas and scale them dynamically?

Answer: D. Knative Serving Engine

KServe relies on the Knative Serving engine to handle request routing and scale model replicas. Knative Serving provides the necessary capabilities to scale down to zero and manage incoming network traffic.

Q11. Which workbench IDE option is provided out-of-the-box by Red Hat OpenShift AI for interactive data science and Python development?

Answer: D. JupyterLab

JupyterLab is the primary integrated development environment provided out-of-the-box within OpenShift AI workbenches. It offers an interactive web interface highly optimized for data science and Python development.

Q12. Which specific framework must you use to author pipeline workflows for OpenShift AI Data Science Pipelines v2?

Answer: D. Kubeflow Pipelines (KFP) SDK

Data Science Pipelines version 2 relies on the Kubeflow Pipelines SDK to author and compile workflow definitions. You compile your Python code into a YAML file that the pipeline engine can execute.

Q13. What is the consequence of deleting a Data Science Project via the Red Hat OpenShift AI dashboard?

Answer: A. The underlying OpenShift namespace and all its resources are deleted

Deleting a Data Science Project removes the underlying OpenShift namespace and all associated resources. This destructive action means workbenches, pipelines, and configurations are permanently erased, making the hide-from-UI option incorrect.

Q14. To pull base workbench images from a private container registry, what must be added to the Data Science Project's namespace?

Answer: C. An image pull secret containing valid registry credentials

An image pull secret containing valid registry credentials must be added to the namespace to access private workbench images. OpenShift uses this secret to authenticate container registry pulls securely.

Q15. Which tool is embedded within Red Hat OpenShift AI to monitor deployed model metrics for bias and data drift?

Answer: A. TrustyAI

TrustyAI is the embedded service in OpenShift AI designed to monitor deployed models for bias and drift. While Prometheus monitors cluster metrics, TrustyAI directly handles explainability and fairness analysis.

Q16. What type of structural layout defines a Data Connection in Red Hat OpenShift AI?

Answer: B. S3-compatible Object Storage credentials

A Data Connection in OpenShift AI defines credentials for S3-compatible object storage endpoints. This configuration securely stores AWS-style access keys to allow workbenches and pipelines to retrieve data.

Q17. WHAT PROJECT TYPE ENABLES THE SEPARATION OF JUPYTER LABS, PIPELINES, AND RUNTIMES FOR DIFFERENT TEAMS?

Answer: C. Data Science Project

Data Science Projects enable logical separation of resources like workbenches, pipelines, and models for different teams. They map directly to Kubernetes namespaces but provide specialized AI role-based access control.

Q18. In OpenShift AI, which custom resource (CR) defines the cluster-wide configuration for the data science platform?

Answer: D. DataScienceCluster

The DataScienceCluster custom resource defines the cluster-wide configuration for OpenShift AI components. Exam takers should look for the DSC configuration when managing platform features or installing operators across a distributed environment.

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.

Scroll to Top