Question 1
Which statement about compute selection in OCI Data Science is correct?
A. Data Science runs exclusively on CPU shapes; GPU work must be moved to a separate self-managed Compute instance
The 'Data Science cannot use GPUs' misconception. GPU shapes are selectable for Data Science resources such as notebook sessions, jobs, and deployments.
B. The compute shape is fixed by the model catalog once a model is saved and cannot differ between training and serving
Confuses artifact storage with resource sizing. The catalog holds artifacts and metadata; shape is chosen per resource, so training and deployment can use different shapes.
C. You select a compute shape — CPU or GPU — for Data Science resources such as notebook sessions, jobs, and model deployments, sizing it to the workloadCorrect answer
Data Science resources are backed by OCI Compute shapes chosen at creation, including GPU shapes for accelerated training or inference, letting each resource be sized independently.
D. GPU shapes are available only for inference in Data Science, never for training
The 'GPUs are inference-only' misconception. Accelerated compute is commonly used for training in notebook sessions and jobs as well as for serving.
Explanation
OCI Data Science resources run on OCI Compute shapes that you choose when creating each resource, and GPU shapes are available for the accelerated training and inference that deep-learning workloads need. Because the choice is per resource, a job can train on one shape while a deployment serves on another; the model catalog stores artifacts and metadata and does not pin compute. Claiming Data Science is CPU-only, or that GPUs there serve inference alone, both contradict the platform's use of the underlying accelerated infrastructure.