
Answer-first summary for fast verification
Answer: Use Google App Engine with Google Cloud Endpoints. Focus on an API for dealers and partners
The correct answer is A: Use Google App Engine with Google Cloud Endpoints. Focus on an API for dealers and partners. The reasoning behind this choice is that Google Cloud Endpoints allows you to develop, deploy, protect, and monitor your APIs effectively, meeting business requirements without the need to create a custom framework. It integrates well with Google App Engine, which is a fully managed serverless application platform, enabling the developer team to concentrate on delivering business value. This combination is particularly suited for APIs intended for dealers and partners, as it ensures scalability, ease of use, and efficient management.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
TerramEarth, a manufacturer of heavy equipment for the mining and agricultural industries, has 20 million vehicles in operation collecting 120 fields of data per second. Currently, data is stored locally and can be accessed during vehicle servicing or via cellular networks for 200,000 connected vehicles. The existing Linux-based systems upload data via FTP to a data warehouse, resulting in a 3-week delay for analytics. The business requirements are to decrease unplanned vehicle downtime to less than 1 week, support the dealer network with better data, and enable partnerships with other companies. The development team wants to create an API to meet these requirements while focusing on business value rather than developing a custom framework. Which method should they use?
A
Use Google App Engine with Google Cloud Endpoints. Focus on an API for dealers and partners
B
Use Google App Engine with a JAX-RS Jersey Java-based framework. Focus on an API for the public
C
Use Google App Engine with the Swagger (Open API Specification) framework. Focus on an API for the public
D
Use Google Container Engine with a Django Python container. Focus on an API for the public
E
Use Google Container Engine with a Tomcat container with the Swagger (Open API Specification) framework. Focus on an API for dealers and partners