You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -239,7 +239,7 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
239
239
| 142 |[Your company has workloads running on Compute Engine and on-premises. The Google Cloud Virtual Private Cloud (VPC) is connected to your WAN over a Virtual Private Network (VPN) You need to deploy a new Compute Engine instance and ensure that no public Internet traffic can be routed to it. What should you do?](#your-company-has-workloads-running-on-compute-engine-and-on-premises-the-google-cloud-virtual-private-cloud-vpc-is-connected-to-your-wan-over-a-virtual-private-network-vpn-you-need-to-deploy-a-new-compute-engine-instance-and-ensure-that-no-public-internet-traffic-can-be-routed-to-it-what-should-you-do)|
240
240
| 143 |[Your team maintains the infrastructure for your organization. The current infrastructure requires changes. You need to share your proposed changes with the rest of the team. You want to follow Google's recommended best practices. What should you do?](#your-team-maintains-the-infrastructure-for-your-organization-the-current-infrastructure-requires-changes-you-need-to-share-your-proposed-changes-with-the-rest-of-the-team-you-want-to-follow-googles-recommended-best-practices-what-should-you-do)|
241
241
| 144 |[You have a Compute Engine instance hosting an application used between 9 AM and 6 PM on weekdays. You want to back up this instance daily for disaster recovery purposes. You want to keep the backups for 30 days. You want the Google-recommended solution with the least management overhead and the least number of services. What should you do?](#you-have-a-compute-engine-instance-hosting-an-application-used-between-9-am-and-6-pm-on-weekdays-you-want-to-back-up-this-instance-daily-for-disaster-recovery-purposes-you-want-to-keep-the-backups-for-30-days-you-want-the-google-recommended-solution-with-the-least-management-overhead-and-the-least-number-of-services-what-should-you-do)|
242
-
| 145 |[Your existing application running in Google Kubernetes Engine (GKE) consists of multiple pods running on four GKE n1"standard"2 nodes. You need to deploy additional pods requiring n2"highmem"16 nodes without any downtime. What should you do?](#your-existing-application-running-in-google-kubernetes-engine-gke-consists-of-multiple-pods-running-on-four-gke-n1standard2-nodes-you-need-to-deploy-additional-pods-requiring-n2highmem16-nodes-without-any-downtime-what-should-you-do)|
242
+
| 145 |[Your existing application running in Google Kubernetes Engine (GKE) consists of multiple pods running on four GKE n1-standard-2 nodes. You need to deploy additional pods requiring n2-highmem-16 nodes without any downtime. What should you do?](#your-existing-application-running-in-google-kubernetes-engine-gke-consists-of-multiple-pods-running-on-four-gke-n1-standard-2-nodes-you-need-to-deploy-additional-pods-requiring-n2-highmem-16-nodes-without-any-downtime-what-should-you-do)|
243
243
| 146 |[You have an application that uses Cloud Spanner as a database backend to keep current state information about users. Cloud Bigtable logs all events triggered by users. You export Cloud Spanner data to Cloud Storage during daily backups. One of your analysts asks you to join data from Cloud Spanner and Cloud Bigtable for specific users. You want to complete this ad hoc request as efficiently as possible. What should you do?](#you-have-an-application-that-uses-cloud-spanner-as-a-database-backend-to-keep-current-state-information-about-users-cloud-bigtable-logs-all-events-triggered-by-users-you-export-cloud-spanner-data-to-cloud-storage-during-daily-backups-one-of-your-analysts-asks-you-to-join-data-from-cloud-spanner-and-cloud-bigtable-for-specific-users-you-want-to-complete-this-ad-hoc-request-as-efficiently-as-possible-what-should-you-do)|
244
244
| 147 |[You are hosting an application from Compute Engine virtual machines (VMs) in us"central1"a. You want to adjust your design to support the failure of a single Compute Engine zone, eliminate downtime, and minimize cost. What should you do?](#you-are-hosting-an-application-from-compute-engine-virtual-machines-vms-in-uscentral1a-you-want-to-adjust-your-design-to-support-the-failure-of-a-single-compute-engine-zone-eliminate-downtime-and-minimize-cost-what-should-you-do)|
245
245
| 148 |[A colleague handed over a Google Cloud Platform project for you to maintain. As part of a security checkup, you want to review who has been granted the Project Owner role. What should you do?](#a-colleague-handed-over-a-google-cloud-platform-project-for-you-to-maintain-as-part-of-a-security-checkup-you-want-to-review-who-has-been-granted-the-project-owner-role-what-should-you-do)|
@@ -1589,12 +1589,12 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
1589
1589
1590
1590
**[⬆ Back to Top](#table-of-contents)**
1591
1591
1592
-
### Your existing application running in Google Kubernetes Engine (GKE) consists of multiple pods running on four GKE n1"standard"2 nodes. You need to deploy additional pods requiring n2"highmem"16 nodes without any downtime. What should you do?
1592
+
### Your existing application running in Google Kubernetes Engine (GKE) consists of multiple pods running on four GKE n1-standard-2 nodes. You need to deploy additional pods requiring n2-highmem-16 nodes without any downtime. What should you do?
1593
1593
1594
1594
-[ ] Use gcloud container clusters upgrade. Deploy the new services.
1595
-
-[x] Create a new Node Pool and specify machine type n2"highmem"16. Deploy the new pods.
1596
-
-[ ] Create a new cluster with n2"highmem"16 nodes. Redeploy the pods and delete the old cluster.
1597
-
-[ ] Create a new cluster with both n1"standard"2 and n2"highmem"16 nodes. Redeploy the pods and delete the old cluster.
1595
+
-[x] Create a new Node Pool and specify machine type n2-highmem-16. Deploy the new pods.
1596
+
-[ ] Create a new cluster with n2-highmem-16 nodes. Redeploy the pods and delete the old cluster.
1597
+
-[ ] Create a new cluster with both n1-standard-2 and n2-highmem-16 nodes. Redeploy the pods and delete the old cluster.
0 commit comments