Red Hat Certified Specialist in OpenShift AI (EX267) Practice Exam Questions and – Part 12/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: How can you adjust the memory size of a running workbench without recreating the workbench container entirely?. 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

  • How can you adjust the memory size of a running workbench without recreating the workbench container entirely?
  • What tool acts as the foundational orchestration engine for managing container workloads in Red Hat OpenShift?
  • Which component seamlessly integrates Git repositories collaboratively inside the Jupyter workbench?
  • What configuration file tracks the explicit integration of external Git repositories within an Elyra pipeline…
  • What API configuration object defines retry mechanisms for individual Data Science Pipeline runs?
  • What Security Context Constraint (SCC) policy scheme enables Jupyter Workbench container packages to process…

Answers and explanations

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

Q1. How can you adjust the memory size of a running workbench without recreating the workbench container entirely?

Answer: D. Workbenches must be stopped, edited in the dashboard settings configuration, and restarted

You must stop the workbench, change the container configuration in the dashboard, and restart it to apply new memory limits. Live patching custom resources is not supported, making the manual restart process the expected operational procedure on exams.

Q2. What tool acts as the foundational orchestration engine for managing container workloads in Red Hat OpenShift?

Answer: A. Kubernetes

Red Hat OpenShift is built on top of Kubernetes, which acts as the foundational orchestration engine for managing container workloads. This baseline knowledge is necessary for navigating cluster resources during the exam.

Q3. Which component seamlessly integrates Git repositories collaboratively inside the Jupyter workbench?

Answer: C. JupyterLab Git Extension

The JupyterLab Git Extension provides native version control integration within the workbench interface. OpenShift GitOps operates at the cluster level and does not directly embed into the interactive notebook environment.

Q4. What configuration file tracks the explicit integration of external Git repositories within an Elyra pipeline step?

Answer: B. The pipeline file properties metadata configuration parameters

Elyra stores external repository dependencies and configurations directly within the pipeline file properties metadata. Do not confuse this with the standard Git config, which only handles local source control mappings rather than visual pipeline execution dependencies.

Q5. What API configuration object defines retry mechanisms for individual Data Science Pipeline runs?

Answer: B. Tekton PipelineRun Spec Retry

Data Science Pipelines in OpenShift AI use Tekton under the hood, so retries are configured in the PipelineRun spec. Argo might look familiar, but the current native pipeline engine is Tekton.

Q6. What Security Context Constraint (SCC) policy scheme enables Jupyter Workbench container packages to process systems securely?

Answer: D. restricted-v2 or customized default profiles

Restricted or carefully customized SCC profiles enforce least privilege, keeping workbench containers secure. Privileged or anyuid access defeats these restrictions and is rarely granted to standard users.

Q7. Which object managed by the operator deploys the critical infrastructure definition for ModelMesh apparatuses?

Answer: B. ServingRuntime CRD instance

A ServingRuntime custom resource instance defines the runtime environment and infrastructure required by ModelMesh to host models. This object tells the controller how to deploy the necessary model servers.

Q8. Which CRD specifies objects for managing global system configurations before defining a cluster CR?

Answer: B. DSCInitialization

The DSCInitialization custom resource manages global system configurations required before deploying components. This configuration must be applied successfully so the DataScienceCluster CR can properly initialize the operator.

Q9. What is the minimum recommended node type for deploying heavy LLM training workloads in OpenShift AI?

Answer: D. Worker nodes equipped with NVIDIA GPUs

Worker nodes equipped with NVIDIA GPUs provide the specialized hardware required to run heavy LLM training workloads efficiently. Master and infrastructure nodes handle cluster operations and cannot handle intensive training.

Q10. WHICH RUNTIME RESOURCE OBJECT ALLOCATES A LOGICAL SEGMENT OF STORAGE TO A SINGLE WORKBENCH?

Answer: A. PersistentVolumeClaim

A PersistentVolumeClaim requests a logical segment of storage and mounts it into a single workbench pod. Expect PVCs whenever a question asks about persistent storage allocation for notebooks.

Q11. WHAT STORAGE CLASS INTERFACE TYPE IS MANDATORY FOR DATA SCIENCE PIPELINE ARTIFACT STORES?

Answer: D. Object Storage (S3 Compatible)

Data Science Pipelines require an S3-compatible object storage bucket to store artifacts. File or block storage options are incorrect because the pipeline engine specifically interfaces with object storage APIs.

Q12. What is the purpose of the 'rhods-notebooks' namespace in older versions or its equivalent in newer versions?

Answer: A. To hold the default workbench image streams and components

The designated namespace is used to store the default workbench image streams and required components. Knowing where custom images live is an essential administrative exam cue.

Q13. Which API is primarily exposed by the Triton Inference Runtime to submit computer vision data packages?

Answer: C. KServe v2 Data Plane API Schema

Triton integrates with OpenShift AI by exposing the standard KServe v2 Data Plane API schema. Remember that legacy custom protocols fail modern multi-model server compatibility checks.

Q14. What OpenShift command deletes a Data Science Project cleanly from the cluster environment?

Answer: B. oc delete project

The correct answer is oc delete project because a Data Science Project acts as an OpenShift namespace. Use the standard command line interface tool to remove the namespace entirely from the cluster.

Q15. Which OpenShift CLI command allows an operator to view all custom resource definitions associated with OpenShift AI?

Answer: C. oc get crd | grep -iE 'smarter|kafk|rhods|datascience|kserve|trustyai'

Using standard OpenShift commands to list and filter CRDs is a valid troubleshooting method. While oc get crds is the base requirement, the specific grep filters shown here help identify OpenShift AI components quickly.

Q16. Which custom resource status phase indicates that a Data Science Project is ready for production workbenches?

Answer: D. Active or Ready

A status of Active or Ready indicates the project is fully provisioned and prepared for workloads. Pending means resources are still allocating, while Terminating indicates the project is actively being destroyed.

Q17. WHAT BACKEND DATABASE TRACKS USER INTERACTION CONFIGURATIONS WITHIN THE OPENSHIFT AI DASHBOARD?

Answer: A. Red Hat OpenShift AI does not store user data in a dedicated external DB; it uses cluster resources.

OpenShift AI does not store user data in a dedicated external database, instead relying on internal cluster resources and CRDs. Options like PostgreSQL or MongoDB are distractors not used for dashboard configurations.

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