
Answer-first summary for fast verification
Answer: Use Google App Engine with Google Cloud Endpoints. Focus on an API for dealers and partners
The question emphasizes focusing development effort on business value rather than creating a custom framework. Google App Engine with Google Cloud Endpoints (Option A) is the optimal choice because Cloud Endpoints provides a managed API framework that handles API development, deployment, and management, allowing developers to concentrate on business logic. The community discussion strongly supports A (90% consensus), with key points including: Cloud Endpoints eliminates the need for third-party web servers, integrates with App Engine's standard environment, and aligns with the requirement to avoid custom framework development. Options B, C, D, and E are less suitable because they either involve third-party frameworks (e.g., JAX-RS Jersey, Swagger, Django, Tomcat) or focus on public APIs instead of dealers and partners as implied by the business context.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
The TerramEarth development team needs to create an API to meet the company's business requirements. You want the team to focus on delivering business value rather than building a custom framework. Which approach 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
No comments yet.