1z0-1084-20 Oracle Cloud Infrastructure Developer 2020 Associate

Loading demo links...

Showing 7–9 of 10 questions

Question 7

A programmer is developing a Node.js application which will run in a Linux server on their on-premises data center. This application will access various Oracle Cloud Infrastructure (OCI) services using OCI SDKs.

What is the secure way to access OCI services with OCI Identity and Access Management (IAM)? (Choose the best answer.)

Select an option, then click Submit answer.

  • Create a new OCI IAM user associated with a dynamic group and a policy that grants the desired permissions to OCI services. Add the on-premises Linux server in the dynamic group.

  • Create an OCI IAM policy with the appropriate permissions to access the required OCI services and assign the policy to the on-premises Linux server.

  • Create a new OCI IAM user, add the user to a group associated with a policy that grants the desired permissions to OCI services. In the onpremises Linux server, generate the keypair used for signing API requests and upload the public key to the IAM user.

  • Create a new OCI IAM user, add the user to a group associated with a policy that grants the desired permissions to OCI services. In the onpremises Linux server, add the user name and password to a file used by Node.js authentication.

Question 8

You are using Oracle Cloud Infrastructure (OCI) Resource Manager to manage your infrastructure lifecycle and wish to receive an email each time a Terraform action begins.

How should you use the OCI Events service to do this without writing any code? (Choose the best answer.)

Select an option, then click Submit answer.

  • Create an OCI Notifications topic and email subscription with the destination email address. Then create an OCI Events rule matching “Resource Manager Stack – Update” condition, and select the notification topic for the corresponding action.

  • Create an OCI Notifications topic and email subscription with the destination email address. Then create an OCI Events rule matching “Resource Manager Job – Create” condition, and select the notification topic for the corresponding action.

  • Create a rule in OCI Events service matching the “Resource Manager Stack – Update” condition. Then, select “Action Type: Email” and provide the destination email address.

  • Create an OCI Email Delivery configuration with the destination email address. Then create an OCI Events rule matching “Resource Manager Job – Create” condition, and select the email configuration for the corresponding action.

Question 9

You are tasked with developing an application that requires the use of Oracle Cloud Infrastructure (OCI) APIs to POST messages to a stream in the OCI Streaming service.

Which statement is incorrect? (Choose the best answer.)

Select an option, then click Submit answer.

  • The request must include an authorization signing string including (but not limited to) x-content-sha256, content-type, and contentlength headers.

  • The Content-Type header must be set to application/json

  • An HTTP 401 will be returned if the client’s clock is skewed more than 5 minutes from the server’s.

  • The request does not require an Authorization header.