Question 174:
You work as a machine learning specialist for a political candidate that is mounting a campaign to get reelected in her US senate district. Your job is to build a machine learning model that allows the campaign to understand how to reach groups of similar counties by highlighting messages that resonate with those groups. The senate candidate has a limited budget. So, you need to build a cost-effective solution. Which machine learning services and features should you use to solve this problem?
Answer options:
A.Gather US anonymized census data from the US census on demographics by different US counties using the US Census Bureau Data API and stream it to Kinesis Data Streams. Write a Kinesis Client Library application to perform feature engineering on the data and write it to S3. Then use the Factorization Machine SageMaker built-in algorithm to produce the similar counties analysis to be used in the advertising for the grouped counties. B.Gather US anonymized census data from the US census on demographics by different US counties using the US Census Bureau Data API and stream it to Kinesis Data Firehose. Use the Kinesis Data Firehose Lambda blueprints to create your Lambda function to use as transformations to perform feature engineering on the data and write it to S3. Then use the K-Means SageMaker built-in algorithm to produce the similar counties analysis to be used in the advertising for the grouped counties. C.Gather US anonymized census data from the US census on demographics by different US counties using the US Census Bureau Data API and process the data using a Glue ETL job. Have the Glue ETL job transformation the data to perform feature engineering on the data and write it to S3. Then use the K-Nearest Neighbors SageMaker built-in algorithm to produce the similar counties analysis to be used in the advertising for the grouped counties. D.Gather US anonymized census data from the US census on demographics by different US counties using the US Census Bureau Data API and stream it to Kinesis Data Firehose. Use the Kinesis Data Firehose Lambda blueprints to create your Lambda function to use as transformations to perform feature engineering on the data and write it to S3. Then use the K-Nearest Neighbors SageMaker built-in algorithm to produce the similar counties analysis to be used in the advertising for the grouped counties.