1z0-1084-22 Oracle Cloud Infrastructure 2022 Developer Professional

Loading demo links...

Showing 7–9 of 10 questions

Question 7

Which is NOT a valid option to execute a function deployed on Oracle Functions?

Select an option, then click Submit answer.

  • Send a signed HTTP requests to the function's invoke endpoint

  • Invoke from Oracle Cloud Infrastructure CLI

  • Invoke from Docker CLI

  • Trigger by an event in Oracle Cloud Infrastructure Events service

  • Invoke from Fn Project CLI

Question 8

Which statements is incorrect with regards to the Oracle Cloud Infrastructure (OCI) Notifications service?

Select an option, then click Submit answer.

  • Notification topics may be assigned as the action performed by an OCI Events configuration.

  • OCI Alarms can be configured to publish to a notification topic when triggered.

  • An OCI function may subscribe to a notification topic.

  • A subscription can forward notifications to an HTTPS endpoint.

  • A subscription can integrate with PagerDuty events.

  • It may be used to receive an email each time an OCI Autonomous Database backup is completed.

Question 9

You are building a cloud native, serverless travel application with multiple Oracle Functions in Java, Python and Node.js. You need to build and deploy these functions to a single applications named travel-app.

Which command will help you complete this task successfully?

Select an option, then click Submit answer.

  • oci fn function deploy --ap travel-ap --all

  • fn -v deploy --ap travel-ap -- all

  • oci fn application --application-name-ap deploy --all

  • fn function deploy --all --application-name travel-ap