Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Professional Cloud Architect All Questions

View all questions & answers for the Professional Cloud Architect exam

Exam Professional Cloud Architect topic 1 question 168 discussion

Actual exam question from Google's Professional Cloud Architect
Question #: 168
Topic #: 1
[All Professional Cloud Architect Questions]

Your marketing department wants to send out a promotional email campaign. The development team wants to minimize direct operation management. They project a wide range of possible customer responses, from 100 to 500,000 click-through per day. The link leads to a simple website that explains the promotion and collects user information and preferences.
Which infrastructure should 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.
Show Suggested Answer Hide Answer
Suggested Answer: AC 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
rishab86
Highly Voted 3 years, 5 months ago
A & C seems to be the correct answer.
upvoted 27 times
...
victory108
Highly Voted 3 years, 4 months ago
A. Use Google App Engine to serve the website and Google Cloud Datastore to store user data. C. Use a managed instance group to serve the website and Google Cloud Bigtable to store user data.
upvoted 9 times
J19G
3 years, 1 month ago
Why not D?
upvoted 1 times
Bert_77
2 years, 11 months ago
Because a single GCE instance might not be able to handle the unpredictable load
upvoted 6 times
...
...
...
Sephethus
Most Recent 5 months, 1 week ago
Selected Answer: AC
Both bigtable and datastore seem like overkill solutions but A&C are the only options that make sense here. In the real world use BigQuery and either App Engine or Cloud Run.
upvoted 3 times
...
anil23
1 year, 3 months ago
Why not B, GKE si best fit and preferred over MI
upvoted 1 times
...
zerg0
1 year, 9 months ago
Selected Answer: AC
Cloud Data store and Big Table are the only solutions that can handle 500000 clicks
upvoted 3 times
...
omermahgoub
1 year, 11 months ago
A: Google App Engine is a fully managed platform for building and running web applications and APIs. It can automatically scale to meet high traffic demands, making it a good choice for serving the website for the promotional email campaign. Google Cloud Datastore can also scale automatically to meet high traffic demands, making it a good choice for storing user data. C: A managed instance group are managed as a single entity and can automatically scale up or down based on demand. This makes it a good choice for serving the website for the promotional email campaign. Google Cloud Bigtable is a fully managed, high-performance NoSQL database that can store and serve large amounts of structured data with low latency. It is designed to scale horizontally and can handle high traffic demands, making it a good choice for storing user data.
upvoted 5 times
omermahgoub
1 year, 11 months ago
B, using a Google Container Engine cluster to serve the website and store data to persistent disk, could be a valid solution as well. However, persistent disks may not be able to scale horizontally to meet high traffic demands, which could impact the performance of the website. D, using a single Compute Engine VM to host a web server, backed by Google Cloud SQL, would not be a good choice for this scenario. A single VM would not be able to scale to meet the wide range of possible traffic levels for the promotional email campaign, and Google Cloud SQL may not be able to scale horizontally to meet high traffic demands.
upvoted 1 times
...
...
AzureDP900
2 years, 1 month ago
A and C is right choice, D is saying single VM
upvoted 3 times
...
Nirca
2 years, 2 months ago
Selected Answer: AC
AC (100%) !!!
upvoted 2 times
...
Nirca
2 years, 2 months ago
Selected Answer: AC
A & C seems to be the correct answer.
upvoted 1 times
...
vincy2202
2 years, 11 months ago
Selected Answer: AC
AC is the correct answer.
upvoted 1 times
...
MaxNRG
3 years, 1 month ago
A only, choose two - App Engine + Datastore Use GAE to serve the website and Google Datastore to store user data. GCE – is too complex solution with specific OS to maintain. GKE – is for microservices apps, and Persistent Disk is not good solution for relational data storage; GAE – is fast and reliable solution, you write just code and run it on fully managed service. DataStore also matches perfectly since intended for storing user profiles, key-value pairs.
upvoted 1 times
...
alan9999
3 years, 5 months ago
A & B with less operations management. Also Containers and App Engine as the clicks varies.
upvoted 3 times
poseidon24
3 years, 4 months ago
"Google Container Engine" does not exist, only "GKE", but operating a Kubernetes cluster is not easy, in that case, an option could be Cloud Run.
upvoted 1 times
...
AK2020
3 years, 5 months ago
But user data storing in persistent disks? Not correct to me. Seems A & C
upvoted 3 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...