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

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: When configuring an environment variable inside an OpenShift AI Workbench, what option should you choose to safely refer. 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

  • When configuring an environment variable inside an OpenShift AI Workbench, what option should you choose to s…
  • Which OpenShift resource provides an external, publicly accessible URL endpoint for a deployed machine learni…
  • What is the default tool used to view cluster-wide performance metrics of OpenShift AI?
  • How can an administrator completely uninstall the Red Hat OpenShift AI operator from a cluster?
  • Which interface do data scientists primarily use to launch notebooks and manage models in OpenShift AI?
  • Which command-line tool deploys custom resources directly on an OpenShift cluster?

Answers and explanations

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

Q1. When configuring an environment variable inside an OpenShift AI Workbench, what option should you choose to safely reference a database password?

Answer: C. Secret

Kubernetes Secrets are explicitly designed to securely store and inject sensitive data like passwords and API keys. Plain text is dangerously insecure, and ConfigMaps should only be used for non-confidential configuration data in your workbench environments.

Q2. Which OpenShift resource provides an external, publicly accessible URL endpoint for a deployed machine learning model?

Answer: C. Route

OpenShift Routes expose internal Services to generate secure, externally accessible URLs. A Service only provides internal cluster networking, so external traffic requires a Route to successfully reach your deployed machine learning inference models.

Q3. What is the default tool used to view cluster-wide performance metrics of OpenShift AI?

Answer: C. Red Hat OpenShift Cluster Monitoring (Prometheus/Grafana)

Red Hat OpenShift Cluster Monitoring uses Prometheus and Grafana by default. While you can integrate external tools, expect questions about default cluster metrics to target the built-in stack. External platforms require custom integration.

Q4. How can an administrator completely uninstall the Red Hat OpenShift AI operator from a cluster?

Answer: C. Remove the DataScienceCluster CR, delete the operator subscription, and clean up the component namespaces

Removing the DataScienceCluster custom resource, deleting the operator subscription, and cleaning namespaces correctly uninstalls the operator. Forcing API deletions or editing core infrastructure manifests is dangerous and incorrect.

Q5. Which interface do data scientists primarily use to launch notebooks and manage models in OpenShift AI?

Answer: B. OpenShift AI Dashboard

Data scientists use the OpenShift AI Dashboard to launch notebooks and manage models easily. While administrators rely on the OpenShift Web Console for platform management, the OpenShift AI Dashboard is the primary interface for users.

Q6. Which command-line tool deploys custom resources directly on an OpenShift cluster?

Answer: A. oc

The oc command-line tool is the primary interface for deploying custom resources in OpenShift AI. Tools like rhoai-cli are not standard deployment utilities. Memorize basic oc apply commands for custom resource management.

Q7. Which Red Hat OpenShift AI user interface tab allows data scientists to track active model endpoints, response times, and overall request volumes?

Answer: C. Deployed Models / Model Serving section

The Model Serving section displays active endpoints, response times, and request volumes for deployed models. The Pipelines tab focuses on execution workflows, not runtime inference metrics. Always check deployed models for endpoint health.

Q8. What cluster-wide operator manages the structural service mesh networking layers required by KServe?

Answer: C. Red Hat OpenShift Service Mesh Operator

KServe relies on the Red Hat OpenShift Service Mesh Operator to handle structural networking and traffic management. Standard Kubernetes ingress lacks the advanced routing capabilities required, making the service mesh mandatory for model serving.

Q9. What happens to the intermediate data generated by an Elyra pipeline step if no object storage bucket connection is configured?

Answer: A. The pipeline run fails during validation or server initialization

Data Science Pipelines require an object storage bucket to store intermediate data artifacts. Without a configured connection, the pipeline run fails during validation or server initialization because it cannot persist the step outputs.

Q10. What protocol format is standard for sending inference requests to a model deployed on ModelMesh or KServe?

Answer: D. v2 Data Plane HTTP/gRPC API

The KServe v2 Data Plane HTTP or gRPC protocol is the industry standard for model inference requests. Exam takers should focus on v2 endpoints rather than custom REST wrappers when testing deployments.

Q11. When configuring the DataScienceCluster CR, setting a component's management state to "Unmanaged" has what effect?

Answer: C. The operator installs the component but stops updating or managing its state

Setting a component to Unmanaged installs it but halts operator reconciliation and lifecycle updates. This prevents accidental overwrites when administrators need to debug components manually.

Q12. Which OpenShift capability is a structural prerequisite for deploying the KServe single-model serving platform?

Answer: C. OpenShift Serverless and OpenShift Service Mesh

KServe strictly requires OpenShift Serverless and Service Mesh to handle traffic routing. You must verify these operators are healthy before attempting to deploy single-model serving runtimes.

Q13. What credential type is typically required to pull a custom data science image from a private secure registry?

Answer: A. Pull Secret (kubernetes.io/dockerconfigjson)

A Kubernetes dockerconfigjson pull secret authenticates requests to private registries. You must properly link this secret to your service account to successfully pull custom images.

Q14. Which retrieval method can be configured in RHOAI applications to inject external, real-time context data into an LLM without retraining the entire model?

Answer: A. Retrieval-Augmented Generation (RAG)

Retrieval-Augmented Generation pulls outside documents into the model context window at inference time. Fine-tuning alters model weights, which defeats the requirement of avoiding a complete model retraining cycle.

Q15. What scope does a Data Science Project operate within inside the underlying OpenShift Container Platform cluster?

Answer: D. A dedicated Red Hat OpenShift namespace

A Data Science Project maps directly to a dedicated Kubernetes namespace within OpenShift. This ensures workbenches and resources remain isolated, unlike cluster-wide definitions that lack multi-tenant boundaries.

Q16. What is the name of the main Custom Resource (CR) used to initialize and configure the Red Hat OpenShift AI components after installing the operator?

Answer: C. DataScienceCluster

The DataScienceCluster custom resource initializes OpenShift AI components after operator installation. You edit this resource to toggle features, avoiding fictional resources like RHOAIManager or ClusterInitialization.

Q17. What is the purpose of an 'Accelerator Profile' in Red Hat OpenShift AI?

Answer: A. To configure GPU or specialized hardware access for notebook pods

Accelerator Profiles define how specialized hardware like GPUs are requested and mapped to notebook pods. They abstract hardware complexities, unlike distractors focused on networking or container image downloads.

Q18. What key-value format is expected within the OpenShift Secret when defining an AWS S3 data connection for a Data Science Project?

Answer: A. AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY fields

AWS S3 data connections rely on standard AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY fields to authenticate properly. OpenShift AI expects these specific key names to mount your S3 storage automatically, unlike generic SSH or JSON deployment 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