Podcast
Questions and Answers
What is the recommended approach to provide a bare-metal server application with access to Cloud Storage while adhering to security policies?
What is the recommended approach to provide a bare-metal server application with access to Cloud Storage while adhering to security policies?
In a project with a single VPC and multiple regions, which method ensures the new instance in europe-west1 can access the application hosted in us-central1?
In a project with a single VPC and multiple regions, which method ensures the new instance in europe-west1 can access the application hosted in us-central1?
What is the most efficient way to verify that all dependencies in a Deployment Manager template are satisfied before deployment?
What is the most efficient way to verify that all dependencies in a Deployment Manager template are satisfied before deployment?
Which service should be used to minimize costs when sending logs from Compute Engine instances to a BigQuery dataset?
Which service should be used to minimize costs when sending logs from Compute Engine instances to a BigQuery dataset?
Signup and view all the answers
How can you enable TCP communication on port 8080 from tier #1 to tier #2 in a 3-tier Compute Engine solution?
How can you enable TCP communication on port 8080 from tier #1 to tier #2 in a 3-tier Compute Engine solution?
Signup and view all the answers
What should you do to ensure an application on Cloud Run processes messages from a Cloud Pub/Sub topic following recommended practices?
What should you do to ensure an application on Cloud Run processes messages from a Cloud Pub/Sub topic following recommended practices?
Signup and view all the answers
How can you quickly disable excessive logging from a development GKE container while minimizing steps?
How can you quickly disable excessive logging from a development GKE container while minimizing steps?
Signup and view all the answers
To create service cost estimates from multiple Google Cloud projects, which action should you take?
To create service cost estimates from multiple Google Cloud projects, which action should you take?
Signup and view all the answers
What steps should you take to enable Cloud Pub/Sub for your App Engine application while ensuring service account authentication?
What steps should you take to enable Cloud Pub/Sub for your App Engine application while ensuring service account authentication?
Signup and view all the answers
What can be done to avoid storing a database password in plain text within a GKE deployment YAML file?
What can be done to avoid storing a database password in plain text within a GKE deployment YAML file?
Signup and view all the answers
What method can you use to deliver 1% of your website traffic to a test version hosted on App Engine?
What method can you use to deliver 1% of your website traffic to a test version hosted on App Engine?
Signup and view all the answers
If multiple changes frequently need to be made by a small data science team using BigQuery, what is the best approach to provide them with necessary access?
If multiple changes frequently need to be made by a small data science team using BigQuery, what is the best approach to provide them with necessary access?
Signup and view all the answers
Which service configuration is most appropriate for point-in-time recovery?
Which service configuration is most appropriate for point-in-time recovery?
Signup and view all the answers
Which approach should be implemented for storing audit log files in compliance with a 3-year retention policy for hundreds of Google Cloud projects?
Which approach should be implemented for storing audit log files in compliance with a 3-year retention policy for hundreds of Google Cloud projects?
Signup and view all the answers
For a Cloud Spanner application needing monitoring access without exposing table data to the support team, what is the recommended action?
For a Cloud Spanner application needing monitoring access without exposing table data to the support team, what is the recommended action?
Signup and view all the answers
To implement a caching HTTP reverse proxy on GCP for a latency-sensitive website, which option should be prioritized?
To implement a caching HTTP reverse proxy on GCP for a latency-sensitive website, which option should be prioritized?
Signup and view all the answers
What action should you take to assign permissions for an external auditor to review GCP Audit Logs and Data Access logs?
What action should you take to assign permissions for an external auditor to review GCP Audit Logs and Data Access logs?
Signup and view all the answers
To access combined logs for all GCP projects for the past 60 days, what is the recommended approach?
To access combined logs for all GCP projects for the past 60 days, what is the recommended approach?
Signup and view all the answers
What is the most effective way to turn off all configured services in an existing GCP project to reduce service costs?
What is the most effective way to turn off all configured services in an existing GCP project to reduce service costs?
Signup and view all the answers
How should you enable a service account in a web-applications project to access BigQuery datasets in another project?
How should you enable a service account in a web-applications project to access BigQuery datasets in another project?
Signup and view all the answers
What steps should you take to investigate any access by a terminated employee to sensitive customer information?
What steps should you take to investigate any access by a terminated employee to sensitive customer information?
Signup and view all the answers
When creating a custom IAM role for GCP, what is a key consideration to ensure its suitability for production use?
When creating a custom IAM role for GCP, what is a key consideration to ensure its suitability for production use?
Signup and view all the answers
What is the recommended method for making unstructured data accessible for ETL transformations on Google Cloud?
What is the recommended method for making unstructured data accessible for ETL transformations on Google Cloud?
Signup and view all the answers
To efficiently manage multiple Google Cloud projects using the Google Cloud SDK CLI, what should you do?
To efficiently manage multiple Google Cloud projects using the Google Cloud SDK CLI, what should you do?
Signup and view all the answers
What is the necessary configuration to allow communication on TCP port 8080 between instances in tier #1 and tier #2?
What is the necessary configuration to allow communication on TCP port 8080 between instances in tier #1 and tier #2?
Signup and view all the answers
Which of the following configurations correctly establishes communication for TCP port 8080 between tier #2 and tier #3?
Which of the following configurations correctly establishes communication for TCP port 8080 between tier #2 and tier #3?
Signup and view all the answers
What is the primary purpose of executing the Deployment Manager template with the C-preview option?
What is the primary purpose of executing the Deployment Manager template with the C-preview option?
Signup and view all the answers
Which of the following ingress firewall rule settings would NOT allow tier #1 to communicate with tier #2?
Which of the following ingress firewall rule settings would NOT allow tier #1 to communicate with tier #2?
Signup and view all the answers
What additional task should you perform besides creating necessary firewall rules to facilitate tier communication?
What additional task should you perform besides creating necessary firewall rules to facilitate tier communication?
Signup and view all the answers
Which of these ingress firewall rules allows both tiers to communicate effectively through TCP port 8080?
Which of these ingress firewall rules allows both tiers to communicate effectively through TCP port 8080?
Signup and view all the answers
When establishing communication on TCP port 8080, which approach can lead to potential security risks?
When establishing communication on TCP port 8080, which approach can lead to potential security risks?
Signup and view all the answers
Which option defines the source filter of an ingress firewall rule that effectively allows communication between tier #2 and tier #3?
Which option defines the source filter of an ingress firewall rule that effectively allows communication between tier #2 and tier #3?
Signup and view all the answers
What is the best way to grant monitoring permissions to the support team without allowing access to table data in Cloud Spanner?
What is the best way to grant monitoring permissions to the support team without allowing access to table data in Cloud Spanner?
Signup and view all the answers
Which option minimizes costs while providing a 30-GB in-memory cache and an additional 2 GB for other processes for a caching HTTP reverse proxy?
Which option minimizes costs while providing a 30-GB in-memory cache and an additional 2 GB for other processes for a caching HTTP reverse proxy?
Signup and view all the answers
To run a single binary application that automatically scales based on CPU usage in a policy-compliant way on Google Cloud, what should you do?
To run a single binary application that automatically scales based on CPU usage in a policy-compliant way on Google Cloud, what should you do?
Signup and view all the answers
What is the purpose of exporting logs from Cloud Audit to BigQuery?
What is the purpose of exporting logs from Cloud Audit to BigQuery?
Signup and view all the answers
When exporting logs to Cloud Pub/Sub, what is the typical use case?
When exporting logs to Cloud Pub/Sub, what is the typical use case?
Signup and view all the answers
If you want to grant the support team appropriate permissions for monitoring without exposing them to sensitive data in Cloud Spanner, which role is appropriate?
If you want to grant the support team appropriate permissions for monitoring without exposing them to sensitive data in Cloud Spanner, which role is appropriate?
Signup and view all the answers
Which method provides a streamlined logging solution that does not require manual log management?
Which method provides a streamlined logging solution that does not require manual log management?
Signup and view all the answers
Which design is most appropriate for a caching HTTP reverse proxy with very low CPU consumption needs?
Which design is most appropriate for a caching HTTP reverse proxy with very low CPU consumption needs?
Signup and view all the answers
What should you do to effectively manage a rolling-action update with the specified configuration to maxSurge and maxUnavailable?
What should you do to effectively manage a rolling-action update with the specified configuration to maxSurge and maxUnavailable?
Signup and view all the answers
To grant access for three users to view and edit table data on a Cloud Spanner instance, which action is correct?
To grant access for three users to view and edit table data on a Cloud Spanner instance, which action is correct?
Signup and view all the answers
What is the first step required to create a new billing account and link it to an existing GCP project?
What is the first step required to create a new billing account and link it to an existing GCP project?
Signup and view all the answers
When trying to verify user access activities in Cloud Storage buckets, what is the most efficient approach?
When trying to verify user access activities in Cloud Storage buckets, what is the most efficient approach?
Signup and view all the answers
How do you ensure that a newly created Managed Instance Group functions correctly after linking with the backend service for the load balancer?
How do you ensure that a newly created Managed Instance Group functions correctly after linking with the backend service for the load balancer?
Signup and view all the answers
In a Managed Instance Group, what is the purpose of deleting instances to recreate them using a new instance template?
In a Managed Instance Group, what is the purpose of deleting instances to recreate them using a new instance template?
Signup and view all the answers
What is a consequence of setting maxSurge to 0 during a rolling-action update?
What is a consequence of setting maxSurge to 0 during a rolling-action update?
Signup and view all the answers
What must you confirm before linking a new billing account to any GCP project?
What must you confirm before linking a new billing account to any GCP project?
Signup and view all the answers
Study Notes
Google Cloud Platform (GCP) Associate Cloud Engineer (ACE) Exam
- GCP offers a range of services for building, deploying, and managing applications and infrastructure in the cloud.
- The ACE exam covers fundamental GCP concepts and practical application-level skills.
Exam Questions and Answers
- Question 1: Confirming dependencies in a Deployment Manager template: Use Deployment Manager's built-in dependency checking.
- Question 2: Enabling communication between tiers in a 3-tier solution: Configure firewall rules to allow communication between instances of different tiers (1-2 and 2-3) on TCP port 8080.
- Question 3: Estimating GCP service costs: Utilize standard query syntax within BigQuery to summarize service costs by type across multiple projects.
- Question 4: Enabling Cloud Pub/Sub for an App Engine application: Enable the Cloud Pub/Sub API and configure the service account to authenticate the App Engine application.
- Question 5: Deploying a new version of a website using App Engine: Use the --migrate option to deploy the new version without disrupting service to 1% of users.
- Question 6: Implementing a cost-effective log file retention strategy: Utilize Cloud Storage's lifecycle management to retain audit logs for 3 years.
- Question 7: Streamlining support team access to Cloud Spanner: Grant the correct permissions to the support team by using a Google-recommended approach without granting permissions to access the data.
- Question 8: Optimizing GCP Costs for Caching HTTP Reverse Proxy: Use Cloud Memorystore for Redis with a 32 GB in-memory cache to minimize cost.
- Question 9: Configuring automatic scaling for a binary application: Automatically scale the binary application based on CPU usage to be operationally efficient.
- Question 10: Granting permissions for Compute Engine instances to write to Cloud Storage: Use service account permissions to enable writing to the Cloud Storage bucket for the Compute Engine instances.
- Question 11: Sharing a Cloud Storage object with an external company: Securely share the object with the external company by using a Cloud Storage signed URL with an expiration time.
- Question 12: Configuring an autoscaling Managed Instance Group for HTTPS Web Application: Use a health check on port 443 to automatically recreate unhealthy VMs.
- Question 13: Setting up a Managed Instance Group to ensure only one instance runs per project: Configure the Managed Instance Group to ensure only one VM instance runs per project.
- Question 14: Configuring VPC network and two subnets for production and test workloads: Configure a VPC network with two subnets in different regions to isolate production and test workloads.
- Question 15: Configuring HTTPS load balancing services: Configure HTTPS load balancing services to terminate the client SSL session to minimize complexity.
- Question 16: Deploying a new version of an application using a Managed Instance Group: Gradually roll out the new version while maintaining the available capacity of your web application.
- Question 17: Granting access to Cloud Spanner instance table data: Grant three users access to view and modify table data for a Cloud Spanner instance.
- Question 18: Linking a billing account and GCP project: Create a new billing account and link it to an existing project.
- Question 19: Verifying Cloud Storage activity: Appropriately filter logs to verify Cloud Storage activity for a particular user.
- Question 20: Estimating BigQuery query costs: Use on-demand pricing to query BigQuery and estimate the costs of a query that expects to return a lot of records.
- Question 21: Monitoring resources across multiple projects: Collect and consolidate logs across projects into a single Stackdriver Monitoring view.
- Question 22: Dynamically provisioning VMs: Configure dynamic VM provisioning using a dedicated configuration file.
- Question 23: Sharing sensitive Cloud Storage objects with external companies: Leverage Cloud Storage's signed URLs to share sensitive data with specific expiration times.
…and so on for questions 24-61. This is a sample, and the full list is extensive.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Related Documents
Description
This quiz assesses your understanding of best practices for implementing Google Cloud solutions, focusing on security, resource access, and efficient deployment. Questions cover cloud storage access, instance management across regions, logging optimization, and service estimates. Test your knowledge and enhance your skills in cloud architecture design.