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 configuration component dictates resource allocation properties, such as memory and CPU limits, for Jupyter notebo. 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 configuration component dictates resource allocation properties, such as memory and CPU limits, for Jup…
- When configuring a Custom Notebook Image, what category determines which software dependencies appear as stan…
- What type of certificates are recommended to protect internal communication paths across model serving meshes?
- Which visual element confirms a successful integration of an external data repository inside a specific workb…
- What protocol dictates data ingestion formatting for models exposed using the default v1 alpha model serving…
- What component creates the internal network routes required for KServe communication paths?
Answers and explanations
Tap a question to expand the answer and the exam reasoning. Try to commit to your own pick first.
Q1. Which configuration component dictates resource allocation properties, such as memory and CPU limits, for Jupyter notebook containers?
Answer: B. Notebook Controller profiles
Notebook Controller profiles dictate the specific CPU and memory size limits presented to users when launching Jupyter notebooks. ConfigMaps handle general configuration, but the controller profiles are the direct mechanism for defining these resource tiers.
Q2. When configuring a Custom Notebook Image, what category determines which software dependencies appear as standard to the end user?
Answer: C. The metadata labels and description configured during image registration
Metadata labels and descriptions defined during image registration dictate how a custom notebook image is categorized and presented to users. Focus on the dashboard UI configuration steps rather than underlying Git or cluster hardware details.
Q3. What type of certificates are recommended to protect internal communication paths across model serving meshes?
Answer: C. Automated OpenShift Cluster CA certificates
Red Hat OpenShift Service Mesh relies on the automated OpenShift Cluster CA for internal mTLS certificate generation and rotation. This eliminates manual management overhead, whereas external commercial CAs are strictly for external ingress traffic.
Q4. Which visual element confirms a successful integration of an external data repository inside a specific workbench?
Answer: B. Data Connection attached label in dashboard UI
A visual Data Connection label in the dashboard UI confirms successful integration inside a specific workbench. Notebook checkmarks or pod scaling do not reliably indicate an administrative attachment at the workbench configuration level.
Q5. What protocol dictates data ingestion formatting for models exposed using the default v1 alpha model serving runtimes?
Answer: C. KServe v2 Data Schema
The Legacy Predict Protocol is the legacy inference protocol historically used by early OpenShift AI model serving runtimes. KServe v2 is the modern standard, but older v1 alpha runtimes relied on this specific predict protocol.
Q6. What component creates the internal network routes required for KServe communication paths?
Answer: C. OpenShift Service Mesh controller engine framework platform
OpenShift Service Mesh creates the internal network routes required for KServe communication paths. KServe relies heavily on Service Mesh to handle traffic routing and secure communication between its various inference components.
Q7. What is the minimum recommended number of worker nodes required to safely run production OpenShift AI workloads with high availability?
Answer: A. 3 worker nodes
Production OpenShift clusters require three worker nodes to maintain a quorum and ensure high availability. One or two nodes lack failover redundancy, making the cluster vulnerable during maintenance or node failure.
Q8. Which dashboard section shows current consumption against limits for CPU resources across an enterprise cluster?
Answer: D. Cluster Settings or Resource Management panels
Cluster-wide resource limits and consumption are tracked within the dedicated Resource Management or Cluster Settings dashboard sections. Pipeline history and Workbench views only show metrics for isolated resources rather than total cluster utilization.
Q9. How can an administrator grant data scientists access to create projects in OpenShift AI?
Answer: A. Add users to the dedicated OpenShift AI user group specified in the DSC configuration
Administrators grant project creation access by adding users to the dedicated OpenShift AI user group specified in the DSC configuration. Option D is a distractor because the exact group name comes from your specific cluster setup.
Q10. What specific format must an architecture team follow to design pipeline workflows inside the visual Elyra canvas?
Answer: B. pipeline definition JSON file format
The correct answer is correct because Elyra utilizes a pipeline definition JSON file to serialize the visual workflow created on the canvas before exporting or executing it. This JSON format maps the graphical nodes to the underlying pipeline steps.
Q11. Which technology is used to define infrastructure resources as code within an OpenShift environment?
Answer: C. Kubernetes Custom Resources and YAML manifests configuration
The correct answer is correct because OpenShift relies on Kubernetes Custom Resources and YAML manifests to define and manage infrastructure configurations declaratively. This allows administrators to version and automate platform resources as code.
Q12. How can you ensure that your workbench container image always has the latest security patches from Red Hat?
Answer: D. Regularly update or rebuild workbenches using certified Red Hat images
Regularly rebuilding or updating workbenches using certified Red Hat images ensures the underlying packages include the latest security patches. Modifying node parameters or network policies does not address vulnerabilities present inside the container image itself.
Q13. Which configuration parameters ensure that an automated pipeline execution task receives a clean workspace environment?
Answer: D. EmptyDir volumes attached per step task
Attaching emptyDir volumes to individual pipeline steps provides an isolated, clean workspace for that specific task. Data in an emptyDir is wiped when the step completes, preventing cross-contamination between different pipeline runs.
Q14. Which project role allows an engineering colleague to view project configurations without permission to delete workbenches?
Answer: B. view or registry-viewer access role properties
The viewer role provides the read-only permissions necessary for an engineer to inspect project configurations without allowing destructive actions. Granting edit rights would violate the requirement by permitting workbench deletion.
Q15. Which configuration enforces specific data layout patterns for input parameters when accessing advanced serving mesh topologies?
Answer: D. KServe v2 Data Plane operational specifications
The KServe v2 Data Plane protocol enforces the specific data layout and input parameters for inference requests in OpenShift AI. Legacy web protocols like SOAP or standard REST APIs do not define the required tensor structures for modern serving meshes.
Q16. Which custom resource manages the lifecycle of the OpenShift AI dashboard UI component?
Answer: A. DataScienceCluster custom resource tracking configuration state
The lifecycle of the dashboard UI component is managed by the DataScienceCluster custom resource, which oversees all core OpenShift AI components. The OdhDashboardConfig resource only modifies dashboard behavior, while KServe handles model serving runtimes.
Q17. What type of deployment engine is instantiated when a model is served via the Multi-Model Serving platform path?
Answer: A. Single model container running ModelMesh engine pods
ModelMesh is the underlying deployment engine used when routing models through the Multi-Model Serving platform path. It dynamically loads and unloads models into shared pods rather than provisioning dedicated serverless containers.
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.