1z0-1067-21 Oracle Cloud Infrastructure 2021 Cloud Operations Associate

Loading demo links...

Showing 4–6 of 10 questions

Question 4

One of the compute instances that you have deployed on Oracle Cloud Infrastructure (OCI) is malfunctioning. You have created a console connection to remotely troubleshoot it. Which two statements about console connections are TRUE? (Choose two.)

Select all that apply, then click Submit answer.

  • It is not possible to use VNC console connections to connect to Bare Metal Instances.

  • VNC console connection uses SSH port forwarding to create a secure connection from your local system to the VNC server attached to your instance’s console.

  • It is not possible to connect to the serial console to an instance running Microsoft Windows, however VNC console connection can be used.

  • For security purpose, the console connection will not let you edit system configuration files.

  • If you do not disconnect from the session, your serial console connection will automatically be terminated after 24 hours.

Question 5

Which two statements are TRUE about Object Storage data security and encryption in Oracle Cloud Infrastructure (OCI)? (Choose two.)

Select all that apply, then click Submit answer.

  • Client-side encryption is managed by the customer.

  • Data needs to be decrypted on the client side before retrieving it.

  • OCI Vault Management is used by default to provide data security.

  • All traffic to and from Object Storage service is encrypted using TLS.

  • A VPN connection to OCI is required to ensure secure data transfer to an object storage bucket.

Question 6

A developer has created a file system in Oracle Cloud Infrastructure (OCI) File Storage service. She launches an Oracle Linux compute instance and successfully mounts the file system from the instance.

She then tries writing to the file system from the compute instance using the following command:

touch /mnt/yourmountpoint/helloworld

But gets an error message:

touch: cannot touch ‘/mnt/yourmountpoint/helloworrld’: Permission denied

Which is a reason for this error? (Choose the best answer.)

Select an option, then click Submit answer.

  • ‘touch’ command is not available in Oracle Linux by default.

  • Service limits or quota for file system writes have been breached.

  • User is not part of any OCI Identity and Access Management group with write permissions to File Storage service.

  • User is connecting as the default Oracle Linux user ‘opc’ instead of ‘root’ user.