Free Amazon MLS-C01 Actual Exam Questions - Question 8 Discussion

Question No. 8
[Modeling]
A machine learning (ML) engineer is integrating a production model with a customer metadata
repository for real-time inference. The repository is hosted in Amazon SageMaker Feature Store. The
engineer wants to retrieve only the latest version of the customer metadata record for a single
customer at a time.
Which solution will meet these requirements?
Select one option, then reveal solution.
US
KN
Karan N.
2026-02-09

D This API is made to pull the latest record by ID, so it’s more efficient and direct than batch or Athena queries for a single customer’s latest data.

0
OJ
Omar J.
2026-01-29

D imo since GetRecord returns the latest record directly without needing extra queries.

0
RG
Rayan G.
2026-01-25

D Using the GetRecord API is the straightforward way since it’s meant to return the latest version of a record for a given identifier. BatchGetRecord (A) sounds more complex and is usually for multiple records, and Athena queries (B and C) add unnecessary overhead for real-time inference. The question specifically mentions retrieving a single customer’s latest record, so GetRecord fits perfectly without extra filtering or query steps.

0
HC
Haris C.
2026-01-17

Option D since GetRecord fetches the latest record by default.

0