Anyone else see this phrased similarly in the official practice tests? The Invocations metric is mentioned a lot in the AWS docs, and using CloudWatch alarms feels like standard AWS exam logic here.
A company is building a web-based AI application by using Amazon SageMaker. The application will provide the following capabilities and features: ML experimentation, training, a central model registry, model deployment, and model monitoring. The application must ensure secure and isolated use of training data during the ML lifecycle. The training data is stored in Amazon S3. The company needs to use the central model registry to manage different versions of models in the application. Which action will meet this requirement with the LEAST operational overhead?
?HOTSPOT An ML engineer needs to use Amazon SageMaker Feature Store to create and manage features to train a model. Select and order the steps from the following list to create and use the features in Feature Store. Each step should be selected one time. (Select and order three.) • Access the store to build datasets for training. • Create a feature group. • Ingest the records.
This was in my actual exam. The correct sequence is: create a feature group, ingest the records, then access the store to build datasets for training. If the question asks for the first step, it's definitely making the feature group but if it's about prepping data already available, that could flip things.
