exam questions

Exam AWS Certified Solutions Architect - Professional SAP-C02 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Professional SAP-C02 exam

Exam AWS Certified Solutions Architect - Professional SAP-C02 topic 1 question 241 discussion

A company manufactures smart vehicles. The company uses a custom application to collect vehicle data. The vehicles use the MQTT protocol to connect to the application. The company processes the data in 5-minute intervals. The company then copies vehicle telematics data to on-premises storage. Custom applications analyze this data to detect anomalies.

The number of vehicles that send data grows constantly. Newer vehicles generate high volumes of data. The on-premises storage solution is not able to scale for peak traffic, which results in data loss. The company must modernize the solution and migrate the solution to AWS to resolve the scaling challenges.

Which solution will meet these requirements with the LEAST operational overhead?

  • A. Use AWS IoT Greengrass to send the vehicle data to Amazon Managed Streaming for Apache Kafka (Amazon MSK). Create an Apache Kafka application to store the data in Amazon S3. Use a pretrained model in Amazon SageMaker to detect anomalies.
  • B. Use AWS IoT Core to receive the vehicle data. Configure rules to route data to an Amazon Kinesis Data Firehose delivery stream that stores the data in Amazon S3. Create an Amazon Kinesis Data Analytics application that reads from the delivery stream to detect anomalies.
  • C. Use AWS IoT FleetWise to collect the vehicle data. Send the data to an Amazon Kinesis data stream. Use an Amazon Kinesis Data Firehose delivery stream to store the data in Amazon S3. Use the built-in machine learning transforms in AWS Glue to detect anomalies.
  • D. Use Amazon MQ for RabbitMQ to collect the vehicle data. Send the data to an Amazon Kinesis Data Firehose delivery stream to store the data in Amazon S3. Use Amazon Lookout for Metrics to detect anomalies.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
career360guru
Highly Voted 1 year, 5 months ago
Selected Answer: B
Option B is correct. Feeltwise Option C requires edge agent to collect the data --> Higher operational overhead to migrate as this will need changes in customer application customer has today.
upvoted 8 times
...
SK_Tyagi
Highly Voted 1 year, 8 months ago
Selected Answer: B
The confusion seem to be b/w IoTCore and FleetWise (B & C), however for anomaly detection one uses Kinesis Data Analytics(KDA) and other uses Glue ML algorithms. Least overhead is using Random Cut Forest in (KDA) as compared to Glue
upvoted 6 times
...
TonytheTiger
Most Recent 1 year ago
Selected Answer: C
Option C: How To https://aws.amazon.com/blogs/iot/best-practices-for-ingesting-data-from-devices-using-aws-iot-core-and-or-amazon-kinesis/
upvoted 1 times
TonytheTiger
1 year ago
Sorry " Option B NOT C "
upvoted 1 times
...
...
sunny
1 year, 2 months ago
Selected Answer: C
ans is C
upvoted 1 times
helloworldabc
8 months, 1 week ago
just B
upvoted 2 times
...
...
learnwithaniket
1 year, 3 months ago
Selected Answer: D
Answer is D. AWS Lookout - Automatically detect anomalies within metrics and identify their root causes. https://aws.amazon.com/lookout-for-metrics/
upvoted 1 times
...
Jay_2pt0_1
1 year, 4 months ago
Agree with @duriselvan - Fleetwise is made for this and Glue has machine learning modules
upvoted 1 times
...
duriselvan
1 year, 4 months ago
C ans :- AWS IoT FleetWise: This managed service simplifies vehicle data collection and management, reducing operational overhead compared to other options. Kinesis data stream: This serverless stream allows processing data in real-time, eliminating the need for custom code. Kinesis Data Firehose: This service automatically stores data in S3, reducing manual intervention. Glue machine learning transforms: These built-in features enable anomaly detection directly within Glue, eliminating the need for separate ML models and infrastructure
upvoted 3 times
...
shaaam80
1 year, 4 months ago
Selected Answer: B
Answer B. Straightforward C might sound like a good option with Fleetwise, but Glue for anamoly detection?? Also talks about Kinesis integration with Fleetwise not sure. Fleetwise also needs a Edge agent to communicate with AWS IoT Fleetwise
upvoted 5 times
...
yorkicurke
1 year, 5 months ago
Selected Answer: B
its a B...oye! :)
upvoted 2 times
...
totten
1 year, 6 months ago
Selected Answer: B
Here's why option B is the best choice: Simplicity: This solution leverages AWS IoT Core and Amazon Kinesis Data Firehose, which are fully managed services, making it a simple and low-overhead option. Real-time Data Streaming: AWS IoT Core efficiently receives the vehicle data using the MQTT protocol, and Kinesis Data Firehose streams the data to Amazon S3. This supports data streaming in real-time. Easy Anomaly Detection: Amazon Kinesis Data Analytics can easily be set up to process the streaming data in real-time to detect anomalies. Scalability: This architecture is designed to handle a growing number of vehicles and high data volumes, ensuring scalability without operational overhead. Data Storage: Data is reliably stored in Amazon S3, eliminating concerns about on-premises storage limitations.
upvoted 3 times
...
chico2023
1 year, 8 months ago
Selected Answer: B
I agree with everyone. Even olabiba agrees. It's B.
upvoted 1 times
...
NikkyDicky
1 year, 9 months ago
Selected Answer: B
it's a B C - there is no Fleetwise to Kinesis integration
upvoted 2 times
...
SmileyCloud
1 year, 10 months ago
Selected Answer: B
A - too complex B - It's B. You se IoT Code, Kinesis Firehose and Kinesis Data Analytics for anomalies https://docs.aws.amazon.com/kinesisanalytics/latest/dev/app-anomaly-detection.html C - IoT FleetWise is a perfect use case but this solution does not detect anomalies. You need Lookout for this as described here. https://docs.aws.amazon.com/kinesisanalytics/latest/dev/app-anomaly-detection.html D - This is also possible, but the use case for RabbitMQ is different.
upvoted 2 times
...
easytoo
1 year, 10 months ago
c-c-c-c-c-c-c
upvoted 1 times
...
SkyZeroZx
1 year, 10 months ago
Selected Answer: B
B for me opinion i need use Amazon Kinesis Data Analytics for detect anomalies C sounds goood but i don't know how AWS Glue detect anomalies , usually use case is ETL
upvoted 1 times
...
Jackhemo
1 year, 10 months ago
Selected Answer: B
Olabiba says 'B'.
upvoted 1 times
...
gd1
1 year, 10 months ago
Selected Answer: B
AWS IoT Core provides a good way to handle data from IoT devices like these smart vehicles, especially as the MQTT protocol is used. Amazon Kinesis Data Firehose can capture, transform, and load streaming data into data lakes, data stores, and analytics services. It can handle large volumes of data from hundreds of thousands of sources, and it can scale automatically. Amazon Kinesis Data Analytics makes it easy to analyze streaming data in real-time with Java, SQL, or Apache Flink, without having to learn new programming languages or processing frameworks. It could be used to analyze the streaming data and detect anomalies
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago