
Answer-first summary for fast verification
Answer: Generate synthetic clients to simulate user journeys through the application., Utilize existing and historical Request Logs to monitor how customers interact with the application.
Synthetic clients and request logs are effective for assessing application reliability from the user's viewpoint without altering the application's engineering. Synthetic clients mimic user behavior to verify application functionality, while request logs provide insights into customer interactions, enabling performance evaluation and trend monitoring.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
To measure the reliability of a web application on Google Cloud Platform from the user's perspective without any engineering changes, which two methods would you consider?
A
Generate synthetic clients to simulate user journeys through the application.
B
Modify the application code to include additional user interaction tracking.
C
Examine web proxy logs to analyze the response time for each request.
D
Utilize existing and historical Request Logs to monitor how customers interact with the application.
E
Update the application metrics by reviewing current ones and introducing new metrics as necessary.
No comments yet.