You are deploying a web application to Google Cloud and you want to test two different versions of your homepage to see which performs better. How can you achieve this using Google Cloud Services?
The latest changes and updates from the administration for this exam.
Latest Update: Jun 08 2026
All questions are working fine.
You are deploying a web application to Google Cloud and you want to test two different versions of your homepage to see which performs better. How can you achieve this using Google Cloud Services?
You have an application running on Google Cloud that needs to access multiple GCP services. The application needs to use different levels of access for different parts of the code. Which method should you use to authenticate the application to Google Cloud?
While developing a complex cloud application involving multiple Google Cloud services (Cloud Storage, Cloud Pub/Sub, Cloud Functions), you need to ensure the correct interaction and data flow between them. What approach would you take to perform integration testing on this application?
You have an application running on a Compute Engine instance that needs to make API calls to Google Cloud Storage. What is the best way to provide the application with the necessary permissions?
You are developing an application on Google Cloud that would serve millions of users globally and requires low-latency read/write access. The application needs to frequently query small portions of data by a unique key. Which of the following Google Cloud data storage services would be the most appropriate to use in this scenario?
When deploying a Node.js application on App Engine, you want to ensure that when an instance of your application is shut down, all pending requests are processed before the application ends. How should you handle this in your application?
Your team is developing a web application on Google Cloud Platform (GCP). The application will have a user interface that needs to support several third-party Identity Providers (IdPs) for user authentication, including Google and Facebook. Which of the following GCP services would be the most appropriate to use for this use case?
You are designing a data architecture for a new analytics system in your organization that will run complex SQL queries on large amounts of historical data. The system doesn't need to support online transactions. Which Google Cloud storage option would be the best choice in this case?
You are working in a software development team that uses Google Cloud Platform for development and deployment of your applications. The team decides to use Cloud Source Repositories as your primary source control system. You need to enforce a mechanism where each commit to the 'master' branch needs to pass a code review. Which method should you follow?
You have deployed a web application on Google Kubernetes Engine (GKE) and have organized your deployment using different namespaces for production (prod), staging (staging), and development (dev) environments. You want to apply different ResourceQuotas for each namespace. What is the correct approach?