Skip to content

Commit cd8a895

Browse files
Add: question142 missing dot
1 parent eaa9325 commit cd8a895

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
236236
| 139 | [The core business of your company is to rent out construction equipment at large scale. All the equipment that is being rented out has been equipped with multiple sensors that send event information every few seconds. These signals can vary from engine status, distance traveled, fuel level, and more. Customers are billed based on the consumption monitored by these sensors. You expect high throughput "up to thousands of events per hour per device" and need to retrieve consistent data based on the time of the event. Storing and retrieving individual signals should be atomic. What should you do?](#the-core-business-of-your-company-is-to-rent-out-construction-equipment-at-large-scale-all-the-equipment-that-is-being-rented-out-has-been-equipped-with-multiple-sensors-that-send-event-information-every-few-seconds-these-signals-can-vary-from-engine-status-distance-traveled-fuel-level-and-more-customers-are-billed-based-on-the-consumption-monitored-by-these-sensors-you-expect-high-throughput-up-to-thousands-of-events-per-hour-per-device-and-need-to-retrieve-consistent-data-based-on-the-time-of-the-event-storing-and-retrieving-individual-signals-should-be-atomic-what-should-you-do) |
237237
| 140 | [You are asked to set up application performance monitoring on Google Cloud projects A, B, and C as a single pane of glass. You want to monitor CPU, memory, and disk. What should you do?](#you-are-asked-to-set-up-application-performance-monitoring-on-google-cloud-projects-a-b-and-c-as-a-single-pane-of-glass-you-want-to-monitor-cpu-memory-and-disk-what-should-you-do) |
238238
| 141 | [You created several resources in multiple Google Cloud projects. All projects are linked to different billing accounts. To better estimate future charges, you want to have a single visual representation of all costs incurred. You want to include new cost data as soon as possible. What should you do?](#you-created-several-resources-in-multiple-google-cloud-projects-all-projects-are-linked-to-different-billing-accounts-to-better-estimate-future-charges-you-want-to-have-a-single-visual-representation-of-all-costs-incurred-you-want-to-include-new-cost-data-as-soon-as-possible-what-should-you-do) |
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) |
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) |
240240
| 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) |
241241
| 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) |
242242
| 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) |
@@ -1561,7 +1561,7 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
15611561

15621562
**[⬆ Back to Top](#table-of-contents)**
15631563

1564-
### 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?
1564+
### 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?
15651565

15661566
- [x] Create the instance without a public IP address.
15671567
- [ ] Create the instance with Private Google Access enabled.

0 commit comments

Comments
 (0)