nerdexam
Amazon

AIF-C01 · Question #30

A company is building an ML model to analyze archived data. The company must perform inference on large datasets that are multiple GBs in size. The company does not need to access the model…

The correct answer is A. Batch transform. Batch transform in Amazon SageMaker is designed for offline processing of large datasets. It is ideal for scenarios where immediate predictions are not required, and the inference can be done on large datasets that are multiple gigabytes in size. This method processes data in…

Submitted by ricky.ec· Mar 30, 2026ML Implementation

Question

A company is building an ML model to analyze archived data. The company must perform inference on large datasets that are multiple GBs in size. The company does not need to access the model predictions immediately. Which Amazon SageMaker inference option will meet these requirements?

Options

  • ABatch transform
  • BReal-time inference
  • CServerless inference
  • DAsynchronous inference

How the community answered

(34 responses)
  • A
    74% (25)
  • B
    15% (5)
  • C
    9% (3)
  • D
    3% (1)

Explanation

Batch transform in Amazon SageMaker is designed for offline processing of large datasets. It is ideal for scenarios where immediate predictions are not required, and the inference can be done on large datasets that are multiple gigabytes in size. This method processes data in batches, making it suitable for analyzing archived data without the need for real-time access to predictions.

Topics

#SageMaker Batch Transform#ML inference#Batch processing#Offline predictions

Community Discussion

No community discussion yet for this question.

Full AIF-C01 Practice