Question-56: Cloud Your iOS, Android, and web applications may use Firestore, which is a cloud-hosted NoSQL database, directly through their respective native software development kits (SDKs). You are working on the Firestore implementation for Mountkirk Games. Mountkirk Games intends to provide a new game with programmatic access to the Firestore database of an existing legacy game. Access should be limited to the greatest extent that is practicable. Firestore is a document database that stores data in a NoSQL format and was designed for fast performance, autonomous scalability, and simplicity of application development. The Firestore interface has many of the same features as conventional databases; but, since it is a NoSQL database, it depicts the connections between data items in a manner that is distinct from those of traditional databases. What action should you take? Create a service account (SA) in the Google Cloud project for the legacy game, add a second SA to the IAM page for the new game, and then assign the Organization Admin role to both of the SAs you just created. B. Create a service account (SA) in the Google Cloud project for the legacy game, give the SA the job of Organization Admin, and then give it the role of Firebase Admin in both projects. C. Create a service account (SA) in the Google Cloud project for the legacy game, add this SA to the IAM page for the new game, and then grant the SA the Firebase Admin role in both projects. D. Create a service account (SA) in the Google Cloud project belonging to the legacy game, assign the Firebase Admin role to it, and then migrate the new game to the project belonging to the heritage game. Correct Answer
Get All 340 Questions and Answer for Google Professional Cloud Architect
: 3 Explanation: According to the standard operating procedure, we need to have individual projects for each and every environment and application. Adding additional apps to an ongoing project is not something that we should do. Therefore, Option 4 is not viable. The correct selection is Option 3. Create a service account (SA) in the Google Cloud project corresponding to the legacy game, add this SA to the IAM page corresponding to the new game, and then assign the Firebase Admin role to the SA in both projects. Url:https://www.examtopics.com//discussions/google/view/56977-exam-professional-cloud-architect-topic-7-question-1/ Topic #: 7 Question #: 1B. Create a service account (SA) in the Google Cloud project for the legacy game, give the SA the job of Organization Admin, and then give it the role of Firebase Admin in both projects.
C. Create a service account (SA) in the Google Cloud project for the legacy game, add this SA to the IAM page for the new game, and then grant the SA the Firebase Admin role in both projects.
D. Create a service account (SA) in the Google Cloud project belonging to the legacy game, assign the Firebase Admin role to it, and then migrate the new game to the project belonging to the heritage game.
Correct Answer
Get All 340 Questions and Answer for Google Professional Cloud Architect
: 3 Explanation: According to the standard operating procedure, we need to have individual projects for each and every environment and application. Adding additional apps to an ongoing project is not something that we should do. Therefore, Option 4 is not viable. The correct selection is Option 3. Create a service account (SA) in the Google Cloud project corresponding to the legacy game, add this SA to the IAM page corresponding to the new game, and then assign the Firebase Admin role to the SA in both projects.