ExamQuestions.com

Register
Login
AWS Certified Machine Learning Specialty Exam Questions

Amazon

AWS Certified Machine Learning Specialty

189 / 258

Question 189:

You work as a machine learning specialist for an online flight booking service that finds the lowest cost flights based on user input such as flight dates, origin, destination, number of layovers, and other factors. Your machine learning team gathers data from many sources, including airline flight databases, credit agencies, etc., to use in your model. You need to transform this data for your model training and in real-time for your model inference requests. What is the most efficient way to build these transformations into your model workflow?

Answer options:

A.Use Apache Spark ML Streaming to deploy an inference pipeline that reuses the data transforms you developed for your training model.
B.Use Apache Spark ML Serving to deploy an inference pipeline that reuses the data transforms you developed for your training model.
C.Use Apache Spark MLlib to deploy an inference pipeline that reuses the data transforms you developed for your training model.
D.Use a SageMaker lifecycle configuration to automate the reuse of the data transforms you developed for your training model.