GCP PCA · Question 29 · Business Processes
A startup is building a new mobile application. They need a backend to handle user authentication, store user profiles, and send push notifications. The engineering team consists of three frontend developers with no backend or infrastructure experience. The CEO wants the app launched in 2 months. Which approach should you recommend?
A startup is building a new mobile application. They need a backend to handle user authentication, store user profiles, and send push notifications. The engineering team consists of three frontend developers with no backend or infrastructure experience. The CEO wants the app launched in 2 months. Which approach should you recommend?
Answer options:
Build a Node.js backend on Cloud Run, use Cloud SQL for profiles, and integrate a third-party SMS API.
Deploy a Kubernetes cluster (GKE) and install open-source identity and database operators.
Use Firebase Authentication, Cloud Firestore, and Firebase Cloud Messaging.
Provision Compute Engine VMs and install a LAMP stack to serve as the backend.
How to approach this question
Full Answer
Common mistakes
Practice the full GCP Professional Cloud Architect Practice Exam 7
50 questions · hints · full answers · grading
Expert