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

Practice for the Red Hat Certified Specialist in OpenShift AI (EX267) exam with 17 exam-style practice questions, instant answer reveals, and concise explanations of every correct answer. Topics include: What component must be provisioned inside a Data Science project before creating an Elyra pipeline?. 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

  • What component must be provisioned inside a Data Science project before creating an Elyra pipeline?
  • What is the effect of applying a 'Taint' to a specific set of GPU worker nodes in an OpenShift cluster runnin…
  • Which environment variable is automatically populated inside a workbench when a Data Connection is successful…
  • Which open-source project forms the upstream codebase for Red Hat OpenShift AI?
  • What type of volume type is instantiated when a data scientist creates a new workbench with 'New Storage'?
  • Which interface is used to visually configure multi-model serving runtimes in the dashboard?

Answers and explanations

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

Q1. What component must be provisioned inside a Data Science project before creating an Elyra pipeline?

Answer: D. Pipeline Server

A Pipeline Server must be instantiated within the Data Science project before users can execute Elyra pipelines. Without the server actively running, the Jupyter workbench cannot validate or submit pipeline runs.

Q2. What is the effect of applying a 'Taint' to a specific set of GPU worker nodes in an OpenShift cluster running OpenShift AI?

Answer: D. It prevents non-AI or non-GPU pods from being scheduled on those specific nodes unless they have matching tolerations

Tainting GPU worker nodes repels standard pods, ensuring only AI workloads with matching tolerations consume the specialized hardware. Taints control pod scheduling rather than altering network traffic or managing node storage.

Q3. Which environment variable is automatically populated inside a workbench when a Data Connection is successfully attached?

Answer: D. AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY

Attaching a Data Connection automatically injects AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY into the workbench environment. These variables allow notebooks to authenticate seamlessly with S3-compatible object storage.

Q4. Which open-source project forms the upstream codebase for Red Hat OpenShift AI?

Answer: D. Open Data Hub (ODH)

Open Data Hub is the upstream community project that Red Hat OpenShift AI is built upon. While related technologies use pipelines or model tracking, Open Data Hub provides the integrated foundation tested on the exam.

Q5. What type of volume type is instantiated when a data scientist creates a new workbench with 'New Storage'?

Answer: C. A newly provisioned Persistent Volume Claim (PVC)

When a user selects New Storage for a workbench, OpenShift AI dynamically provisions a Persistent Volume Claim to provide durable storage. Host paths or temporary directories would not persist data across pod restarts.

Q6. Which interface is used to visually configure multi-model serving runtimes in the dashboard?

Answer: D. Settings -> Serving Runtimes window configuration console

Custom model serving runtimes are added and edited directly from the Settings menu under Serving Runtimes. The standard operator hub does not manage these specific runtime templates for serving models.

Q7. What type of machine learning model format is standard when deploying to an OpenVINO model serving runtime?

Answer: B. ONNX or OpenVINO IR format

OpenVINO serving runtimes expect standardized formats like ONNX or the proprietary OpenVINO Intermediate Representation format for inference. Python pickle files are heavily discouraged due to security risks during deployment.

Q8. Which specific configuration defines the resource request and limit bounds (CPU/RAM) for predefined workbench sizes (Small, Medium, Large)?

Answer: A. The DataScienceCluster custom resource specification

Workbench sizes are defined within the DataScienceCluster custom resource specification, allowing administrators to manage compute limits. Standard OpenShift ResourceQuotas apply to namespaces but do not set the template dropdown sizes.

Q9. Which OpenShift Operator is responsible for managing the underlying hardware state and drivers for graphics cards in AI workloads?

Answer: B. NVIDIA GPU Operator

The NVIDIA GPU Operator manages hardware state and drivers for graphics cards. Node Feature Discovery merely tags nodes, but the GPU Operator is required for actual workload execution and driver management.

Q10. How does an administrator grant a specific group of users access to the OpenShift AI dashboard if access restrictions are enabled?

Answer: A. By adding the group name to the OpenShift AI administrator or user groups configuration

Administrators grant access by adding specific groups to the allowed groups list in the dashboard settings. Assigning the cluster-admin role is incorrect because it bypasses the intended least-privilege separation.

Q11. Which custom resource defines cluster-wide initialization properties, such as the management of the service mesh configuration for RHOAI?

Answer: B. DSCInitialization

The DSCInitialization custom resource defines cluster-wide initialization properties like service mesh configurations. While the DataScienceCluster component manages the individual operators, DSCInitialization handles underlying prerequisites.

Q12. What is the primary role of the TrustyAI component within Red Hat OpenShift AI?

Answer: D. Model bias monitoring and explainability

TrustyAI is the dedicated OpenShift AI component for monitoring model bias and providing explainability. On the exam, remember that TrustyAI integrates with the dashboard rather than handling storage, data routing, or model compilation.

Q13. What must be enabled on an OpenShift cluster node to allow proper scheduling of GPU workloads?

Answer: A. The node must have the nvidia.com allocatable resource capacity

OpenShift schedules GPU workloads only when nodes advertise the nvidia.com extended resource capacity. Expect to inspect node descriptions to verify this allocatable resource rather than looking at local storage or architecture types.

Q14. What must an administrator configure to allow specific user groups access to OpenShift AI while denying others?

Answer: A. Dedicated user groups like rhoai-users and rhoai-admins

Administrators control access to OpenShift AI by assigning users to dedicated OpenShift groups like rhoai-users and rhoai-admins bound to specific roles. Network policies or generic OAuth tokens will not grant the required application access.

Q15. Which container image format is natively configured in OpenShift AI for launching custom workbench images?

Answer: A. OpenShift Image Stream

OpenShift AI natively uses OpenShift ImageStreams to manage and launch custom workbench images. The platform expects specific ImageStream labels so the spawner can discover them, bypassing generic Docker archives or manifests.

Q16. What role does the DataScienceCluster Custom Resource play during an upgrade of Red Hat OpenShift AI?

Answer: B. It specifies which components should be upgraded or maintained at a given version level

The DataScienceCluster Custom Resource manages the OpenShift AI components, dictating which features are installed or upgraded. It acts solely as the central control for component management and does not alter the underlying operating system.

Q17. How can a user specify custom resources like GPUs for an OpenShift AI pipeline step?

Answer: D. Configure the resource requirements in the Elyra node properties

You define custom resources like GPUs directly in the Elyra node properties within your Jupyter workbench. Cluster node configurations or environment variables in the server settings do not allocate resources to individual steps.

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