Professional Cloud Architect Exam QuestionsBrowse all questions from this exam

Professional Cloud Architect Exam - Question 238


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?

Show Answer
Correct Answer: A

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.

Discussion

17 comments
Sign in to comment
kvokkaOption: A
Jan 26, 2020

agree with A

VikaOption: A
Mar 7, 2021

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

MamthaSJOption: A
Jul 7, 2021

Answer is A

amxexamOption: A
May 15, 2022

We should choose google components only. Here GCP Endpoint does the job so A.

VSMu
Feb 4, 2023

Not sure why these questions are using the term Google Container Engine instead of Google Kubernetes Engine. That is so confusing

n_nana
Mar 11, 2023

These are old questions where GKE was named Google Container Engine

victory108Option: A
Jul 14, 2021

A. Use Google App Engine with Google Cloud Endpoints. Focus on an API for dealers and partners

kopper2019
Jul 15, 2021

hey guys new Qs posted as of July 12th, 2021, All 21 new Qs in Question #152

joe2211Option: A
Nov 27, 2021

vote A

AzureDP900Option: A
Jul 4, 2022

Before even reading discussions I am fixed with my answer as A and everyone said same.

vincy2202Option: A
Dec 10, 2021

A is the correct answer

Knerd
Dec 12, 2021

If this is A then how come the previous question answer is B (Container Engine) ?

Knerd
Dec 12, 2021

Sorry typo there.. previous question answer is Container Engine while here we talk about App Engine. how come ?

vartiklis
Dec 17, 2021

The previous question deals with analysis. This question focuses on creating an API for dealers and partners

cdcollectorOption: C
Dec 15, 2021

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

cyqgz_36
Jan 5, 2022

API should be partner and dealer facing, not public as per BR

Nick89GROption: A
Apr 22, 2022

Definetely A

Mahmoud_EOption: A
Oct 20, 2022

A correct answer

meguminOption: A
Nov 5, 2022

ok for A

KyubiBlazeOption: C
Dec 3, 2022

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

SephethusOption: A
Jul 8, 2024

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.