The TerramEarth development team wants to create an API to meet the company's business requirements. You want the development team to focus their development effort on business value versus creating a custom framework.
Which method should they use?
The TerramEarth development team wants to create an API to meet the company's business requirements. You want the development team to focus their development effort on business value versus creating a custom framework.
Which method should they use?
Using Google App Engine with Google Cloud Endpoints is the best method to create an API for dealers and partners. This approach allows the development team to efficiently focus on business value by leveraging a managed service, thereby avoiding the need to build and maintain their own custom framework. Google Cloud Endpoints simplifies the process by providing the tools necessary for every phase of API development, including deployment, protection, and monitoring. Focusing on an API for dealers and partners aligns with the business requirements of supporting the dealer network with more data on customer equipment usage and partnering with different companies.
agree with A
Google offers Cloud Endpoint to develop, deploy and manage APIs on any google cloud backend. https://cloud.google.com/endpoints With Endpoints Frameworks, you don't have to deploy a third-party web server (such as Apache Tomcat or Gunicorn) with your application. You annotate or decorate the code and deploy your application as you normally would to the App Engine standard environment. Cloud Endpoints Frameworks for the App Engine standard environment : https://cloud.google.com/endpoints/docs/frameworks/about-cloud-endpoints-frameworks
Answer is A
We should choose google components only. Here GCP Endpoint does the job so A.
Not sure why these questions are using the term Google Container Engine instead of Google Kubernetes Engine. That is so confusing
These are old questions where GKE was named Google Container Engine
A. Use Google App Engine with Google Cloud Endpoints. Focus on an API for dealers and partners
hey guys new Qs posted as of July 12th, 2021, All 21 new Qs in Question #152
vote A
Before even reading discussions I am fixed with my answer as A and everyone said same.
A is the correct answer
If this is A then how come the previous question answer is B (Container Engine) ?
Sorry typo there.. previous question answer is Container Engine while here we talk about App Engine. how come ?
The previous question deals with analysis. This question focuses on creating an API for dealers and partners
OAS adoption rules out framework development. Endpoints is only for indirection of the API and configuring other services which was not part of the question
API should be partner and dealer facing, not public as per BR
Definetely A
A correct answer
ok for A
Why you don't go for C, is cuz for partners, global speed will not be relevant. You can still serve globally via app engine
In any question where it says developer efforts need priority over operations costs or the cost of anything other effort, the answer is always app engine, if it is one of the options.