Scenario: An AI developer needs a scalable, secure way to collect telemetry data (temperature, pressure) from devices in remote locations with unstable connectivity, store it in Amazon S3, and minimize infrastructure management. Question- Which solution meets the given requirements?. Options:
Q: 1
Options
Discussion
A . Device sends MQTT to IoT Core, and the direct Firehose rule means no Lambda or extra compute to manage. Keeps it super minimal on infra, just what they’re asking for. Kinesis/Lambda would be overkill unless there’s a need for extra processing steps. Pretty sure A is what AWS recommends for this scenario, but happy to hear other takes if I’m missing something.
Yeah, A here. Firehose with IoT Core needs basically zero management and is built for this type of ingestion.
Seen similar scenarios in the official AWS guide and practice questions, and A is what they push for scalable IoT ingestion with minimal overhead. Firehose + IoT Core handles batching to S3 with almost no ops. If anyone saw AWS doc or lab pushing D, let me know, but I think A is solid.
D looks possible too since Lambda gives flexible processing before hitting S3, but pretty sure Firehose is simpler for this case.
I don’t think it’s D. A is right since Firehose is less overhead and no extra Lambda needed.
A or D but I think A is the better fit since Firehose is fully managed and cuts out extra moving parts. D only makes sense if you really need custom Lambda processing in between, which the scenario doesn't mention. If they're just warehousing telemetry, A works best. Agree?
A is correct for this one, official guide and AWS practice test both back that up.
Its D. Kinesis plus Lambda for stream processing feels like it covers scale and flexibility here.
Saw this type of scenario in some practice labs and official study material, pretty sure it's A.
Not A, D seems better if you expect any processing or logic before storage. Similar questions in exam guides suggest Lambda lets you customize data flow, even if it’s a bit more to manage. Anyone else see that in the official practice tests?
Be respectful. No spam.
Question 1 of 15