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

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 OpenShift custom resource definition configures the operational status of the pipeline subsystem?. 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 OpenShift custom resource definition configures the operational status of the pipeline subsystem?
  • Which Custom Resource represents an individual deployed model instance that is ready to accept inference traf…
  • What setting dictates the maximum payload dimension acceptable by an inference runtime handling raw image fil…
  • Which system component provides real-time tracking of active model versions deployed across serverless infras…
  • How does OpenShift AI enforce strict network security separation boundaries between unrelated data science pr…
  • What custom resource definition specifies an execution instance of a specific model serving infrastructure?

Answers and explanations

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

Q1. Which OpenShift custom resource definition configures the operational status of the pipeline subsystem?

Answer: D. DSMeta or DataSciencePipelinesActivation custom resource definition schemas

The DSPA (Data Science Pipelines Application) custom resource manages the operational status of the pipeline subsystem in OpenShift AI. Be careful with generic OpenShift resources; rely specifically on the DataSciencePipelinesApplication schema for pipeline activations.

Q2. Which Custom Resource represents an individual deployed model instance that is ready to accept inference traffic?

Answer: C. TrainedModel or InferenceService

An InferenceService custom resource represents a deployed machine learning model ready to handle prediction requests. TrainedModel is a deprecated KServe concept, making InferenceService the standard OpenShift AI resource for endpoints.

Q3. What setting dictates the maximum payload dimension acceptable by an inference runtime handling raw image files?

Answer: B. ServingRuntime environment or runtime parameters

Serving runtime parameters like max-model-size or environment variables dictate payload limits for image files. Route annotations could technically affect proxy limits, but runtime parameters directly control the model server.

Q4. Which system component provides real-time tracking of active model versions deployed across serverless infrastructure meshes?

Answer: B. Model Registry subsystem interfaces

The Model Registry subsystem tracks model metadata and versions to provide a centralized interface for deployed models. Expect to use the Model Registry when you need to organize and catalog machine learning artifacts.

Q5. How does OpenShift AI enforce strict network security separation boundaries between unrelated data science projects?

Answer: A. NetworkPolicy CR definitions

OpenShift AI relies on Kubernetes NetworkPolicy custom resources to isolate namespaces and enforce strict network boundaries between projects. While Security Context Constraints secure pod privileges, they do not control network traffic routing or isolation between data science projects.

Q6. What custom resource definition specifies an execution instance of a specific model serving infrastructure?

Answer: A. InferenceService Custom Resource

The InferenceService custom resource defines the execution instance for a deployed model. Note that ServingRuntime is also a valid resource for the underlying serving infrastructure configuration, so the phrasing is slightly ambiguous, but InferenceService maps to the deployed instance.

Q7. Which component intercepts incoming API traffic to route requests to the correct model running inside ModelMesh?

Answer: A. ModelMesh serving proxy container component

The ModelMesh serving proxy acts as the router and interceptor for incoming API traffic. It ensures inference requests reach the correct underlying model runtime, bypassing unrelated pipeline controllers entirely.

Q8. What format is used to export and upload a compiled pipeline from a Jupyter Notebook to OpenShift AI?

Answer: C. YAML or ZIP containing the pipeline definition

Compiled pipelines are exported and uploaded to OpenShift AI using a YAML file or a ZIP archive containing the pipeline definition. This format ensures the platform can parse and execute the Directed Acyclic Graph correctly.

Q9. What target component exposes the operational runtime statistics of an active data science pipeline setup to the dashboard?

Answer: A. Prometheus Monitoring Stack

The Prometheus Monitoring Stack exposes operational runtime statistics to the dashboard. OpenShift AI relies on the built-in monitoring tools to track active pipeline metrics rather than using distributed tracing or logging subsystems.

Q10. Which custom resource definition tracks the status of installed components within the RHOAI operator?

Answer: B. DSCInitialization custom resource schema

The DSCInitialization custom resource schema tracks the status of installed components within the operator. It validates that prerequisite conditions and foundational configurations are successfully applied before enabling components.

Q11. What format is used to write configuration properties when manually editing OpenShift AI resources via CLI?

Answer: B. YAML syntax structure formatting

OpenShift AI resources are typically managed as custom resources using YAML syntax via the command line. YAML is the standard configuration format for OpenShift CLI operations, whereas XML, CSV, and INI are not used for Kubernetes object definitions.

Q12. Which component handles the ingestion of pipeline definition files and manages scheduled execution runs?

Answer: C. Pipeline API Server backend subsystem

The Pipeline API Server handles pipeline definition file ingestion and manages scheduled execution runs. ModelMesh and the Ingress Router handle model serving and routing, leaving the pipeline backend completely responsible for Data Science Pipeline orchestration.

Q13. What command line client binary utility is used to troubleshoot lower-level Kubernetes objects within OpenShift AI namespaces?

Answer: D. oc command line interface utility

The oc command line interface utility is the primary tool used to troubleshoot lower-level Kubernetes objects within OpenShift AI namespaces. It natively handles custom resource definitions, whereas no specific rhoai-cli client exists.

Q14. Which log analytics tool is used to aggregate and review long-term system error histories for OpenShift AI infrastructure components?

Answer: A. OpenShift Logging operator with Loki or Vector

The OpenShift Logging operator with Loki aggregates and reviews long-term system error histories for cluster infrastructure. Prometheus only stores numeric time-series metrics, meaning it cannot store detailed text-based application logs required here.

Q15. Which OpenShift AI tool allows data scientists to version control their machine learning code natively?

Answer: D. Git integration within JupyterLab workbenches

Data scientists use Git integration natively built into JupyterLab workbenches to commit and version control their code. The other options handle pipelines or storage and do not provide direct user version control interfaces.

Q16. What design layout must custom notebook images implement to integrate correctly with the OpenShift AI dashboard UI?

Answer: D. OpenDataHub/KubeFlow container specification layouts

Custom notebook images must adhere to Open Data Hub and Kubeflow container specifications to integrate properly with the dashboard UI. Images running as root or lacking these specific environmental hooks fail to launch correctly.

Q17. What is the default container image registry used by OpenShift AI for stock notebook images?

Answer: B. registry.redhat.io

Red Hat's official container registry, registry.redhat.io, provides the default enterprise notebook images. Exam tip: while quay.io hosts some ecosystem components, authenticated Red Hat images come from registry.redhat.io.

Q18. In which OpenShift namespace is the Red Hat OpenShift AI operator logically installed by default when using the OperatorHub?

Answer: B. openshift-operators

The Red Hat OpenShift AI operator is installed globally in the openshift-operators namespace when deployed via OperatorHub. Avoid choosing operational namespaces like storage or authentication, which serve different cluster 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.

Scroll to Top