ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Professional Exam Questions

Amazon

AWS Certified Solutions Architect Professional

120 / 465

Question 120:

You require the ability to analyze a customer’s clickstream data on a website to do the behavioral analysis. Your customer needs to know what sequence of pages and ads their customer clicked on. This data will be used in real-time to modify the page layouts as customers click through the site to increase stickiness and advertising click-through. Which option meets the requirements for capturing and analyzing this data?

Answer options:

A.Log clicks in weblogs by URL and store it in Amazon S3, and then analyze with Elastic MapReduce. 
B.Push web clicks by session to Amazon Kinesis and analyze behavior using Kinesis workers.
C.Write the click events directly to Amazon Redshift and then analyze with SQL.
D.Publish web clicks by session to an Amazon SQS queue, periodically drain these events to Amazon RDS, and analyze with SQL.