Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Professional Cloud Developer All Questions

View all questions & answers for the Professional Cloud Developer exam

Exam Professional Cloud Developer topic 1 question 7 discussion

Actual exam question from Google's Professional Cloud Developer
Question #: 7
Topic #: 1
[All Professional Cloud Developer Questions]

You are deploying your application to a Compute Engine virtual machine instance with the Stackdriver Monitoring Agent installed. Your application is a unix process on the instance. You want to be alerted if the unix process has not run for at least 5 minutes. You are not able to change the application to generate metrics or logs.
Which alert condition should you configure?

  • A. Uptime check
  • B. Process health
  • C. Metric absence
  • D. Metric threshold
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
gcper
Highly Voted 3 years, 9 months ago
B Process-health policy A process-health policy can notify you if the number of processes that match a pattern crosses a threshold. This can be used to tell you, for example, that a process has stopped running.
upvoted 5 times
...
ravia__
Most Recent 2 months, 2 weeks ago
Selected Answer: C
Metric absence allows you to trigger an alert if no metrics (e.g., CPU usage, memory usage, etc.) related to the process are received for a specific period, such as 5 minutes
upvoted 1 times
...
santoshchauhan
8 months, 3 weeks ago
Selected Answer: C
To be alerted if your Unix process has not run for at least 5 minutes, you should configure a **metric absence** alert condition. Since you cannot modify the application to generate metrics or logs, this approach allows you to monitor the absence of data for a specific duration. When the Unix process stops running, the metric data will be absent, triggering the alert. Therefore, the correct answer is **C. Metric absence**. This type of alerting policy will help you stay informed about any unexpected interruptions in your process execution.
upvoted 1 times
...
__rajan__
1 year, 2 months ago
Selected Answer: B
B is correct.
upvoted 1 times
...
studyingveryhard
1 year, 4 months ago
Complete explanations for correct and incorrect answers can be seen on https://examlab.co/google/google-cloud-professional-cloud-developer
upvoted 1 times
...
closer89
1 year, 6 months ago
Selected Answer: B
https://cloud.google.com/monitoring/alerts/policies-in-json#json-process-health
upvoted 1 times
...
tomato123
2 years, 3 months ago
Selected Answer: B
B is correct
upvoted 1 times
...
wilwong
3 years, 4 months ago
B is correct
upvoted 1 times
...
syu31svc
3 years, 5 months ago
https://cloud.google.com/monitoring/uptime-checks: "An uptime check is a request sent to a resource to see if it responds" A is wrong Metric absence and threshold don't make sense Process health is correct for sure so answer is B
upvoted 2 times
...
saurabh1805
4 years ago
B is correct answer https://cloud.google.com/monitoring/alerts/types-of-conditions#metric-threshold
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...