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

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: Which component serves as the graphical user interface for the Elyra pipeline builder?. 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 component serves as the graphical user interface for the Elyra pipeline builder?
  • Which dashboard section allows an administrator to manage accelerator profiles for users?
  • What role-based access control permission must a user possess to assign other cluster users access to a speci…
  • What method updates internal packages securely in an offline or disconnected Red Hat OpenShift AI workbench e…
  • What open-source storage system is commonly integrated with OpenShift AI to manage embeddings and vector sear…
  • Which logic separates workbench pods so they only run on nodes with NVIDIA hardware acceleration?

Answers and explanations

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

Q1. Which component serves as the graphical user interface for the Elyra pipeline builder?

Answer: B. JupyterLab IDE Extension

Elyra operates as a visual builder extension directly inside the JupyterLab IDE. The OpenShift console manages cluster administration, not visual pipeline construction.

Q2. Which dashboard section allows an administrator to manage accelerator profiles for users?

Answer: B. Settings -> Accelerator profiles

Administrators manage accelerator profiles under Settings and then Accelerator profiles. Hardware profiles represent a common distractor but are not used for GPU configuration.

Q3. What role-based access control permission must a user possess to assign other cluster users access to a specific Data Science Project?

Answer: A. Project Admin role permissions

Users need Project Admin permissions to manage group access within their specific Data Science Project. Viewers and standard cluster operators lack delegation capabilities.

Q4. What method updates internal packages securely in an offline or disconnected Red Hat OpenShift AI workbench environment?

Answer: C. Creating custom notebook container images containing needed libraries pre-baked

Creating custom notebook images with required libraries pre-installed ensures packages are securely available in disconnected environments. Avoid direct internet dependencies because restricted networks block direct downloads and external repository access.

Q5. What open-source storage system is commonly integrated with OpenShift AI to manage embeddings and vector searches for RAG systems?

Answer: C. Vector Databases like Milvus, Chroma, or Redis

Vector databases such as Milvus or Chroma are commonly integrated with OpenShift AI to handle embeddings and vector searches for RAG. Standard relational databases or simple persistent volumes lack the optimized indexing needed for fast similarity searches.

Q6. Which logic separates workbench pods so they only run on nodes with NVIDIA hardware acceleration?

Answer: C. Node Affinity Rules

Node affinity rules are the standard mechanism to target specific hardware types, ensuring workbenches only run on nodes with NVIDIA accelerators. Taints and tolerations allow pods to tolerate conditions but do not exclusively guarantee hardware scheduling.

Q7. What under-the-hood mechanism allocates specific GPU slices to different workbenches if NVIDIA MIG is enabled?

Answer: D. NVIDIA GPU Operator with MIG profiles

The NVIDIA GPU Operator manages Multi-Instance Graphics configurations, allocating specific GPU slices to different workbenches. Standard OpenShift route rules or node selectors lack the hardware-level partitioning needed for MIG profiles.

Q8. To add a custom workbench image to Red Hat OpenShift AI, which specific cluster-scoped Custom Resource must you create?

Answer: B. DashboardConfig

The DashboardConfig custom resource manages dashboard settings including custom workbench images. OpenShift AI relies on standard operators like ODH DashboardConfig rather than generic custom resource definitions to control user interfaces.

Q9. WHICH KIND OF STORAGE MANAGEMENT BACKEND PROVIDES SEAMLESS PERSISTENT STORAGE FOR OBJECT STORE SIMULATIONS LOCALLY ON OPENSHIFT?

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

Red Hat OpenShift Data Foundation provides seamless persistent storage and is heavily used for local object store simulations in OpenShift AI. Ephemeral container volumes and hostpath providers do not provide reliable persistent storage.

Q10. What parameter in Elyra defines where to export generated files so they can be securely retrieved after a pipeline execution?

Answer: D. Output Files configuration tracking paths

Elyra uses Output Files configuration tracking paths to define where generated files are exported for secure retrieval after execution. Git push targets handle source code versioning, not pipeline output artifacts.

Q11. Which model serialization format is most generally used to move trained deep learning models into the OpenVINO serving runtime?

Answer: D. OpenVINO IR (XML/BIN) or ONNX format

OpenVINO serving runtimes generally expect models in the OpenVINO IR XML/BIN format or ONNX format for optimized inference. Pickle files are unsafe and specific to Python objects, whereas Protocol Buffers are TensorFlow-specific.

Q12. What is the core upstream project for Red Hat OpenShift AI?

Answer: B. Kubeflow

Kubeflow is the correct answer because OpenShift AI builds upon its concepts and components. While MLflow is heavily integrated, Kubeflow serves as the foundational upstream project for the pipeline architecture.

Q13. How do data connections transmit credentials to the notebook pods securely?

Answer: A. Kubernetes Secrets

Data connections in OpenShift AI are stored as Kubernetes Secrets, which are then mounted as environment variables in the notebook pods. ConfigMaps lack built-in security for sensitive data like passwords and access keys.

Q14. Which environment variable must be specified inside a custom workbench image to ensure the RHOAI dashboard can cleanly inject data connection details?

Answer: C. ODS_DATA_CONNECTION

The dashboard injects data connection details into custom workbenches using the ODS_DATA_CONNECTION prefix. Recognizing this variable is vital when configuring custom notebook environments to read S3 storage details programmatically.

Q15. Which storage class access mode is recommended for common shareable JupyterLab workspaces?

Answer: B. ReadWriteMany

ReadWriteMany is required for shareable JupyterLab workspaces so multiple pods can mount the volume simultaneously. ReadWriteOnce restricts access to a single node, which prevents proper multi-user collaboration.

Q16. WHICH PIPELINE STORAGE METHOD STORES RUN ARTIFACTS AND COMPILED WORKFLOW FILES?

Answer: A. Amazon S3 or compatible object storage

Data Science Pipelines use Amazon S3 or compatible object storage to store run artifacts and compiled workflow files. Local or ephemeral storage options lack the persistence necessary for reliable pipeline execution across nodes.

Q17. What specific command captures operator runtime status and error statements?

Answer: A. oc logs deployment/rhods-operator -n redhat-ods-operator

The oc logs command targeting the rhods-operator deployment retrieves the runtime status and errors. The other options are invalid because they reference nonexistent system flags or operator names that do not directly expose the required troubleshooting logs.

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