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

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 type of access token is used when configuring Git collaboration within an OpenShift AI notebook?. 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 type of access token is used when configuring Git collaboration within an OpenShift AI notebook?
  • To connect a workbench securely to an external AWS S3 bucket, which feature should you configure inside your…
  • What format does KServe use to scale inference pods down to zero when no traffic is detected?
  • What role does the 'culler' component perform within the OpenShift AI platform ecosystem?
  • What happens if a Data Science project reaches its configured ResourceQuota limit?
  • When creating a custom serving runtime in OpenShift AI, what primary format is used to define the template?

Answers and explanations

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

Q1. What type of access token is used when configuring Git collaboration within an OpenShift AI notebook?

Answer: D. Personal Access Token (PAT)

A Personal Access Token is used to authenticate Git collaboration within an OpenShift AI notebook. Service Account tokens are for cluster API interactions, while SSH keys are not configured directly as standard access tokens.

Q2. To connect a workbench securely to an external AWS S3 bucket, which feature should you configure inside your Data Science Project?

Answer: A. Data Connection

A Data Connection securely stores S3 credentials and endpoints, letting your workbench access the bucket without exposing secrets. Other options like a Persistent Volume Claim provide local storage but lack native authentication integration.

Q3. What format does KServe use to scale inference pods down to zero when no traffic is detected?

Answer: D. Knative Serving integration

KServe uses Knative Serving integration to scale inference pods down to zero when no traffic is detected. Knative manages request-driven autoscaling, making serverless model deployments possible.

Q4. What role does the 'culler' component perform within the OpenShift AI platform ecosystem?

Answer: D. It identifies and stops inactive notebook workbenches based on idle durations

The culler component identifies and stops inactive notebook workbenches based on their idle durations. This process reclaims cluster resources efficiently, distinct from managing failed pods or cleaning container images.

Q5. What happens if a Data Science project reaches its configured ResourceQuota limit?

Answer: D. OpenShift blocks creation of new resource pods like workbenches

OpenShift enforces ResourceQuotas by blocking the creation of any new pods that would exceed the defined limits. Existing workbenches continue running unaffected, while administrators must increase the quota or remove resources to deploy new pods.

Q6. When creating a custom serving runtime in OpenShift AI, what primary format is used to define the template?

Answer: D. An OpenShift Template or a ServingRuntime Custom Resource

Custom serving runtimes are defined using a ServingRuntime Custom Resource, which dictates the pod template and container behavior. Helm charts and Dockerfiles are used for generic deployments but are not the primary template mechanism.

Q7. What component ensures that configuration drift does not occur in the OpenShift AI deployment?

Answer: B. The OpenShift AI Operator reconciliation loop

The OpenShift AI Operator uses a continuous reconciliation loop to enforce cluster state and prevent configuration drift. It automatically detects manual changes and restores resources to match the declared custom resource definitions.

Q8. Which Red Hat OpenShift custom resource definition manages the active state of individual operational components like JupyterHub or KServe?

Answer: C. DataScienceCluster

The DataScienceCluster custom resource manages the active state of individual OpenShift AI components like KServe. DSCInitialization handles preliminary namespace setup but does not toggle components on or off.

Q9. What parameter determines the hardware request profile for a model deployment on the single-model serving platform?

Answer: D. The resources section under the predictor field in the custom resource config

The resources section under the predictor field defines the CPU, memory, and GPU allocations for the model container. Exam tip: if the question asks about modifying hardware profiles for single-model serving, always look for the resources block in the custom resource.

Q10. When configuring OpenShift AI, which component governs the data science pipelines feature?

Answer: D. Data Science Pipelines (DSP) Operator

The Data Science Pipelines Operator is the component installed and managed through the DataScienceCluster to enable pipeline execution. While OpenShift Pipelines relies on Tekton, OpenShift AI specifically uses its own dedicated operator for machine learning workflows.

Q11. To inject environment variables securely into an OpenShift AI workbench, what resource should be linked?

Answer: C. Secret

Secrets are the standard Kubernetes resources used to securely inject sensitive environment variables into a workbench. ConfigMaps are plaintext, making them unsuitable for sensitive credentials like passwords or API tokens.

Q12. Which command-line utility can be used by administrators to directly inspect OpenShift AI custom resources like DataScienceClusters?

Answer: D. oc

The OpenShift CLI, known as oc, directly interacts with Kubernetes custom resources like the DataScienceCluster. The other utilities are either unrelated to cluster configuration or lack the native permissions to inspect custom resource definitions.

Q13. Which tool allows data scientists to version control their notebook code files directly from the workbench sidebar UI?

Answer: A. Integrated Git extension

The integrated Git extension within the workbench interface handles version control operations directly from the sidebar. The other options require using external command-line tools or different interfaces, which bypasses the requested sidebar functionality.

Q14. What type of resource is typically allocated to a workbench to ensure data persistence across sessions?

Answer: B. PersistentVolumeClaim

A PersistentVolumeClaim is attached to the workbench to provide permanent storage that survives pod restarts. Secrets and ConfigMaps store configuration data, but neither provides the file storage capacity required for notebooks and datasets.

Q15. Which group must an OpenShift user belong to by default to access the OpenShift AI dashboard?

Answer: B. rhoai-users or configured custom group

Access to the OpenShift AI dashboard is governed by OpenShift Group or OAuth configuration objects, with the default group typically being rhoai-users. Be careful not to select cluster-admins; that role grants global cluster privileges rather than standard user access.

Q16. How can you verify that a custom notebook image has been successfully imported and recognized by the OpenShift AI cluster?

Answer: A. Check if it appears as an available choice in the Notebook Image dropdown menu when creating a new workbench

The most direct way to verify a custom notebook image is available is to check the Notebook Image dropdown menu when creating a new workbench. Inspecting node or routing details will not confirm whether the image is successfully recognized by the dashboard.

Q17. Which protocol is utilized by Elyra to communicate pipeline step metadata to the object storage?

Answer: A. HTTP/S S3 API operations

Elyra communicates with object storage using HTTP/S S3 API operations to store pipeline artifacts and metadata. Traditional file transfer methods like SCP or NFS mounting are not used for this cloud-native object storage integration.

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