ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 74 - Professional Cloud DevOps Engineer discussion

Report
Export

You support a trading application written in Python and hosted on App Engine flexible environment. You want to customize the error information being sent to Stackdriver Error Reporting. What should you do?

A.
Install the Stackdriver Error Reporting library for Python, and then run your code on a Compute Engine VM.
Answers
A.
Install the Stackdriver Error Reporting library for Python, and then run your code on a Compute Engine VM.
B.
Install the Stackdriver Error Reporting library for Python, and then run your code on Google Kubernetes Engine.
Answers
B.
Install the Stackdriver Error Reporting library for Python, and then run your code on Google Kubernetes Engine.
C.
Install the Stackdriver Error Reporting library for Python, and then run your code on App Engine flexible environment.
Answers
C.
Install the Stackdriver Error Reporting library for Python, and then run your code on App Engine flexible environment.
D.
Use the Stackdriver Error Reporting API to write errors from your application to ReportedErrorEvent, and then generate log entries with properly formatted error messages in Stackdriver Logging.
Answers
D.
Use the Stackdriver Error Reporting API to write errors from your application to ReportedErrorEvent, and then generate log entries with properly formatted error messages in Stackdriver Logging.
Suggested answer: D

Explanation:

https://cloud.google.com/error-reporting/docs/formatting-error-messages

https://cloud.google.com/error-reporting/docs/reference/libraries#client-libraries-install-python

no need to install error reporting library on App Engine Flex.

asked 18/09/2024
Brandon O'Driscoll
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first