Question 34:
Gluebush.com is a British online confidential advertisement and public website. Classified ads are either free or paid for depending on the product category and the geographical market. While the largest category of advertisements on Gluebush.com is "goods for sale”, the site also supports around 100,000 motors listings across the UK at any one time, with an extensive social media presence on Twitter and Facebook, with 22,000 and 471,000 followers, respectively. Gluebush.com uses social media for communications and information about the brand as well as competitions and campaigns. Gluebush.com runs multiple business applications both web and mobile based on AWS. Gluebush.com wants to collect log and event data from web servers, mobile devices, pre-process the data and process the data to feed live dashboards, and load data into data warehouse build on Redshift and on S3 for long term storage. The DWH process the data for further analytics. Gluebush.com want to extend the capabilities like search, document management, integration into Data Lake built on EMR, etc using the same stream without impacting performance besides above 3 purposes mentioned above. Please advise key artifacts of end to end architecture. select 1 option.
Answer options:
A.data collection, pre-processing, and writing of data into data streams using KPL and reading of data using shared fan-out consumers using KCL library and writing to downstream applications using connector libraries. New consumer applications need to be added. B.data collection, pre-processing, and writing of data into data streams using KPL and reading of data using shared enhanced fan-out consumers using KCL library and writing to downstream applications using connector libraries. existing consumer applications would be sufficient. C.data collection, pre-processing, and writing of data into data streams using Kinesis Agents and reading of data using enhanced fan-out consumers built using kinesis Applications and writing to downstream applications using connector libraries. New consumer applications need to be added. D.data collection, pre-processing, and writing of data into data streams using Kinesis Agents and reading of data using shared fan-out consumers built using kinesis Applications and writing to downstream applications using connector libraries. Existing consumer applications would be sufficient. E.data collection, pre-processing, and writing of data into data streams using API’s and reading of data using shared fan-out consumers built on API’s and writing to downstream applications using connector libraries. Existing consumer applications would be sufficient.