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 object in OpenShift contains the actual routing details to expose a served model externally to consuming applicatio. 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 object in OpenShift contains the actual routing details to expose a served model externally to consuming…
- WHAT COMPONENT AUTOMATES THE DISCOVERY AND SCHEDULING OF HIGH-PERFORMANCE NVIDIA GPU CHIPS IN RED HAT OPENSHI…
- Which utility helps package model files and code cleanly for automated pipeline processing?
- Which setting can prevent runtime engines from exhausting storage when continuously outputting metrics inside…
- Which tool enables JupyterLab environment collaboration using standard version control workflows internally?
- WHAT ENVIRONMENT SCHEME PROPERTY CORRELATES AN INFERENCESERVICE ENDPOINT CONFIGURATION PATTERN TO SECURE CLUS…
Answers and explanations
Tap a question to expand the answer and the exam reasoning. Try to commit to your own pick first.
Q1. What object in OpenShift contains the actual routing details to expose a served model externally to consuming applications?
Answer: B. Route or Ingress
OpenShift Routes expose the served model externally by mapping a public hostname to the internal service. ConfigMaps only store non-confidential configuration data, while ServiceMonitors handle metrics scraping, meaning neither provides actual external routing.
Q2. WHAT COMPONENT AUTOMATES THE DISCOVERY AND SCHEDULING OF HIGH-PERFORMANCE NVIDIA GPU CHIPS IN RED HAT OPENSHIFT AI?
Answer: A. NVIDIA GPU Operator framework packages
The NVIDIA GPU Operator automates the discovery, configuration, and scheduling of high-performance GPUs. OpenShift AI storage drivers do not handle hardware discovery or scheduling tasks.
Q3. Which utility helps package model files and code cleanly for automated pipeline processing?
Answer: A. Container builder utilities like Buildah running within pipelines
Container builder utilities like Buildah are frequently used inside pipeline steps to package machine learning code and models into runnable images. While Git tracks source code versions, containerization is required to establish a portable runtime environment for automated execution.
Q4. Which setting can prevent runtime engines from exhausting storage when continuously outputting metrics inside accelerated workbenches?
Answer: A. Log rotation parameters and persistent storage boundaries for logging pods
Configuring log rotation and persistent storage limits prevents accelerated workbenches from filling up the disk with excessive metric outputs. Adjusting system memory or network timeout parameters has no impact on the underlying storage capacity consumed by verbose logging.
Q5. Which tool enables JupyterLab environment collaboration using standard version control workflows internally?
Answer: A. Pre-installed JupyterLab Git Extension
The pre-installed JupyterLab Git extension allows data scientists to clone repositories and push notebook changes directly. Other options do not provide native version control integration for syncing code changes.
Q6. WHAT ENVIRONMENT SCHEME PROPERTY CORRELATES AN INFERENCESERVICE ENDPOINT CONFIGURATION PATTERN TO SECURE CLUSTER CA FILE STORES?
Answer: B. cabundle configuration mapping attributes inside the serving runtime spec
The cabundle configuration mapping attributes inside the serving runtime spec securely link cluster certificate authorities to model endpoints. Disabling SSL validation or modifying standard networking annotations bypasses proper certificate management.
Q7. Which pipeline scheduler component runs repetitive tasks hourly to automate compliance and drift verifications?
Answer: A. Pipeline Recurring Runs Scheduler configurations within the Pipelines panel
The Pipeline Recurring Runs Scheduler is used within OpenShift AI to configure automated runs on a schedule, such as hourly executions. Exam takers should map scheduling requirements directly to recurring runs rather than relying on external automation tools.
Q8. Which OpenShift Pipelines component defines individual step instructions executed sequentially within an automated machine learning pipeline?
Answer: A. Task custom resource elements definitions
A Task custom resource defines the specific sequential instructions or steps executed within a pipeline. While ClusterTasks are also valid, Task is the most fundamental building block tested, whereas PipelineRun merely tracks the execution.
Q9. Which service type is created automatically by OpenShift AI to load balance networking connections into an active container notebook workbench?
Answer: C. ClusterIP Cluster Service Routing
A ClusterIP service is automatically generated to provide internal routing and load balancing to the pods backing your workbench. While OpenShift Routes expose this externally, the underlying load balancing mechanism itself relies on the internal Service.
Q10. What data format encoding scheme specifies the deployed predictors signature REST/gRPC API interface contract patterns expected?
Answer: A. v2 Data Plane protocol structure standards
The KServe v2 Data Plane protocol standardizes inference requests for both REST and gRPC payloads. Legacy v1 endpoints existed but the v2 standard ensures compatible tensor inputs across various runtimes.
Q11. Which secret schema type enables coupling a ConfigMap data connection definition to an active Jupyter metadata pool?
Answer: B. Secret labelled with opendatahub.io/dashboard: "true"
Adding the label opendatahub.io/dashboard: "true" to a secret exposes it as a data connection in the OpenShift AI dashboard. Standard opaque secrets without this label will remain invisible to the workbench interface.
Q12. Which specific ConfigMap declares the active integrated notification system dispatch metadata rules for OpenShift AI application teams?
Answer: C. odh-dashboard-config
The odh-dashboard-config ConfigMap configures dashboard features, including disabling or routing specific application notifications. If you need to alter console messaging or telemetry dispatch rules, you will always edit this core configuration object.
Q13. What OpenShift object type permits an internal route to access the in-cluster model serving runtime metrics?
Answer: B. ServiceMonitor
A ServiceMonitor tells Prometheus to scrape metrics from an exposed service port. While a NetworkPolicy might secure traffic, only the ServiceMonitor actively integrates with the monitoring stack to collect serving runtime telemetry.
Q14. What security profile assures workbenches run securely without elongated privileged Linux kernel access?
Answer: C. Restricted or Non-root Security Context Constraints (SCC)
Restricted and non-root Security Context Constraints prevent workbenches from requiring privileged kernel access. AnyUID or Privileged profiles grant excessive permissions and violate standard security hardening practices.
Q15. Which container metadata component dictates the visible icon type for custom Jupyter stacks added in the dashboard?
Answer: C. Annotation annotations properties within the ImageStream spec
Specific annotations within the ImageStream dictate how the OpenShift AI dashboard renders the tile and icon. Labels are used for filtering and general object organization, not for rendering specific UI images.
Q16. Which Red Hat OpenShift operator provides the defaults for user pipeline metrics storage aggregation?
Answer: C. Prometheus Operator via Cluster Monitoring
OpenShift relies on the Prometheus Operator to aggregate and store metrics across cluster workloads. Jaeger is used for tracing distributed transactions, not for standard metrics collection.
Q17. Which context directory is used by the Elyra interface to pass data pipeline files to secure storage objects?
Answer: C. /opt/app-root/src
Elyra operates within the default Jupyter working directory at /opt/app-root/src in OpenShift AI environments. Other paths do not align with the default persistent volume mount where pipeline files are staged.
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.