Which of the following THREE statements are true about Versioning? (Choose three.)
B, C, E
A company is developing a highly available web application, which will be hosted on Oracle Cloud
Infrastructure (OCI). For high reliability, the Load Balancer's health status is very important. Which of
the following may lead to an unhealthy Load Balancer?
C
Recently, your e-commerce web application has been receiving significantly more traffic than usual.
Users are reporting they often encounter a 503 Service Error when trying to access your site.
Sometimes the site is very slow. You check your instance pool configuration to con-firm that the
maximum number of instances is configured to allow 20 compute instances. Currently, 14 compute
instances have been provisioned by the instance pool. You also confirm that current CPU utilization
across all hosts exceeds the scale-out threshold you set in your auto-scaling policy. However, the
instance pool is not provisioning any new instances. What can you check to determine why the
application is NOT functioning properly? (Choose the best answer.)
B
A developer has created a file system in the Oracle Cloud Infrastructure (OCI) File Storage service.
She then launches an Oracle Linux compute instance and mounts the file system successfully on this
instance. The next day, she tries writing to the file system from the compute instance using the
following command: touch /mnt/yourmountpoint/helloworld.txt But receives an error message:
touch: cannot touch '/mnt/yourmountpoint/helloworld.txt': Permission denied What might be the
reason for this error?
B
Your team implemented a SaaS application that requires a whole system deployment for each new
customer. The infrastructure provisioning is already automated via Terraform, and now you have
been asked to develop an Ansible playbook to centralize configuration file management and
deployment. What is the most effective way to ensure your playbooks are utilizing up-to-date and
accurate inventory? (Choose the best answer.)
C
Security Testing Policy describes when and how you may conduct certain types of security testing of
Oracle Cloud Services, including vulnerability and penetration tests, as well as tests involving data
scraping tools. What does Oracle allow as part of this testing? (Choose the best answer.)
B
To upload a file from a compute instance into Object Storage, you SSH into the compute instance and
run the following OCI CLI command: oci os object put -ns mynamespace -bn mybucket --name
myfile.txt --file /Users/me/myfile.txt --auth instance_principal Which statement must be true for this
command to succeed?
C
You have a group pf developers who launch multiple VM.Standard2.2 compute instances every day
into the compartment Dev. As a result, your OCI tenancy quickly hit the service limit for this shape.
Other groups can no longer create new instances using VM.Standard2.2 shape. Because of this, your
company has issued a new mandate that the Dev compartment must include a quota to allow for use
of only 20 VM.Standard2.2 shapes per Availability Do-main. Your solution should not affect any other
compartment in the tenancy. Which quota statement should be used to implement this new
requirement? (Choose the best answer.)
D
Which TWO components are optional while creating the MQL expressions in the Oracle Cloud
Infrastructure (OCI) Monitoring service? (Choose two.)
C, D
You use a bucket in Object Storage to store backups of a database. Versioning is enabled on these
objects, so that every time you take a new backup, it creates a new version. You add the following
life-cycle policy rule: { "action": "DELETE", "is-enabled": true, "name": "Delete-Rule", "object-name-
filter": null, "target": "objects", "time-amount": 60, "time-unit": "DAYS" } Which option is true
regarding this rule?
B