
Ultimate access to all questions.
As a DevOps Engineer, you're tasked with optimizing a service on Google App Engine's local development server to ensure it responds within 500 ms, especially during peak hours when latency increases. What strategy should you implement for performance optimization?
A
Configure a cron job to restart the service every 15 minutes to ensure efficiency.
B
Enable automatic scaling, setting minimum and maximum instances with appropriate latency targets.
C
Implement a cache mechanism such as Memcached or Redis to minimize datastore reads.
D
Use manual scaling to adjust instance numbers during peak and off-peak hours.