Question 229:
You are a machine learning specialist working for a financial services firm. Your machine learning team is responsible for producing security master data for your quantitative analysis group. Your quant group uses your security master data to feed their quantitative analysis machine learning models to drive their stock selection for their active management portfolios. You need to stream security master data from various sources into your security master data store in near-real time. Which solutions meet your requirements in the most efficient manner? (Select TWO)
Answer options:
A.Stream your security master data using Kafka; extract the data into your online feature store using the PutRecord API call in small batch sets. B.Stream your security master data using Spark Streaming; extract the data into your online feature store using the PutRecords API call in large batch sets. C.Stream your security master data using Kinesis; extract the data into your online feature store using the PutRecord API call in small batch sets. D.Stream your security master data using Apache Storm; extract the data into your online feature store using the PutRecords API call in small batch sets. E.Stream your security master data using Kinesis; extract the data into your online feature store using the PutRecords API call in large batch sets.