Pass 1z0-1067-23 Exam Latest Practice Questions Updated on Apr 02, 2024
Oracle 1z0-1067-23 Study Guide Archives
NEW QUESTION # 45
The general syntax for an IAM policy is: Allow <identity_domain_name>/<subject> to <verb>
<resource-type> in <location> where <conditions> Which two are valid values for <verb>?
- A. manage
- B. destroy
- C. read
- D. alter
- E. create
Answer: A,C
NEW QUESTION # 46
Here is a partial code from a Terraform template written for Oracle Cloud Infrastructure (OCI):
What operation(s) does it perform? (Choose the best answer.)
- A. Creates a pre-authenticated request for objects in an OCI Object Storage bucket.
- B. Provides object read and write access for an OCI Object Storage bucket.
- C. Creates a lifecycle policy for an OCI Object Storage bucket for moving data to Archival storage at a specified time.
- D. Creates a URL to provide access to an OCI Object Storage bucket for managing objects.
Answer: A
NEW QUESTION # 47
Which TWO statements are NOT true regarding Block Storage Volume Resize in Oracle Cloud Infrastructure (OCI)? (Choose two.)
- A. Volumes may not be resized if there is a prior resize or an ongoing cloning operation
- B. Volumes may only be resized if there is a backup pending.
- C. Volume size can be either increased or decreased.
- D. Volumes may not have attachments added or removed during resize.
Answer: B,C
NEW QUESTION # 48
You have ordered two FastConnect connections that provide a high availability connection architecture between your on-premises data center and Oracle Cloud Infrastructure (OCI). You want to run these connections in an ACTIVE/PASSIVE architecture. How can you accomplish this? (Choose the best answer.)
- A. Adjust one of the connections to have a higher ASN.
- B. Use AS PATH prepending with your routes.
- C. Enable BGP on the FastConnect that you want as the ACTIVE connection.
- D. Decrease the prefix length of AS for the FastConnect you want to use as PASSIVE connection.
Answer: B
NEW QUESTION # 49
Which is the correct monitoring query that will monitor the CPU utilization threshold including an alarm?
- A. (CpuUtilization[1m].max() > 80).grouping().sum()
- B. CpuUtilization[1m].max().grouping().sum()
- C. CpuUtilization[1m].max()
- D. CpuUtilization[1m]{shape = "VM.Standard.E4.Flex"}.max()
Answer: A
NEW QUESTION # 50
You run a large global application with 90% of customers based in the US and Canada. You want to be able to test a new feature and allow a small percentage of users to access the new version of yourapplication. What Oracle Cloud Infrastructure Traffic Management steering policy should you utilize? (Choose the best answer.)
- A. Load Balancer
- B. ASN steering
- C. IP Prefix steering
- D. Geolocation steering
Answer: A
NEW QUESTION # 51
You have configured an Alarm Definition in the OracleCloud Infrastructure (OCI) Monitoring service to send notifications through email. The alarm should resend notifications at specified intervals if the alarm. continues to be in the firing state. A subscriber in the Notifications Topic complains about not receiving multiple emails upon failures. Which of the following could be the possible cause of this issue?
- A. Trigger Condition was not configured while defining the Alarm
- B. Repeat notification was not enabled while creating the Alarm.
- C. OCI Monitoring service can send only one notification per Alarm Definition when the alarm condition is met.
- D. Resending notifications depends on the total metric streams returned from the query.
Answer: B
NEW QUESTION # 52
All the developers in a DevOps team are using the same compartment called 'devops'. There are two IAM groups: 'group-devs' and 'group-ops'. Which of the following IAM policy will give users in both these groups access to manage all resources in the compartment?
- A. Allow group /group*/ to manage all resources in compartment devops.
- B. Allow any-user to manage all resources in compartment devops where request.group= /group*/.
- C. Allow group group-dev, group-ops to manage all resources in compartment devops.
- D. Allow any-user to manage all resources in compartment devops where any
{re-quest.group=group-dev,group-ops}.
Answer: C
NEW QUESTION # 53
You have been asked to update the lifecycle policy for object storage using the Oracle Cloud Infrastructure (OCI) Command Line Interface (CLI). Which command can successful-ly update the policy? (Choose the best answer.)
- A. oci os object-lifecycle-policy delete --ns <object_storage_namespace> --bn <buck-et_name>
- B. oci os object-lifecycle-policy put --ns <object_storage_namespace> --bn <bucket_name> -- --items
<json_formatted_lifecycle_policy> - C. oci os object-lifecycle-policy put --ns <object_storage_namespace> --bn <bucket_name>
- D. oci os object-lifecycle-policy get --ns <object_storage_namespace> --bn <bucket_name>
Answer: B
NEW QUESTION # 54
Your deployment platform within Oracle Cloud Infrastructure (OCI) leverages a compute instance with multiple block volumes attached. There are multiple teams that use the same compute instance and have access to these block volumes. You want to ensure that noone accidentally deletes any of these block volumes. You have started to construct the following IAM policy but need to determine which permissions should be used.
allow group DeploymentUsers to manage volume-family where ANY { request.permission != <???>, request.permission != <???>, request.permission != <???> } Which permissions can you use in place of <???> in this policy? (Choose the best answer.)
- A. VOLUME_ERASE, VOLUME_ATTACHMENT_ERASE, VOL-UME_BACKUP_ERASE
- B. VOLUME_DELETE, VOLUME_ATTACHMENT_DELETE, VOL-UME_BACKUP_DELETE
- C. DELETE_VOLUME, DELETE_VOLUME_ATTACHMENT, DE-LETE_VOLUME_BACKUP
- D. ERASE_VOLUME, ERASE_VOLUME_ATTACHMENT, ERASE_VOLUME_BACKUP
Answer: B
NEW QUESTION # 55
You have a Linux compute instance located in a public subnet in a VCN which hosts a web application. The security list attached to subnet containing the compute instance has the following stateful ingress rule.
The Route table attached to the Public subnet is shown below.You can establish an SSH connection into the compute instance from the internet. However, you are not able to connect to the web server using your web browser.
Which step will resolve the issue? (Choose the best answer.)
- A. In the security list, add an ingress rule for port 80 (http).
- B. In the route table, add a rule for your default traffic to be routed to NAT gateway.
- C. In the security list, remove the ssh rule.
- D. In the route table, add a rule for your default traffic to be routed to service gateway.
Answer: A
NEW QUESTION # 56
Several development teams in your company have each been provided with a budget anda dedicated compartment to be used for testing purpose u are asked to help them to control the costs and avoid any overspending. What should you do?
- A. Contact Oracle support and ask them to associate the monthly budget with the Service LimitsIn every region for which your tenancy is subscribed. The tenancy administrator will receive an alert email from Oracle when the limit Is reached.
- B. Associate a Budget Tag to each compartment with the monthly budget amount and set an alert rule to notify the developers' teams when they reached a specific percentage of the budget.
- C. Associate a Budget Tag to each resource with monthly budget amount and use that In-formation to prepare a weekly report to send to each team.
- D. Configure a Quota for each compartment to prevent provisioning of any bare metal in-stances.
Answer: B
NEW QUESTION # 57
As a solution architect of the Oracle Cloud Infrastructure tenancy, you have been asked to provide members of group CloudOps the ability to view and retrieve monitoring metrics, but only for all monitoring-enabled compute instances. Which policy statement will you define to grant this access?
- A. Allow group CloudOps to read metrics in tenancy where tar-get.metrics.namespace=oci_computeagent
- B. Allow group CloudOps to read metrics in tenancy where tar-get.metrics.monitoring='oci_computeagent'
- C. Restricting monitoring access only to compute instances metrics is not possible.
- D. Allow group CloudOps to read compute-metrics in tenancy
Answer: A
NEW QUESTION # 58
You have recently joined a startup company and quickly find that nobody is tracking the amount of money spent on Oracle Cloud Infrastructure (OCI). Seeing an opportunity to help save money you begin creating a solution to better track the cost of resources provisioned by each individual on the team. Which option allows you to identify excessive spend across all re-sources in your tenancy? (Choose the best answer.)
- A. Use the Python SDK to write a custom application that will monitor the Audit log. Look for CREATE events and configure the application to send you an email each time a new resource is created.
- B. Create a tag namespace named BILLING with a Tag Key named CostCenter. Tag each of your resources with this Tag Key and the correct value.
- C. Create a budget for each compartment that will send a notification when monthly spend reaches a pre-defined amount.
- D. Use the Events Service and create rules that will act when a new Object Storage bucket or Compute Instance has been created. Have the rule email you each time one of these events occurs.
Answer: C
NEW QUESTION # 59
The boot volume on your Oracle Linux instance has run out of space. Your application has crashed due to a lack of swap space, forcing you to increase the size of the boot volume. Which step should NOT be included in the process used to solve the issue? (Choose the best answer.)
- A. Attach the resized boot volume to a second instance asa data volume; extend the partition and grow the file system in the resized boot volume.
- B. Reattach the boot volume and restart the instance.
- C. Stop the instance and detach the boot volume.
- D. Create a RAID 0 configuration to extend the boot volume file system onto another block volume.
- E. Resize the boot volume by specifying a larger value than the boot volume current size.
Answer: D
NEW QUESTION # 60
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?
- A. Misconfigured security rule.
- B. VCN Network Security Groups (NSG) or Security Lists lock traffic.
- C. Storage size assigned to one of the Block Storage services.
- D. Issue with 55 connections trying to access an instance
Answer: A
NEW QUESTION # 61
Multiple teams are sharing a tenancy in Oracle Cloud Infrastructure (OCI). You are asked to figure out an appropriate method to manage OCI costs. Which is NOT a valid technique to accurately attribute costs to resources used by each team? (Choose the best answer.)
- A. Create an Identity and Access Management (IAM) group for each team. Create an OCI budget for each group to track spending.
- B. Create separate compartment for each team. Use the OCI cost analysis tools to filter costs by compartment.
- C. Define and use tags for resources used by each team. Analyze usage data from the OCI Usage Report which has detailed information about resources and tags.
- D. Create a Cost-Tracking tag. Apply this tag to all resources with team information. Use the OCI cost analysis tools to filter costs by tags.
Answer: A
NEW QUESTION # 62
......
Oracle 1z0-1067-23 Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
| Topic 7 |
|
1z0-1067-23 Questions Prepare with Learning Information: https://pass4sure.guidetorrent.com/1z0-1067-23-dumps-questions.html