Google
PROFESSIONAL-CLOUD-ARCHITECT · Question #160
You are deploying a PHP App Engine Standard service with SQL as the backend. You want to minimize the number of queries to the database. What should you do?
Sign in or unlock PROFESSIONAL-CLOUD-ARCHITECT to reveal the answer and full explanation for question #160. The question stem and answer options stay visible for context.
Submitted by lucia.co· Mar 30, 2026Optimizing technical and business processes
Question
You are deploying a PHP App Engine Standard service with SQL as the backend. You want to minimize the number of queries to the database. What should you do?
Options
- ASet the memcache service level to dedicated. Create a key from the hash of the query, and return
- BSet the memcache service level to dedicated. Create a cron task that runs every minute to
- CSet the memcache service level to shared. Create a cron task that runs every minute to save all
- DSet the memcache service level to shared. Create a key called "cached-queries", and return
Unlock PROFESSIONAL-CLOUD-ARCHITECT to see the answer
You've previewed enough free PROFESSIONAL-CLOUD-ARCHITECT questions. Unlock PROFESSIONAL-CLOUD-ARCHITECT for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Memcache#App Engine#query caching#database optimization