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: Where are custom notebook images registered so they appear in the OpenShift AI dashboard workbench selection?. 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
- Where are custom notebook images registered so they appear in the OpenShift AI dashboard workbench selection?
- Which open-source project forms the base upstream community project for Red Hat OpenShift AI?
- Which object storage system is commonly integrated with OpenShift AI for internal pipeline artifact storage d…
- Which component within the OpenShift AI ecosystem assists in tracking machine learning model version historie…
- What mechanism does OpenShift AI use to safely pass cloud credentials to a notebook workbench without exposin…
- Which component handles single sign-on (SSO) authentication for the OpenShift AI dashboard?
Answers and explanations
Tap a question to expand the answer and the exam reasoning. Try to commit to your own pick first.
Q1. Where are custom notebook images registered so they appear in the OpenShift AI dashboard workbench selection?
Answer: C. ImageStreams
ImageStreams are the underlying OpenShift resources used to register and expose custom notebook images in the dashboard. On the exam, remember that the OpenShift AI dashboard simply queries these cluster resources to populate its workbench image dropdown list.
Q2. Which open-source project forms the base upstream community project for Red Hat OpenShift AI?
Answer: D. Open Data Hub
Open Data Hub serves as the upstream community project for Red Hat OpenShift AI. Kubeflow is related but distinct, so remember that OpenShift AI is built directly on top of the Open Data Hub operator and its components.
Q3. Which object storage system is commonly integrated with OpenShift AI for internal pipeline artifact storage during standard on-premise installations?
Answer: A. Red Hat OpenShift Data Foundation (ODF) / Ceph object storage
Red Hat OpenShift Data Foundation, utilizing Ceph, provides the default S3-compatible object storage for on-premise pipeline artifacts. Rely on ODF for internal storage configurations during the exam rather than cloud-specific or block storage options.
Q4. Which component within the OpenShift AI ecosystem assists in tracking machine learning model version histories and registry locations?
Answer: D. Model Registry component
The Model Registry component tracks model versions, states, and registry locations within OpenShift AI. Tekton handles pipeline tasks but does not serve as the centralized repository for machine learning model metadata and version histories.
Q5. What mechanism does OpenShift AI use to safely pass cloud credentials to a notebook workbench without exposing them in plain text?
Answer: D. Environment Variables from Secrets
Environment variables populated from Kubernetes Secrets securely pass credentials to workbenches without exposing them in plain text. Hardcoded ConfigMaps fail as a distractor because they store non-sensitive data publicly within the namespace.
Q6. Which component handles single sign-on (SSO) authentication for the OpenShift AI dashboard?
Answer: B. OpenShift OAuth Server
The OpenShift OAuth Server handles authentication for the dashboard by relying directly on the cluster's built-in identity providers. Red Hat SSO is a distractor because it is not the default authentication mechanism for OpenShift AI.
Q7. Which component validates incoming user tokens against the OpenShift cluster identity provider when hitting the dashboard?
Answer: B. OpenShift OAuth proxy container
The OpenShift OAuth proxy container intercepts dashboard requests to validate user tokens against the cluster identity provider. Red Hat Insights and Active Directory are distractors, while local file hashes do not handle network authentication.
Q8. What CLI tool is typically used to interface with and configure the Red Hat OpenShift cluster hosting OpenShift AI?
Answer: B. oc
The oc command line tool is the primary interface for managing OpenShift clusters. While kubectl works on Kubernetes resources, oc provides the specific capabilities needed for OpenShift administration.
Q9. What type of volume allocation is ideal for workbenches requiring highly scalable, multi-writer access across different cluster zones?
Answer: D. ReadWriteMany (RWX) PV supported by enterprise file storage
ReadWriteMany (RWX) is the correct access mode because it allows multiple pods to mount and write to the same persistent volume simultaneously. The other options restrict access to a single node or use temporary storage unsuitable for scalable workbenches.
Q10. Which environment variable format exposes the access key within a Data Connection secret to an active application?
Answer: D. AWS_SECRET_ACCESS_KEY
Data Connections in OpenShift AI store S3 credentials in a Kubernetes Secret using the standard AWS environment variable naming convention. The AWS_SECRET_ACCESS_KEY variable is automatically exposed to the workbench or application, ensuring seamless SDK authentication.
Q11. What type of OpenShift resource must be created to allow an external application to communicate with a deployed model via HTTPS?
Answer: D. Route
An OpenShift Route exposes an internal Service externally via HTTPS, allowing outside web traffic to reach the deployed model. Standard Kubernetes Ingress is not the primary routing mechanism in OpenShift, making Route the required resource.
Q12. Which dashboard section allows users to view the runtime performance and logs of a deployed model?
Answer: B. Data Science Projects > Models and model servers
The Data Science Projects section contains the Models and model servers tab where users manage deployments. From here, users can view runtime performance metrics, access logs, and monitor the active status of their served machine learning models.
Q13. What configuration step ensures that a workbench pod is safely scheduled on nodes with specialized hardware acceleration units?
Answer: C. Configuring appropriate tolerations and node selectors matching the hardware taint labels
Applying tolerations and node selectors ensures the scheduler places the workbench pod on nodes with specialized hardware. This configuration overrides taints designed to repel standard workloads, guaranteeing access to the required accelerators.
Q14. How are cluster-wide proxy settings propagated to OpenShift AI components during initialization?
Answer: A. They are read from the global cluster proxy configuration via DSCInitialization
The DSCInitialization custom resource automatically reads the OpenShift cluster-wide proxy configuration to inject proxy settings into OpenShift AI components. Avoid manual workbench configuration, as the operator handles this globally during initialization to ensure proper network routing.
Q15. Which mechanism provides high availability for model serving deployments in OpenShift AI?
Answer: D. Scaling the replicas of the model serving pods across multiple availability zones and nodes
High availability is achieved by scaling the number of model serving replicas across different nodes and availability zones. Relying on a single large server provides no redundancy, meaning any pod failure disrupts the model inference endpoint.
Q16. Which tool inside OpenShift AI allows developers to convert standard Python scripts into containerized pipeline tasks?
Answer: B. Elyra component runtime wrapper
The Elyra extension provides a visual interface to convert standard Python scripts into containerized pipeline tasks. KServe is used for model serving, not authoring pipelines, making it an incorrect choice for workflow generation.
Q17. Which container registry can be used to host custom notebook images for use in OpenShift AI?
Answer: B. Red Hat Quay, Docker Hub, or any secure OCI-compliant registry
OpenShift AI pulls custom notebook images from any secure OCI-compliant registry, including Quay and Docker Hub. Git repositories only store source code, not the built container images required by the cluster to launch workbenches.
Q18. What is the default behavior of Red Hat OpenShift AI regarding the collection of usage telemetry data?
Answer: C. It is sent securely to Red Hat unless explicitly disabled by an administrator
OpenShift AI sends anonymized usage telemetry data to Red Hat by default unless an administrator explicitly disables it through the operator configuration. It is not locked behind a premium license, nor is it permanently restricted to local storage.
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.