Oracle Cloud Infrastructure 2023 Architect Associate v1.0 (1z0-1072-23)

Page:    1 / 4   
Total 59 questions

You plan to upload a large file (3 TiB) to Oracle Cloud Infrastructure (OCI) Object Storage. You would like to minimize the impact of network failures while uploading, and therefore you decide to use the multipart upload capability.
Which TWO statements are true about performing a multipart upload using the Multipart Upload API? (Choose two.)

  • A. You do not have to commit the upload after you have uploaded all the object parts.
  • B. You do not need to split the object into parts. Object Storage splits the object into parts and uploads all of the parts automatically.
  • C. While a multipart upload is still active, you can keep adding parts as long as the total number is less than 10,000.
  • D. When you split the object into individual parts, each part can be as large as 50 GiB.


Answer : CD

When defining a query for metric data in Monitoring, which field provides the time window for aggregating metric data points plotted on the metric chart?

  • A. Namespace
  • B. Interval
  • C. Dimension
  • D. Statistic


Answer : B

Which TWO components are optional while creating the Monitoring Query Language (MQL) expressions in the Oracle Cloud Infrastructure (OCI) Monitoring service? (Choose two.)

  • A. Grouping Function
  • B. Dimensions
  • C. Metric
  • D. Interval
  • E. Statistic


Answer : AB

You are using the Oracle Cloud Infrastructure (OCI) Vault service to create and manage Secrets. For your database password, you have created a secret and rotated the secret one time. The secret versions are as follows:

You later realize that you have made a mistake in updating the secret content for version 2 and want to rollback to version 1.
What should you do to rollback to version 1?

  • A. Deprecate version 2 (latest). Create new Secret version 3. Create soft link from version 3 to version 1.
  • B. From the version 1 menu on the OCI console, select "Promote to Current".
  • C. From the version 2 (latest) menu, select "Rollback" and select version 1 when given the option.
  • D. Create a new secret version 3 and set to Pending. Copy the content of version 1 into version 3.


Answer : B

Your cloud developer is using the Oracle Cloud Infrastructure (OCI) Vault service to encrypt plaintext. She runs the following command using the OCI Command Line Interface (CLI) and encounters a service error.

What could be the most likely reason for this error?

  • A. The developer should pass the key version OCID instead of the key OCID.
  • B. The developer forgot to specify the region.
  • C. The plaintext needs to be in the JSON form.
  • D. The developer has the wrong endpoint.


Answer : D

You want to create a policy to allow the NetworkAdmins group to manage Virtual Cloud Network (VCN) in compartment C. You want to attach this policy to the tenancy. The compartment hierarchy is shown below.

Which policy statement can be used to accomplish this task?

  • A. Allow group NetworkAdmins to manage virtual-network-family in compartment C
  • B. Allow group NetworkAdmins to manage virtual-network-family in compartment A:B:C
  • C. Allow group NetworkAdmins to manage virtual-network-family in tenancy
  • D. Allow group NetworkAdmins to manage virtual-network-family in compartment B:C


Answer : B

Which tool provides a diagram of the implemented topology of all Virtual Cloud Networks (VCNs) in a selected region and tenancy?

  • A. VCN Flow Logs
  • B. Traffic Analytics
  • C. Network Visualizer
  • D. Network Watcher


Answer : C

Your DevOps team needs to interconnect the on-premises network to the Oracle Cloud Infrastructure (OCI) resources, such as a managed database that resides in a private subnet. They indicate that they have a low budget and their bandwidth requirements are minimal, so you decide that a site-to-site VPN is the best option. They provide you with their router public IP address. You need to create an object in OCI that represents this router.
Which object would you create?

  • A. Bastion Host
  • B. IPSec Tunnel
  • C. Dynamic Routing Gateway (DRG)
  • D. Customer Premises Equipment (CPE)
  • E. Internet Gateway
  • F. Virtual Network Interface Card (vNIC)


Answer : D

Which TWO are key benefits of setting up Site-to-Site VPN on Oracle Cloud Infrastructure (OCI)? (Choose two.)

  • A. When setting up Site-to-Site VPN, it creates a private connection that provides consistent network experience.
  • B. When setting up Site-to-Site VPN, customers can expect bandwidth above 2 Gbps.
  • C. When setting up Site-to-Site VPN, OCI provisions redundant VPN tunnels.
  • D. When setting up Site-to-Site VPN, customers can configure it to use static or dynamic routing (BGP).


Answer : CD

In an Object Storage bucket you have two objects named ObjectA and ObjectB. ObjectA was last modified six months ago and ObjectB was modified 14 months ago. You create a retention rule and specify a duration of 1 year.
What does the rule do?

  • A. It prevents the modification or deletion of ObjectA for the next 6 months and prevents the modification or deletion of ObjectB for the next 2 months.
  • B. It prevents the modification or deletion of ObjectA for the next 6 months and allows the modification or deletion of ObjectB.
  • C. It prevents the modification or deletion of ObjectA and ObjectB for the next 12 months.
  • D. It prevents the modification or deletion of ObjectA for the next 12 months and prevents the modification or deletion of ObjectB for the next 14 months.


Answer : B

Which statement is NOT true about the Oracle Cloud Infrastructure (OCI) Object Storage service?

  • A. Immutable option for data stored in Object Storage can be set via retention rules.
  • B. Object lifecycle rules can be used to either archive or delete objects.
  • C. Object Storage resources can be shared across tenancies.
  • D. Object Versioning is enabled at the namespace level.


Answer : D

Which of the following statements is true about cloning a volume in the Oracle Cloud Infrastructure (OCI) Block Volume service?

  • A. Creating a clone takes longer than creating a backup of a volume.
  • B. You can clone a volume to another region.
  • C. You need to detach a volume before cloning it.
  • D. You can change the block volume size when cloning a volume.


Answer : D

Which statement is TRUE about restoring a volume from a block volume backup in the Oracle Cloud Infrastructure (OCI) Block Volume service?

  • A. You can only restore a volume to the same availability domain in which the original block volume resides.
  • B. You can restore a volume from any full volume backup but not from an incremental backup.
  • C. You can restore only one volume from a manual block volume backup.
  • D. You can restore a block volume backup to a larger volume size.


Answer : D

You are responsible for creating and maintaining an enterprise application that consists of multiple storage volumes across multiple compute instances in Oracle Cloud Infrastructure (OCI).
The storage volumes include boot volumes and block volumes for your data storage. You need to create a backup for the boot volumes that will be done daily and a backup for the block volumes that will be done every six hours.
How can you meet this requirement?

  • A. Group both boot volumes and block volumes in a volume group and create volume group backups.
  • B. Create clones of all boot volumes and block volumes one at a time.
  • C. Create two volume groups for grouping boot volumes and block volumes separately. Create two custom backup policies as per requirement.
  • D. Create on-demand full backups of block volumes, and create custom images from the boot volumes. Use a function to run at a specific time to start the backup process.


Answer : A

You have objects stored in an OCI Object Storage bucket that you want to share with a partner company. You decide to use pre-authenticated requests to grant access to the objects.
Which statement is true about pre-authenticated requests?

  • A. Deleting a pre-authenticated request does not revoke user access to the associated bucket or object.
  • B. You need to provide your OCI credentials to the partner company.
  • C. Pre-authenticated requests can be used to delete buckets or objects.
  • D. You cannot edit a pre-authenticated request.


Answer : D

Page:    1 / 4   
Total 59 questions