Question 195:
You work as a machine learning specialist for a mobile phone operator where you need to build a machine learning model that predicts when a given customer is about to leave your phone service or churn. The inference data produced by your model will allow your marketing department to offer incentives to the customer to get them to stay with your service. Using data generated by customer activity with your service offering, you need to visualize the inference data in a dashboard. So your marketing department can quickly decide which customer churn candidates to offer additional incentives. How can you get your machine learning inference data into your dashboard visualization in the most efficient, performant manner?
Answer options:
A.As your inference engine produces potential churn candidate data, write the data to S3. Use Athena to query the data and associate a QuickSight visualization data source with your Athena query results. B.Create a JSON schema file that contains the metadata that QuickSight needs to process your model data, then use the Augment with SageMaker feature of QuickSight to visualize your customer churn data. C.As your inference engine produces potential churn candidate data, write the data to S3. Use S3 Analytics to query the data and associate a QuickSight visualization data source with your S3 Analytics query results. D.As your inference engine produces potential churn candidate data, write the data to S3. Use Redshift Spectrum to query the data and associate a QuickSight visualization data source with your Redshift Spectrum query results.