ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

67 / 474

Question 67:

You are developing an application that will be used to receive data from multiple devices. You need to perform some preprocessing on the data before it can be analyzed by the Analytics tool. All the received data are compressed records that need to be decompressed to be analyzed further. Which of the following can be used to carry out this intermediate activity?

Answer options:

A.Use Step Functions to pre-process the data.
B.Use Kinesis with AWS Lambda functions to pre-process the data.
C.Use the AWS CloudFront service to pre-process the data.
D.Use ELB to pre-process the data.