PROFESSIONAL-CLOUD-ARCHITECT · Question #147
You have been engaged by your client to lead the migration of their application infrastructure to GCP. One of their current problems is that the on-premises high performance SAN is requiring frequent
The correct answer is B. Memcache backed by Cloud Datastore for the customer session state data. Lifecycle- managed. Memcache backed by Cloud Datastore https://cloud.google.com/appengine/docs/standard/python/memcache Compute Engine image can be stored in Cloud Storage https://cloud.google.com/solutions/image-management-best-practices After the complete sequence of bytes from the disk are writte
Question
Options
- ALocal SSD for customer session state data. Lifecycle-managed Cloud Storage for log archives,
- BMemcache backed by Cloud Datastore for the customer session state data. Lifecycle- managed
- CMemcache backed by Cloud SQL for customer session state data. Assorted local SSD-backed
- DMemcache backed by Persistent Disk SSD storage for customer session state data. Assorted
How the community answered
(21 responses)- A5% (1)
- B67% (14)
- C19% (4)
- D10% (2)
Explanation
Memcache backed by Cloud Datastore https://cloud.google.com/appengine/docs/standard/python/memcache Compute Engine image can be stored in Cloud Storage https://cloud.google.com/solutions/image-management-best-practices After the complete sequence of bytes from the disk are written to the file, the file is archived using the tar format and then compressed using the GZIP format. You can then upload the resulting *.tar.gz file to Cloud Storage and register it as an image in Compute Engine.
Topics
Community Discussion
No community discussion yet for this question.