リアル1z0-1067-22試験PDFテストエンジン 練習テスト問題 [Q12-Q28]

Share

リアル1z0-1067-22試験PDFテストエンジン 練習テスト問題

Oracle 1z0-1067-22リアル2023年最新のブレーン問題集で模擬試験問題集

質問 # 12
You have been monitoring your company's applications running in Oracle Cloud Infrastructure (OCI) and notice that the application is using OCI Traffic Management service. This service uses a traffic steering policy to distribute the DNS traffic based on subnet addresses in a rule set.
Which steering policy is in use in this particular case? (Choose the best answer.)

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

正解:C

解説:
Explanation
IP Prefix steering policies enable customers to steer DNS traffic based on the IP Prefix of the originating query.


質問 # 13
One of your development teams has asked for your help to standardize the creation of several compute instances that must be provisioned each day of the week. You initially write several Command Line Interface (CLI) commands with all appropriate configuration parametersto achieve this task later determining this method lacks flexibility.
Which command generates a JSON-based template that Oracle Cloud Infrastructure (OCI) CLI can use to provision these instances on a regular basis? (Choose the best answer.)

  • A. oci compute instance launch - -generate-cli-skeleton
  • B. oci compute instance create - -generate-cli-skeleton
  • C. oci compute provision-instance - -generate-full-command-json-input
  • D. oci compute instance launch - -generate-full-command-json-input

正解:D

解説:
Explanation
https://docs.oracle.com/en-us/iaas/tools/oci-cli/3.0.5/oci_cli_docs/oci.html#cmdoption-generate-full-command-js


質問 # 14
You have been contracted by a local e-commerce company to assistwith enhancing their online shopping application. The application is currently deployed in a single Oracle Cloud Infrastructure (OCI) region. The application utilizes a public load balancer, application servers in a private subnet, and a database in a separate, private subnet.
The company would like to deploy another set of similar infrastructure in a different OCI region that will act as standby site. In the event of a failure at the primary site, all customers should be routed to the failover site automatically.
After deploying the additional infrastructure within the second region, how should you configure automated failover requirements? (Choose the best answer.)

  • A. Create a new A record in DNS that points to the public load balancer at the secondary site. Create a CNAME for the sub-domain failover that will resolve to the new A record. Inform customers to prepend the website URL with failover if the primary site is unavailable.
  • B. Create a load balancer policy in the Traffic Management service. Configure one answerfor each site. Set the answer for the primary site with a weight of 10 and the answer for the secondary site with a weight of 100.
  • C. Deploy a new load balancer in the primary region. Create one backend set for theprimary application servers and a second backend set for the standby application servers. Create a listener for the primary backend set with a timeout of 3 minutes. Create a listener for the secondary backend set with a timeout of 10 minutes.
  • D. Create a failover policy in the Traffic Management service. Set the IP address of the public load balancerfor the primary site in answer pool 1. Set the IP address of the public load balancer for the secondary site in answer pool 2. Define a health check to monitor both sites.

正解:D


質問 # 15
You have set an alarm to be generated when the CPU usage of a specified instance is greater than 10%. In the alarm behavior view below you notice that the critical condition happened around 23:30. You were expecting a notification after 1 minute, however, the alarm firing state did not begin until 23:33.

What should you change to fix it? (Choose the best answer.)

  • A. Change the notificationtopic that you previously associated with the alarm.
  • B. Change the alarm's metric interval to 1.
  • C. Change the alarm's trigger delay minutes value to 1.
  • D. Change the alarm condition to be grater than 3%.

正解:C


質問 # 16
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.)

  • A. Export an inventory list using Terraform apply command.
  • B. Export an inventory list from the Oracle Cloud Infrastructure Web console.
  • C. Implement a Command Line Interface script to list all the resources and run it within Ansible to generate a dynamic inventory list.
  • D. Download the dynamic inventory script provided by Oracle Cloud Infrastructure and include it in the playbook invocation command.

正解:D

解説:
Explanation
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/ansibleinventoryscript.htm


質問 # 17
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. -c<compartment_id>
  • B. - -subnet-id <subnet_id>
  • C. -t <tenancy_id>
  • D. - -shape "<shape_name>"
  • E. - -image-id <image_id>

正解:C

解説:
Explanation
Tenacy is not in the
parametershttps://docs.oracle.com/en-us/iaas/tools/oci-cli/3.0.5/oci_cli_docs/cmdref/compute/instance/launch.htm


質問 # 18
Which technique does NOT help you get the optimal performance out of the Oracle Cloud Infrastructure (OCI) File Storage service? (Choose the best answer.)

  • A. Right size compute instances from where file system is accessed based on their network capacity.
  • B. Increase concurrency by using multiple threads, multiple clients, and multiple mount targets.
  • C. Serialize operations to the file system to access consecutive blocks as much as possible.
  • D. Limit access to the same Availability Domain (AD) as the File Storageservice where possible.

正解:B

解説:
Explanation
"File Storage performance increases with parallelism. Increase concurrency by using multiple threads, multiple clients, and multiple mount targets."


質問 # 19
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. Enable BGP on the FastConnect that you want as the ACTIVE connection.
  • B. Adjust one of the connections to have a higher ASN.
  • C. Use AS PATH prepending with your routes.
  • D. Decrease the prefix length of AS for the FastConnect you want touse as PASSIVE connection.

正解:C


質問 # 20
You are working with Terraform on your laptop and have been tasked with spinning up multiple compute instances in Oracle Cloud Infrastructure (OCI) for a project. In addition, you are also required tocollect IP addresses of provisioned instances and write them to a file and save it in your laptop.
Which specific Terraform functionality can help accomplish this task? (Choose the best answer.)

  • A. Terraform remote-exec
  • B. Terraform modules
  • C. Terraform local-exec
  • D. Terraform remote state

正解:A

解説:
Explanation
https://www.terraform.io/docs/language/resources/provisioners/remote-exec.html


質問 # 21
Your company hasrestructured 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_xneeds 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 tomanage 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_A but not in compartment Team_x
  • B. Group G1 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 G2 can now manage instance-families in compartment Project_B, compartment Project_A and compartment Team_X

正解:B、D


質問 # 22
You have created a group for several auditors. You assign the following policies tothe group:

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

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

正解:C

解説:
Explanation
https://docs.oracle.com/en-us/iaas/Content/Identity/Concepts/policies.htm#Verbs


質問 # 23
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 ofthe boot volume.
Which step should NOT be included in the process used to solve the issue? (Choose the best answer.)

  • A. Reattach the boot volume and restart the instance.
  • B. Stop the instance and detach the boot volume.
  • C. Attach the resized boot volume to a second instance as a data volume; extend the partition and grow the file system in the resized 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's current size.

正解:C


質問 # 24
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. Provides objectread and write access for an OCI Object Storage bucket.
  • B. Creates a lifecycle policy for an OCI Object Storage bucket for moving data to Archival storage at a specified time.
  • C. Creates a URL to provide access to an OCI Object Storage bucket for managing objects.
  • D. Creates a pre-authenticated request for objects in an OCI Object Storage bucket.

正解:D


質問 # 25
Your deploymentplatform 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 no one 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. DELETE_VOLUME, DELETE_VOLUME_ATTACHMENT, DELETE_VOLUME_BACKUP
  • B. VOLUME_DELETE, VOLUME_ATTACHMENT_DELETE, VOLUME_BACKUP_DELETE
  • C. VOLUME_ERASE, VOLUME_ATTACHMENT_ERASE, VOLUME_BACKUP_ERASE
  • D. ERASE_VOLUME, ERASE_VOLUME_ATTACHMENT, ERASE_VOLUME_BACKUP

正解:B

解説:
Explanation
https://docs.oracle.com/en-us/iaas/Content/Identity/Concepts/policyadvancedfeatures.htm


質問 # 26
You have recently been asked to take over management of your company's infrastructure provisioning efforts, utilizing Terraform v0.12 to provision and manage infrastructure resources in Oracle Cloud Infrastructure (OCI). For the past fewdays the development environments have been failing to provision. Terraform returns the following error:

You locate the related code block in the Terraform config and find the following:

Which correction should you make to solve this issue? (Choosethe best answer.)

  • A. Replace the curly braces '{ }' inlines 11 and 16 with square braces '[ ]'
  • B. Modify line 15 to be the following:
    tcp_options = {min = "22", max = "22")
  • C. Place a command at the end of line 16
  • D. Modify line 15 to be the following:
    tcp_options { min = "22"
    max = "22"
    }

正解:D


質問 # 27
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 tenancyquickly 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. zero compute quotas in tenancy set compute quota vm-standard2-2-count to 20 in tenancy dev
  • B. set compute quota vm-standard2-2count to10 in compartment dev where request.region = us-phoenix-1
  • C. zero compute quotas in tenancy set compute quota vm-standard2-2-count to 20 in compartment dev
  • D. set compute quota vm-standard2-2-count to 20 in compartment dev

正解:D

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


質問 # 28
......


Oracle 1Z0-1067-22試験に合格することにより、専門家はクラウド運用に関する専門知識を実証し、Oracle Cloud Infrastructure 2022 Cloud Operations Professionalとして認識できます。この認定は、個人が雇用市場で際立ってキャリアを促進するのに役立ち、従業員がOCIを効果的に管理するために必要なスキルと知識を確保する方法を組織に提供することができます。

 

最速準備で試験合格!1z0-1067-22問題の事前予備:https://jp.fast2test.com/1z0-1067-22-premium-file.html

リリースOracle 1z0-1067-22更新された問題PDF:https://drive.google.com/open?id=1RnWS7NqnmKtED-XdIGZYBpyUiUk3mq5K


弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어