1Z0-1067-21 Dumps with Practice Exam Questions Answers [Q18-Q37]

Share

1Z0-1067-21 Dumps with Practice Exam Questions Answers

1Z0-1067-21 by Oracle Cloud Actual Free Exam Practice Test


Oracle 1Z0-1067-21 Exam Syllabus Topics:

TopicDetails
Topic 1
  • Explain user resource manager processes to implement infrastructure as code
  • Use the OCI CLI to simplify repetetive tasks
Topic 2
  • Leverage automation to control cost
  • Utilize billing tags to track cost
  • Explain how to Implement billing alerts
Topic 3
  • Utilize CASB to remediate security vulnerabilities
  • Leverage compartments for resource isolation
Topic 4
  • Manage infrastructure as code
  • Utilize configuration management tools to control infrastructure
  • Automating Cloud Tasks
Topic 5
  • Manage automated block storage and database backups
  • Use Object Storage Lifecycle policies for tiered data storage
Topic 6
  • Implement hybrid network environments
  • Designing for cloud-scale agility
  • Data Retention and Archival
Topic 7
  • Explain Troubleshooting resource availability and accessability
  • Validate OCI performance
  • Performance Tuning and Troubleshooting
Topic 8
  • Create and managing alarms
  • Monitoring and Alerting
  • Security and Compliance

 

NEW QUESTION 18
You are asked to deploy a new application that has been designed to scale horizontally. The business stakeholders have asked that the application be deployed in us-phoenix-1.
Normal usage requires 2 OCPUs. You expect to have few spikes during the week, that will require up to 4 OCPUs, and a major usage uptick at the end of each month that will require 8 OCPUs.
What is the most cost-effective approach to implement a highly available and scalable solution? (Choose the best answer.)

  • A. Create an instance pool with a VM.Standard2.2 shape instance configuration. Setup the autoscaling configuration to use 2 availability domains and have a minimum of 2 instances, to handle the weekly spikes, and a maximum of 4 instances.
  • B. Create an instance with 1 OCPU shape. Use the Resize Instance action to scale up to a larger shape when more resources are needed.
  • C. Create an instance with 1 OCPU shape. Use a CLI script to clone it when more resources are needed.
  • D. Create an instance pool with a VM.Standard2.1 shape instance configuration. Setup the autoscaling configuration to use 2 availability domains and have a minimum of 2 instances and a maximum of 8 instances.

Answer: D

Explanation:
https://docs.oracle.com/en-us/iaas/Content/Compute/References/computeshapes.htm#baremetalshapes__bm-standard

 

NEW QUESTION 19
Which statement about Oracle Cloud Infrastructure paravirtualized block volume attachments is TRUE?
(Choose the best answer.)

  • A. Paravirtualized volumes may reduce the maximum IOPS performance for larger block volumes.
  • B. Paravirtualized is required to manage iSCSI configuration for virtual machine instances.
  • C. Paravirtualization utilizes the internal storage stack of compute instance OS and network hardware virtualization to access block volumes.
  • D. Paravirtualized volumes become immediately available on bare metal compute instances.

Answer: A

Explanation:
Explanation/Reference: https://blogs.oracle.com/cloud-infrastructure/paravirtualized-block-volume-attachments-for-vms

 

NEW QUESTION 20
You created an Oracle Linux compute instance through the Oracle Cloud Infrastructure (OCI) management console then immediately realize you forgot to add an SSH key file. You notice that OCI compute service provides instance console connections that supports adding SSH keys for a running instance. Hence, you created the console connection for your Linux server and activated it using the connection string provided. However, now you get prompted for a username and password to login.
What option should you recommend to add the SSH key to your running instance, while minimizing the administrative overhead? (Choose the best answer.)

  • A. You need to reboot the instance from the console, boot into the bash shell in maintenance mode, and add SSH keys for the opc user.
  • B. You need to terminate the running instance and recreate it by providing the SSH key file.
  • C. You need to configure the boot loader to use ttyS0 as a console terminal on the VM.
  • D. You need to modify the serial console connection string to include the identity file flag, -i to specify the SSH key to use.

Answer: A

Explanation:
If you created an instance without an SSH key, you can use the serial console to boot into maintenance mode and add or reset the SSH key for the opc user or reset the password for the opc user. Alternately, you can stop the instance, attach the boot volume to a new instance, and configure SSH on the new instance.
https://docs.oracle.com/en-us/iaas/Content/Compute/Tasks/accessinginstance.htm

 

NEW QUESTION 21
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 confirm 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.)

  • A. Verify that the database is accessible.
  • B. Verify that the new offer feature code did not introduce any performance bugs.
  • C. Verify that the Quality Assurance team is not currently performing load-testing against production.
  • D. Verify that the compute resource quota has not been exceeded.

Answer: D

 

NEW QUESTION 22
You launched a Linux compute instance to host the new version of your company website via Apache Httpd server on HTTPS (port 443). The instance is created in a public subnet along with other instances. The default security list associated to the subnet is:

You want to allow access to the company website from public internet without exposing websites eventually hosted on the other instances in the public subnet.
Which action would you take to accomplish the task? (Choose the best answer.)

  • A. Create a new security list with a stateful rule to allow ingress access on port 443 and associate it to the public subnet.
  • B. Create a network security group, add a stateful rule to allow ingress access on port 443 and associate it to the public subnet that hosts the company website.
  • C. Create a network security group, add a stateful rule to allow ingress access on port 443 and associate it to the instance that hosts the company website.
  • D. In default security list, add a stateful rule to allow ingress access on port 443.

Answer: C

 

NEW QUESTION 23
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.)

  • A. Service limits or quota for file system writes have been breached.
  • B. User is not part of any OCI Identity and Access Management group with write permissions to File Storage service.
  • C. User is connecting as the default Oracle Linux user 'opc' instead of 'root' user.
  • D. 'touch' command is not available in Oracle Linux by default.

Answer: C

Explanation:
https://docs.oracle.com/en-us/iaas/Content/File/Troubleshooting/cannotwrite.htm When a file system is created, the root user owns the root directory. If you're connecting from an instance that uses a Linux or CentOS platform image, the default user is opc. The default user is ubuntu when you connect from an instance that uses an Ubuntu platform image. These default users are not root users, so you can't initially write a file or directory to a new file system with these users.

 

NEW QUESTION 24
You are asked to implement the disaster recovery (DR) and business continuity requirements for Oracle Cloud Infrastructure (OCI) Block Volumes. Two OCI regions being used: a primary/source region and a DR/ destination region. The requirements are:
* There should be a copy of data in the destination region to use if a region-wide disaster occurs in the source region
* Minimize costs
Which design will help you meet these requirements? (Choose the best answer.)

  • A. Clone block volumes. Use Object Storage lifecycle management to automatically move clone objects to Archive Storage. Copy Archive Storage buckets from source region to destination at regular intervals.
  • B. Back up block volumes. Use Object Storage lifecycle management to automatically move backup objects to Archive Storage. Copy Archive Storage buckets from source region to destination at regular intervals.
  • C. Back up block volumes. Copy block volume backups from source region to destination region at regular intervals.
  • D. Clone block volumes. Copy block volume clones from source region to destination region at regular intervals.

Answer: B

 

NEW QUESTION 25
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.)

  • A. It is not possible to connect to the serial console to an instance running Microsoft Windows, however VNC console connection can be used.
  • B. It is not possible to use VNC console connections to connect to Bare Metal Instances.
  • C. 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.
  • D. If you do not disconnect from the session, your serial console connection will automatically be terminated after 24 hours.
  • E. For security purpose, the console connection will not let you edit system configuration files.

Answer: C,D

Explanation:
https://docs.oracle.com/en-us/iaas/Content/Compute/References/serialconsole.htm

 

NEW QUESTION 26
You have a 750 MIB file in an Oracle Cloud Infrastructure (OCI) Object Storage bucket. You want to download the file in multiple parts to speed up the download using the OCI CLI. You also want to configure each part size to be 128 MIB.
Which is the correct OCI CLI command for this operation? (Choose the best answer.) oci os object get -ns my-namespace -bn my-bucket --name my-large-object --

  • A. multipart-download-threshold 500 --part-size 128
  • B. multipart-download-threshold 750 --parallel-download-count 128
    oci os object download -ns my-namespace -bn my-bucket --name my-large-object
  • C. --multipart-download-threshold 750 --parallel-download-count 128
    oci os object download -ns my-namespace -bn my-bucket --name my-large-object
  • D. --resume-put --multipart-download-threshold 500 --part-size 128
    oci os object get -ns my-namespace -bn my-bucket --name my-large-object --

Answer: A

Explanation:
Explanation/Reference: https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/cliusing.htm

 

NEW QUESTION 27
Your company has restructured its HR departments. As part of this change, you also need to re-organize compartments within Oracle Cloud Infrastructure (OCI) to align them to the company's new organizational structure. The following change is required:

Compartment Team_x needs to be moved under a new parent compartment, Project_B The tenancy has the following policies defined for compartments Project_A and Project_B: Policy1: Allow group G1 to manage instance-family in compartment HR:Project_A Policy2: Allow group G2 to manage instance-family in compartment HR:Project_B Which two statements describe the impacts after the compartment Team_x is moved? (Choose two.)

  • A. Group G2 can now manage instance-families in compartment Project_B, compartment Project_A and compartment Team_X
  • B. Group G2 can now manage instance-families in compartment Project_A but not in compartment Team_x
  • C. Group G1 can now manage instance-families in compartment Project_A, compartment Project_B and compartment Team_X
  • D. Group G2 can now manage instance-families in compartment Project_B and compartment Team_X
  • E. Group G1 can now manage instance-families in compartment Project_A but not in compartment Team_x

Answer: D,E

 

NEW QUESTION 28
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.)

  • A. Service limits or quota for file system writes have been breached.
  • B. User is not part of any OCI Identity and Access Management group with write permissions to File Storage service.
  • C. User is connecting as the default Oracle Linux user 'opc' instead of 'root' user.
  • D. 'touch' command is not available in Oracle Linux by default.

Answer: B

Explanation:
Explanation/Reference: https://itectec.com/unixlinux/touch-cannot-touch-test-permission-denied/

 

NEW QUESTION 29
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 resources 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 CREATEevents and configure the application to send you an email each time a new resource is created.
  • B. Create a tag namespace named BILLINGwith a Tag Key named CostCenter. Tag each of your resources with this Tag Key and the correct value.
  • C. 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.
  • D. Create a budget for each compartment that will send a notification when monthly spend reaches a pre- defined amount.

Answer: D

Explanation:
Explanation/Reference: https://blogs.oracle.com/cloud-infrastructure/how-to-get-control-of-your-spending-in-oracle-cloud- infrastructure

 

NEW QUESTION 30
You are asked to deploy a new application that has been designed to scale horizontally. The business stakeholders have asked that the application be deployed in us-phoenix-1.
Normal usage requires 2 OCPUs. You expect to have few spikes during the week, that will require up to 4 OCPUs, and a major usage uptick at the end of each month that will require 8 OCPUs.
What is the most cost-effective approach to implement a highly available and scalable solution? (Choose the best answer.)

  • A. Create an instance pool with a VM.Standard2.2 shape instance configuration. Setup the autoscaling configuration to use 2 availability domains and have a minimum of 2 instances, to handle the weekly spikes, and a maximum of 4 instances.
  • B. Create an instance with 1 OCPU shape. Use the Resize Instance action to scale up to a larger shape when more resources are needed.
  • C. Create an instance with 1 OCPU shape. Use a CLI script to clone it when more resources are needed.
  • D. Create an instance pool with a VM.Standard2.1 shape instance configuration. Setup the autoscaling configuration to use 2 availability domains and have a minimum of 2 instances and a maximum of 8 instances.

Answer: D

 

NEW QUESTION 31
You are working as a Cloud Operations Administrator for your company. They have different Oracle Cloud Infrastructure (OCI) tenancies for development and production workloads. Each tenancy has resources in two regions - uk-london-1 and eu-frankfurt-1. You are asked to manage all resources and to automate all the tasks using OCI Command Line Interface (CLI).
Which is the most efficient method to manage multiple environments using OCI CLI? (Choose the best answer.)

  • A. Create environment variables for the sets of credentials that align to each combination of tenancy, region, and environment.
  • B. Use OCI CLI profiles to create multiple sets of credentials in your config file, and reference the appropriate profile at runtime.
  • C. Run oci setup config to create new credentials for each environment every time you want to access the environment.
  • D. Use different bash terminals for each environment.

Answer: A

 

NEW QUESTION 32
You are using the Oracle Cloud Infrastructure Command Line Interface to launch a Linux virtual machine. You enter the following command (with correct values for all parameters):

The command fails.
Which is NOT a valid parameter in this command? (Choose the best answer.)

  • A. - -shape "<shape_name>"
  • B. - -subnet-id <subnet_id>
  • C. -t <tenancy_id>
  • D. - -image-id <image_id>
  • E. -c <compartment_id>

Answer: C

 

NEW QUESTION 33
You have received an email from your manager to provision new resources on Oracle Cloud Infrastructure (OCI). When researching OCI, you determined that you should use OCI Resource Manager. Since this is a task that will be done multiple times for development, test, and production. You will need to create a command that can be re-used.
Which CLI command can be used in this situation? (Choose the best answer.)

  • A. oci resource-manager stack create --compartment-id <compartment_OCID> \
    --config-source prod.zip --variables file://variables.json \
    --display-name Production stack build \
    --description Creating new Production environment
  • B. oci resource-manager stack update --compartment-id <compartment_OCID> \
    --config-source prod.zip --variables file://variables.json \
    --display-name "Production stack build" \
    --description Creating new Production environment
  • C. oci resource-manager stack update --tenancy-id <tenancy_OCID> \
    --config-source prod.zip --variables file://variables.json \
    --display-name "Production stack build" \
    --description Creating new Production environment
  • D. oci resource-manager stack create --tenancy-id <tenancy_OCID> \
    --config-source prod.zip --variables file://variables.json \
    --display-name Production stack build \
    --description Creating new Production environment

Answer: A

Explanation:
https://docs.oracle.com/en-us/iaas/tools/oci-cli/3.0.2/oci_cli_docs/cmdref/resource-manager/stack/create.html

 

NEW QUESTION 34
You have created a group for several auditors. You assign the following policies to the group:

What actions are the auditors allowed to perform within your tenancy? (Choose the best answer.)

  • A. Auditors are able to create new instances in the tenancy.
  • B. The Auditors are able to delete resource in the tenancy.
  • C. The Auditors can view resources in the tenancy.
  • D. Auditors are able to view all resources in the compartment.

Answer: D

 

NEW QUESTION 35
You run a large global application with 90% of customers based in the US and Canad a. You want to be able to test a new feature and allow a small percentage of users to access the new version of your application.
What Oracle Cloud Infrastructure Traffic Management steering policy should you utilize? (Choose the best answer.)

  • A. Load Balancer
  • B. Geolocation steering
  • C. ASN steering
  • D. IP Prefix steering

Answer: A

Explanation:
https://docs.oracle.com/en-us/iaas/Content/TrafficManagement/Tasks/trafficmanagement.htm

 

NEW QUESTION 36
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 Domain. 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.)

  • A. set compute quota vm-standard2-2-count to 20 in compartment dev
  • B. zero compute quotas in tenancy
    set compute quota vm-standard2-2-count to 20 in compartment dev
  • C. zero compute quotas in tenancy
    set compute quota vm-standard2-2-count to 20 in tenancy dev
  • D. set compute quota vm-standard2-2count to 10 in compartment dev where request.region = us-phoenix-1

Answer: A

Explanation:
https://docs.oracle.com/en-us/iaas/Content/General/Concepts/resourcequotas.htm#two

 

NEW QUESTION 37
......

Free Oracle Cloud 1Z0-1067-21 Exam Question: https://surepass.actualtests4sure.com/1Z0-1067-21-practice-quiz.html