Topic 1 Question 13
Your customer is receiving reports that their recently updated Google App Engine application is taking approximately 30 seconds to load for some of their users. This behavior was not reported before the update. What strategy should you take?
Work with your ISP to diagnose the problem
Open a support ticket to ask for network capture and flow data to diagnose the problem, then roll back your application
Roll back to an earlier known good release initially, then use Stackdriver Trace and Logging to diagnose the problem in a development/test/staging environment
Roll back to an earlier known good release, then push the release again at a quieter period to investigate. Then use Stackdriver Trace and Logging to diagnose the problem
解説
Stackdriver Logging allows you to store, search, analyze, monitor, and alert on log data and events from Google Cloud Platform and Amazon Web Services (AWS). Our API also allows ingestion of any custom log data from any source. Stackdriver Logging is a fully managed service that performs at scale and can ingest application and system log data from thousands of VMs. Even better, you can analyze all that log data in real time. Reference: https://cloud.google.com/logging/
ユーザの投票
コメント(17)
C is the answer
👍 23TosO2019/11/22Key word: This behavior was not reported before the update A - Not Correct as it was working before with same ISP B - New code update caused an issue- why to open support ticket C - I agree with C D - This requires downtime and live prod affected too
👍 16MyPractice2019/12/26- 正解だと思う選択肢: C
C. Roll back to an earlier known good release initially, then use Stackdriver Trace and Logging to diagnose the problem in a development/test/staging environment
A and B are not relevant D - no IT manager will ever allow re-deployment of erroneous code in production, even in a quiet period...!
👍 3minmin20202022/10/12
シャッフルモード