Skip to content

Commit f2df4ea

Browse files
Fix: question176 correct answer & link
1 parent 99c3b95 commit f2df4ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
| 173 | [You are developing a financial trading application that will be used globally. Data is stored and queried using a relational structure, and clients from all over the world should get the exact identical state of the data. The application will be deployed in multiple regions to provide the lowest latency to end users. You need to select a storage option for the application data while minimizing latency. What should you do?](#you-are-developing-a-financial-trading-application-that-will-be-used-globally-data-is-stored-and-queried-using-a-relational-structure-and-clients-from-all-over-the-world-should-get-the-exact-identical-state-of-the-data-the-application-will-be-deployed-in-multiple-regions-to-provide-the-lowest-latency-to-end-users-you-need-to-select-a-storage-option-for-the-application-data-while-minimizing-latency-what-should-you-do) |
182182
| 174 | [You are about to deploy a new Enterprise Resource Planning (ERP) system on Google Cloud. The application holds the full database in-memory for fast data access, and you need to configure the most appropriate resources on Google Cloud for this application. What should you do?](#you-are-about-to-deploy-a-new-enterprise-resource-planning-erp-system-on-google-cloud-the-application-holds-the-full-database-in-memory-for-fast-data-access-and-you-need-to-configure-the-most-appropriate-resources-on-google-cloud-for-this-application-what-should-you-do) |
183183
| 175 | [You have developed an application that consists of multiple microservices, with each microservice packaged in its own Docker container image. You want to deploy the entire application on Google Kubernetes Engine so that each microservice can be scaled individually. What should you do?](#you-have-developed-an-application-that-consists-of-multiple-microservices-with-each-microservice-packaged-in-its-own-docker-container-image-you-want-to-deploy-the-entire-application-on-google-kubernetes-engine-so-that-each-microservice-can-be-scaled-individually-what-should-you-do) |
184-
| 176 | [You will have several applications running on different Compute Engine instances in the same project. You want to specify at a more granular level the service account each instance uses when calling Google Cloud APIs. What should you do?](#question176) |
184+
| 176 | [You will have several applications running on different Compute Engine instances in the same project. You want to specify at a more granular level the service account each instance uses when calling Google Cloud APIs. What should you do?](#you-will-have-several-applications-running-on-different-compute-engine-instances-in-the-same-project-you-want-to-specify-at-a-more-granular-level-the-service-account-each-instance-uses-when-calling-google-cloud-apis-what-should-you-do) |
185185
| 177 | [You are creating an application that will run on Google Kubernetes Engine. You have identified MongoDB as the most suitable database system for your application and want to deploy a managed MongoDB environment that provides a support SLA. What should you do?](#question177) |
186186
| 178 | [You are managing a project for the Business Intelligence (BI) department in your company. A data pipeline ingests data into BigQuery via streaming. You want the users in the BI department to be able to run the custom SQL queries against the latest data in BigQuery. What should you do?](#question178) |
187187
| 179 | [Your company is moving its entire workload to Compute Engine. Some servers should be accessible through the Internet, and other servers should only be accessible over the internal network. All servers need to be able to talk to each other over specific ports and protocols. The current on-premises network relies on a demilitarized zone (DMZ) for the public servers and a Local Area Network (LAN) for the private servers. You need to design the networking infrastructure on Google Cloud to match these requirements. What should you do?](#question179) |
@@ -1782,9 +1782,9 @@
17821782

17831783
### You will have several applications running on different Compute Engine instances in the same project. You want to specify at a more granular level the service account each instance uses when calling Google Cloud APIs. What should you do?
17841784

1785-
- [ ] When creating the instances, specify a Service Account for each instance.
1785+
- [x] When creating the instances, specify a Service Account for each instance.
17861786
- [ ] When creating the instances, assign the name of each Service Account as instance metadata.
1787-
- [x] After starting the instances, use gcloud compute instances update to specify a Service Account for each instance.
1787+
- [ ] After starting the instances, use gcloud compute instances update to specify a Service Account for each instance.
17881788
- [ ] After starting the instances, use gcloud compute instances update to assign the name of the relevant Service Account as instance metadata.
17891789

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

0 commit comments

Comments
 (0)