Red Hat Certified Specialist in OpenShift AI (EX267) Practice Exam Questions and – Part 20/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 API group and resource type are used to define a custom notebook image programmatically in OpenShift AI?. 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 API group and resource type are used to define a custom notebook image programmatically in OpenShift AI?
  • What underlying structure holds the secret credentials of an external repository inside an OpenShift AI pipel…
  • What is the purpose of the DSCInitialization resource's applicationsNamespace configuration field?
  • What component of KServe enables it to scale down model serving instances to zero when no traffic is detected?
  • Which component serves as the database for storing metadata for the pipeline tracking subsystem?
  • What is the minimum configuration needed to enable GPU access inside a workbench instance?

Answers and explanations

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

Q1. Which API group and resource type are used to define a custom notebook image programmatically in OpenShift AI?

Answer: B. dashboard.opendatahub.io/NotebookImage

Custom notebook images are defined using the NotebookImage custom resource within the dashboard.opendatahub.io API group. This allows administrators to programmatically provide custom environments for data scientists.

Q2. What underlying structure holds the secret credentials of an external repository inside an OpenShift AI pipeline namespace?

Answer: A. Kubernetes Secret object

OpenShift AI pipelines natively integrate with Kubernetes to store sensitive repository credentials in standard Secret objects. These secrets are then securely mounted or referenced by the pipeline tasks.

Q3. What is the purpose of the DSCInitialization resource's applicationsNamespace configuration field?

Answer: A. It specifies the target namespace where OpenShift AI core applications and components are installed

The DSCInitialization configuration sets up the required namespaces for the core OpenShift AI operators and their components. The applicationsNamespace field specifically dictates where the shared applications are deployed.

Q4. What component of KServe enables it to scale down model serving instances to zero when no traffic is detected?

Answer: A. Knative Serving platform autoscaling component

Knative Serving provides the underlying autoscaling capabilities that allow KServe to scale model serving instances down to zero. Remember that ModelMesh is the alternative stack used for multi-model serving, whereas KServe handles large, single models via serverless features.

Q5. Which component serves as the database for storing metadata for the pipeline tracking subsystem?

Answer: C. MariaDB or MySQL database instances provisioned within the infrastructure

The Data Science Pipelines application uses a MariaDB or MySQL database instance to store pipeline tracking metadata. While PVCs store the artifacts, the structured metadata for experiment tracking relies on this relational database backend.

Q6. What is the minimum configuration needed to enable GPU access inside a workbench instance?

Answer: C. Selecting an accelerator profile during workbench configuration creation

You must select an existing accelerator profile during the workbench creation process to allocate GPU resources to the notebook container. Simply installing Python libraries will fail if the underlying hardware profile is not requested.

Q7. What custom resource allows administrators to provision global runtime options for distinct model serving engines?

Answer: D. ServingRuntime CRD instance

The ServingRuntime custom resource allows administrators to define and provision global runtime configurations for distinct model serving engines. An InferenceService acts as the actual instance pointing to a model, not the runtime environment itself.

Q8. Which metrics framework is leveraged by KServe to expose real-time model prediction throughput statistics?

Answer: C. Prometheus metric exposition format standards

KServe uses the Prometheus metrics exposition format to expose real-time model prediction statistics. While log streams contain generic runtime data, structured Prometheus metrics are required for proper scaling and monitoring integrations.

Q9. Which command can you use to verify that the Red Hat OpenShift AI operator pods are running successfully?

Answer: B. oc get pods -n openshift-operators

Checking the openshift-operators namespace retrieves the status of installed operators. Podman and systemctl do not inspect OpenShift cluster workloads, making oc get pods the correct administrative troubleshooting command.

Q10. Which security mechanism isolates notebook workspaces to prevent containers from hijacking the underlying host system kernel?

Answer: B. Security Context Constraints (SCC) profiles

Security Context Constraints restrict pod permissions to prevent containers from hijacking host kernels. NetworkPolicies are also correct for network isolation, but SCCs strictly govern the container runtime permissions.

Q11. What cluster-wide operator manages the provisioning of local or dynamic storage volumes for OpenShift AI pipelines if file storage is needed?

Answer: B. Red Hat OpenShift Local Storage Operator / OpenShift Data Foundation (ODF)

OpenShift AI pipelines require underlying persistent storage to function, typically provisioned using OpenShift Data Foundation or the Local Storage Operator. GitOps and Advanced Cluster Security do not provide the physical storage volumes required for pipeline artifacts.

Q12. What type of Kubernetes resource is generated by the Elyra pipeline engine to handle distinct workflow step computations?

Answer: C. Pods executing designated pipeline container steps

The Elyra pipeline engine generates Kubernetes Pods to execute the specific containers defined for each workflow step. Watch for StatefulSets or PVCs as distractors; Elyra focuses purely on spinning up task-specific pods.

Q13. How can an analytics team duplicate a successful pipeline configuration structure for use in a completely new project area?

Answer: D. Exporting visual pipeline as a pipeline file

Exporting the visual pipeline as a pipeline file allows teams to reuse and migrate complex configurations across different projects. You cannot achieve this by modifying operator manifests or copying raw logs.

Q14. How can an administrator ensure that specific user groups cannot create workbenches with large compute sizes?

Answer: D. Define resource quota limits on the specific project namespace

Applying standard Kubernetes ResourceQuotas to a data science project namespace effectively limits compute sizes for workbenches. Compute size selections are project-scoped, so global console changes are incorrect.

Q15. Which storage subsystem can provide scalable on-cluster S3-compatible storage solutions for OpenShift AI pipelines?

Answer: A. Red Hat OpenShift Data Foundation (ODF)

Red Hat OpenShift Data Foundation provides scalable, on-cluster, S3-compatible object storage ideal for pipeline artifacts. Cloud provider block storage drivers or local storage do not natively offer S3 endpoints.

Q16. Which component of OpenShift AI enables data scientists to configure custom parameters like Python virtual environments inside workbenches?

Answer: A. Workbench terminal or custom startup script capabilities

Data scientists use the built-in workbench terminal or custom startup scripts to install specific packages or configure Python environments. You avoid touching cluster network policies or operator manifests for user environments.

Q17. Which standard object stores pipeline metrics for real-time visualization within user tracking dashboards?

Answer: B. Prometheus TSDB Metric Store database

Prometheus serves as the TSDB to scrape and store pipeline metrics for dashboard visualization. Standard block storage via PersistentVolume Claims or cluster etcd are not used for metric time-series visualization.

Q18. Which configuration component configures network timeouts between the cluster ingress and served model components?

Answer: A. Route annotations or ServiceMesh structures

OpenShift Route annotations are frequently adjusted to increase timeout limits between the ingress and model components. CoreDNS or global Ingress Controller changes are too broad for serving component timeouts.

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