LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
AWS Certified Solutions Architect - Professional

AWS Certified Solutions Architect - Professional

Get started today

Ultimate access to all questions.


A company that manufactures smart vehicles utilizes a custom application to gather data from these vehicles. The vehicles communicate with the application using the MQTT protocol, and the data is processed in 5-minute intervals. Subsequently, the vehicle telematics data is transferred to an on-premises storage system. Custom applications are employed to analyze this data for anomaly detection. However, the increasing number of vehicles and the higher data volumes generated by newer models have rendered the on-premises storage solution incapable of scaling to meet peak traffic demands, leading to data loss. To address these scaling issues, the company plans to modernize and migrate the solution to AWS. What AWS-based solution offers the least operational overhead to meet these requirements?

Exam-Like



Explanation:

The correct answer is B. Using AWS IoT Core to receive the vehicle data offers a managed service specifically designed to handle device communication via MQTT, which matches the company's current protocol. Configuring rules to route the data to an Amazon Kinesis Data Firehose delivery stream ensures scalable, real-time data processing and storage in Amazon S3 with minimal operational overhead. Amazon Kinesis Data Analytics allows for real-time data analysis, enabling the company to detect anomalies effectively. Option B provides an optimized solution with lower operational overhead compared to other options that involve more complex integrations or additional on-premises changes.

Powered ByGPT-5