
Answer-first summary for fast verification
Answer: Capture all operating data, train machine learning models that identify ideal operations, and run locally to make operational adjustments automatically
The correct answer is B because it addresses the key constraint that most vehicles (19.8 million out of 20 million) are unconnected to cellular networks. Option B involves capturing all operating data, training machine learning models to identify ideal operations, and running these models locally on the vehicles to make real-time operational adjustments automatically. This approach ensures that both connected and unconnected vehicles can benefit from efficiency improvements without relying on constant cloud connectivity. Option D, while similar in data capture and training, fails because hosting models in Google Cloud ML Platform requires internet connectivity for inference, which is not feasible for unconnected vehicles. Option A relies on manual rule creation, which is less adaptive and scalable than machine learning. Option C uses streaming and cloud messaging, which also depends on connectivity and is unsuitable for unconnected vehicles. The community discussion strongly supports B, with 60% of votes and high-upvoted comments emphasizing the need for local execution due to connectivity constraints.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
TerramEarth can adjust operational parameters like oil pressure on individual vehicles to improve efficiency based on their environmental conditions. How can you increase the operating efficiency for all 20 million connected and unconnected vehicles in the field?
A
Have you engineers inspect the data for patterns, and then create an algorithm with rules that make operational adjustments automatically
B
Capture all operating data, train machine learning models that identify ideal operations, and run locally to make operational adjustments automatically
C
Implement a Google Cloud Dataflow streaming job with a sliding window, and use Google Cloud Messaging (GCM) to make operational adjustments automatically
D
Capture all operating data, train machine learning models that identify ideal operations, and host in Google Cloud Machine Learning (ML) Platform to make operational adjustments automatically