OCI Notifications Service: Incorrect Statement - Oracle Cloud Infrastructure Exam

Incorrect Statement Regarding OCI Notifications Service

Question

Which statement is incorrect with regards to the Oracle Cloud Infrastructure (OCI) Notifications service? (Choose the best answer.)

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D. E. F.

E.

https://www.pagerduty.com/docs/guides/oracle-cloud-infrastructure/

OCI Notifications is a messaging service that enables you to broadcast messages to distributed components and services in the cloud. Notifications can be used to decouple senders and receivers, and also to increase system performance and reliability.

Now, let's analyze each statement to determine which one is incorrect.

A. Notification topics may be assigned as the action performed by an OCI Events configuration. This statement is correct. OCI Events can trigger OCI Notifications, and the action performed can be to publish messages to an OCI Notification topic.

B. OCI Alarms can be configured to publish to a notification topic when triggered. This statement is correct. You can configure OCI Alarms to publish messages to an OCI Notification topic when the specified alarm condition is met.

C. An OCI function may subscribe to a notification topic. This statement is correct. OCI Functions can be used to subscribe to an OCI Notification topic, and then execute serverless code whenever a message is published to that topic.

D. A subscription can forward notifications to an HTTPS endpoint. This statement is correct. An OCI Notification subscription can be configured to send messages to an HTTPS endpoint. This enables you to send notifications to external services that can receive messages via HTTPS.

E. A subscription can integrate with PagerDuty events. This statement is correct. OCI Notifications supports integrating with PagerDuty, which is a third-party incident management platform. You can configure a subscription to send messages to a PagerDuty endpoint, and then create PagerDuty incidents based on the messages received.

F. It may be used to receive an email each time an OCI Autonomous Database backup is completed. This statement is incorrect. OCI Notifications does not support sending email notifications. However, you can use OCI Notifications to send messages to an HTTPS endpoint, which can then trigger an email notification to be sent via a third-party service.

Therefore, the correct answer to the question is F - "It may be used to receive an email each time an OCI Autonomous Database backup is completed."