ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

212 / 500

Question 212:

A well-architected serverless mobile application is being analyzed to get more insights into improving the user experience. The business unit chief has gathered data scientists in the analytics and machine learning team to design SQL queries, dashboards and offer visualizations based on logs to transition to a decision-making stage. You are the DevOps engineer assigned to discuss and support the solution architecture. What are some of the important aspects of the log delivery pipeline to implement the architecture proposal?

Answer options:

A.Enable Amazon Kinesis Data Firehose data transformation. When creating the delivery stream, set the DeliveryStreamType property as DirectPut and the AWS CloudWatch Logs SubscriptionFilter destination as the delivery stream ARN. Amazon Kinesis Data Firehose invokes the specified Lambda function asynchronously to transform logs into JSON format records. Amazon Kinesis Data Firehose supports a Lambda invocation time of up to 5 minutes. An AWS Glue database and crawler components discover new transformations from AWS Lambda. Data scientists can run SQL-like queries on top of Amazon Athena and Amazon QuickSight for further analysis.
B.Enable Amazon Kinesis Data Firehose data transformation. When creating the delivery stream, set the DeliveryStreamType property. Amazon Kinesis Data Firehose invokes the specified Lambda function asynchronously to transform logs into JSON format records. Amazon Kinesis Data Firehose supports a Lambda invocation time of up to 30 minutes. Data scientists can run SQL-like queries on top of Amazon Athena and Amazon QuickSight for further analysis.
C.Enable Amazon Kinesis Data Firehose data transformation. When creating the delivery stream, set the DeliveryStreamType property as KinesisStreamAsSource. Amazon Kinesis Data Firehose invokes the specified Lambda function asynchronously to transform logs into JSON format records. Amazon Kinesis Data Firehose supports a Lambda invocation time of up to 5 minutes. Data scientists can run SQL-like queries on top of Amazon Athena and Amazon QuickSight for further analysis.
D.Enable Amazon Kinesis Data Firehose data transformation. When creating the delivery stream, set the DeliveryStreamType property as KinesisStreamAsSource while the AWS CloudWatch Logs SubscriptionFilter destination as the delivery stream ARN. Amazon Kinesis Data Firehose supports a Lambda invocation time of up to 30 minutes. Data scientists can run SQL-like queries on top of Amazon Athena and Amazon QuickSight for further analysis.