
































































Prepara tus exámenes y mejora tus resultados gracias a la gran cantidad de recursos disponibles en Docsity
Gana puntos ayudando a otros estudiantes o consíguelos activando un Plan Premium
Prepara tus exámenes
Prepara tus exámenes y mejora tus resultados gracias a la gran cantidad de recursos disponibles en Docsity
Prepara tus exámenes con los documentos que comparten otros estudiantes como tú en Docsity
Los mejores documentos en venta realizados por estudiantes que han terminado sus estudios
Estudia con lecciones y exámenes resueltos basados en los programas académicos de las mejores universidades
Responde a preguntas de exámenes reales y pon a prueba tu preparación
Consigue puntos base para descargar
Gana puntos ayudando a otros estudiantes o consíguelos activando un Plan Premium
Comunidad
Pide ayuda a la comunidad y resuelve tus dudas de estudio
Descubre las mejores universidades de tu país según los usuarios de Docsity
Ebooks gratuitos
Descarga nuestras guías gratuitas sobre técnicas de estudio, métodos para controlar la ansiedad y consejos para la tesis preparadas por los tutores de Docsity
Google cloud platform associate cloud engineer
Tipo: Transcripciones
1 / 72
Esta página no es visible en la vista previa
¡No te pierdas las partes importantes!
Certification Exam Guide Sections
1 Setting up a cloud solution environment
2 Planning and configuring a cloud solution
3 Deploying and implementing a cloud solution
4 Ensuring successful operation of a cloud solution
5 Configuring access and security
A. Assign Stella a roles/compute.viewer role. B. Assign Stella compute.instances.get permissions on all of the projects she needs to monitor. C. Add Stella to a Google Group in your organization. Bind that group to roles/compute.viewer. D. Assign the “viewer” policy to Stella.
Stella is a new member of a team in your company who has been put in charge of monitoring VM instances in the organization. Stella will need the required permissions to perform this role.
How should you grant her those permissions?
A. Organization, Project, Resource, Folder. B. Organization, Folder, Project, Resource. C. Project, Organization, Folder, Resource. D. Resource, Folder, Organization, Project.
How are resource hierarchies organized in Google Cloud?
A. Assign Jane the roles/storage.objectCreator on every project. B. Assign Jane the roles/viewer on each project and the roles/storage.objectCreator for each bucket. C. Assign Jane the roles/editor at the organizational level. D. Add Jane to a group that has the roles/storage.objectAdmin role assigned at the organizational level.
Jane will manage objects in Cloud Storage for the Cymbal Superstore. She needs to have access to the proper permissions for every project across the organization.
What should you do?
A. Grant the most restrictive basic role to most services, grant predefined or custom roles as necessary. B. Grant predefined and custom roles that provide necessary permissions and grant basic roles only where needed. C. Grant the least restrictive basic roles to most services and grant predefined and custom roles only when necessary. D. Grant custom roles to individual users and implement basic roles at the resource level.
You need to add new groups of employees in Cymbal Superstore’s production environment. You need to consider Google’s recommendation of using least privilege.
What should you do?
Setting up cloud projects
Overview | IAM Documentation Resource hierarchy | Resource Manager Documentation Understanding roles | IAM Documentation
Google Cloud Fundamentals: Core Infrastructure ● M2 Resources and Access in the Cloud
Architecting with Google Compute Engine ● M4 Identity and Access Management (IAM)
Essential Google Cloud Infrastructure: Core Services ● M1 Identity and Access Management (IAM)
=
Google Cloud Implement Load Balancing on Compute Engine
Google Cloud Set Up an App Dev Environment on Google Cloud
Diagnostic Question 07
A. Set up Cloud Billing to pay for usage costs in Google Cloud projects and Google Workspace accounts. B. A project and its resources can be tied to more than one billing account. C. A billing account can be linked to one or more projects. D. A project and its resources can only be tied to one billing account. E. If your project only uses free resources you don’t need a link to an active billing account.
How are billing accounts applied to projects in Google Cloud? (Pick two.)
Create, modify, or close your self-serve Cloud Billing account Create, edit, or delete budgets Architecting with GoogleCompute Engine and budget alerts | Cloud Billing
● M6 Resource Management
Essential Google Cloud Infrastructure: Core Services ● M3 Resource Management
Google Cloud Fundamentals: Core Infrastructure ● M2 Resources and Access in the Cloud
=
Section 2:
Planning and configuring a
cloud solution
Diagnostic Question 02
A. SSH into a Compute Engine VM and execute your code. B. Package your code to a container image and post it to Cloud Run. C. Implement a deployment manifest and run kubectl apply on it in Google Kubernetes Engine. D. Code your solution in Cloud Run functions.
Cymbal Superstore decides to pilot a cloud application for their point of sale system in their flagship store. You want to focus on code and develop your solution quickly, and you want your code to be portable.
How do you proceed?
Diagnostic Question 03
A. Create Compute Engine Virtual Machines and migrate the app to that infrastructure. B. Deploy the existing application to App Engine. C. Deploy your application in a container image to Cloud Run. D. Implement a Kubernetes cluster and create pods to enable your app.
An application running on a highly-customized version of Ubuntu needs to be migrated to Google Cloud. You need to do this in the least amount of time with minimal code changes.
How should you proceed?
Architecting with Google Compute Engine ● M3 Virtual Machines
Essential Google Cloud Infrastructure: Foundation ● M3 Virtual Machines
Choosing the right compute option in GCP: a decision tree Application Hosting Options Tutorials | Compute Engine Documentation
Google Cloud Fundamentals: Core Infrastructure ● M3 Virtual Machines and Networks in the Cloud ● M5 Containers in the Cloud ● M6 Applications in the Cloud
=
Planning and configuring
Getting Started with Google Kubernetes Engine ● M2 Introduction to Containers and Kubernetes
Google Cloud Develop your Google Cloud Network
Diagnostic Question 05
A. BigQuery B. Cloud SQL C. Spanner D. Firestore
Cymbal Superstore needs to analyze whether they met quarterly sales projections. Analysts assigned to run this query are familiar with SQL.
What data solution should they implement?