
Answer-first summary for fast verification
Answer: Use Google App Engine to serve the website and Google Cloud Datastore to store user data., Use a managed instance group to serve the website and Google Cloud Bigtable to store user data.
The correct answers are A and C. Option A, 'Use Google App Engine to serve the website and Google Cloud Datastore to store user data,' is a good choice because Google App Engine is a fully managed platform that scales automatically based on traffic, which is essential given the anticipated variable customer response. Google Cloud Datastore also scales automatically, making it suitable for handling a large number of user data entries. Option C, 'Use a managed instance group to serve the website and Google Cloud Bigtable to store user data,' is also correct because managed instance groups can automatically scale up or down based on demand, ensuring that the website remains responsive even with high traffic volumes. Google Cloud Bigtable is designed to handle large amounts of structured data with low latency and scales horizontally, which is ideal for the expected traffic variation.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your marketing department is planning to launch a promotional email campaign targeting a wide audience. The goal is to drive traffic to a simple website that explains the promotion and collects user information and preferences. The development team aims to minimize direct operational management effort. They anticipate a highly variable customer response, ranging from 100 to 500,000 click-throughs per day. Considering these requirements, which infrastructure setup would you recommend? (Choose two.)
A
Use Google App Engine to serve the website and Google Cloud Datastore to store user data.
B
Use a Google Container Engine cluster to serve the website and store data to persistent disk.
C
Use a managed instance group to serve the website and Google Cloud Bigtable to store user data.
D
Use a single Compute Engine virtual machine (VM) to host a web server, backend by Google Cloud SQL.
E
Use Cloud Functions to serve the website and store user data in Google Cloud Storage.
No comments yet.