Question 20:
You work in the data analytics department of a ride sharing software company. You need to use the K-means machine learning algorithm to separate your company’s optimized ride data into clusters based on ride coordinates. How would you use AWS Glue in the best way to build the data schema needed to classify the ride data?
Answer options:
A.Use Glue crawlers to crawl your ride share data. B.Use Glue FindMatches to find and remove duplicate records in your data. C.Use Glue to automatically generate code to classify the ride data based on coordinates. D.Use Glue to transform and flatten your data so that you can classify the ride data based on coordinates.