[2024年01月09日] 合格Oracle Cloud Solutions Infrastructure 1z0-1067-22試験問題集には56問があります [Q26-Q43]

Share

[2024年01月09日] 合格Oracle Cloud Solutions Infrastructure 1z0-1067-22試験問題集には56問があります

究極ガイドの無料準備Oracle 1z0-1067-22試験問題と解答


Oracle 1Z0-1067-22試験は、105分以内に回答する必要がある60の複数選択質問で構成されています。試験に合格するには、候補者は少なくとも68%以上を獲得する必要があります。この試験は英語と日本の言語で利用でき、認定テストセンターでオンラインまたは対面で撮影できます。試験に合格すると、候補者は2年間有効なOracle Cloud Infrastructure 2022 Cloud Operations Professional認定を受け取ります。この認定は、候補者のスキルと知識を検証するだけでなく、クラウド運用における継続的な学習と専門能力開発へのコミットメントも示しています。

 

質問 # 26
An insurance company has contracted you to help automate their application business continuity plan. They have the application running in eu-frankfurt-1 asthe primary site and uk-london-1 as a disaster recovery site.
Normally they have a DNS A record associated with the IP address of the primary endpoint in eu-frankfurt-1.
In the event of a disaster, they use OCI DNS Zone Management to update the A record and replace it with the IP address of the endpoint in uk-londond-1.
How can you automate the failover process? (Choose the best answer.)

  • A. Provision a Load Balancer in Frankfurt and associate it with the A record in DNS. Create a backend set with backend servers from both eu-frankfurt-1 and uk-london-1 regions.
  • B. Create a Traffic Management Steering policy with Load Balancer type and add both eu-frankfurt-1 and uk- london-1 endpoints. Attach the Traffic Management Steering policy to the A record.
  • C. Create a Traffic Management Steering policy and attach it to a backend servers from both eu-frankfurt-1 and uk-london-1 regions.
  • D. Create a Health Check that evaluates both regional endpoints. Create a Traffic Management Steering policy with Failover type and associate it with the Health Check.

正解:D


質問 # 27
Multiple teams are sharing a tenancy in OracleCloud 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 separate compartment for each team. Use the OCI cost analysis tools to filter costs by compartment.
  • B. Create an Identity and Access Management (IAM) group for each team. Create an OCI budget for each group to track spending.
  • C. 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.
  • D. 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.

正解:B

解説:
Explanation
Budgets are set on cost-tracking tags or on compartments not by user groups


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

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

正解:C

解説:
Explanation
https://docs.public.oneportal.content.oci.oraclecloud.com/en-us/iaas/Content/API/SDKDocs/cliusing.htm
https://docs.oracle.com/en-us/iaas/tools/oci-cli/2.6.15/oci_cli_docs/cmdref/os/object/get.html


質問 # 29
What is a key benefit of using Oracle Cloud Infrastructure's Resource Manager for your Terraform provisioning and management activities? (Choose the best answer.)

  • A. Resource Manager has administrative privileges by design. Even if your IAM user does not have access, you can leverage Resource Manager to provision new resources to any compartment in the Tenancy.
  • B. You can useResource Manager to apply patches to all existing Oracle Linux interfaces in a specified compartment.
  • C. Resource Manager manages to Terraform state file for your infrastructure andlocks the file so that only one job at a time can run on a given stack.
  • D. You can use Resource Manager to identify and maintain an inventory of all Compute and Database instances across your tenancy.

正解:C

解説:
Explanation
https://docs.oracle.com/en-us/iaas/Content/ResourceManager/Concepts/resourcemanager.htm A Terraform configuration codifies your infrastructure in declarative configuration files. Resource Manager allows you to share and manage infrastructure configurations and state files across multiple teams and platforms. This infrastructure management can't be done with local Terraform installations and Oracle Terraform modules alone. For more information about the Oracle Cloud Infrastructure Terraform provider, see Terraform Provider.


質問 # 30
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 tobetter 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 thatwill 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 Keyand 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.

正解:B

解説:
Explanation
https://docs.oracle.com/en-us/iaas/Content/Tagging/Tasks/usingcosttrackingtags.htm


質問 # 31
You are working as a Cloud Operations Administrator for your company. They have different Oracle Cloud Infrastructure (OCI) tenancies for developmentand 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 managemultiple environments using OCI CLI? (Choose the best answer.)

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

正解:C


質問 # 32
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. User is connecting as the default Oracle Linux user 'opc' instead of 'root' user.
  • B. 'touch' command is not available in Oracle Linux by default.
  • C. Service limits or quota for file system writes have been breached.
  • D. Useris not part of any OCI Identity and Access Management group with write permissions to File Storage service.

正解:A

解説:
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 orCentOS 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.


質問 # 33
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 create new instances in the tenancy.
  • B. The Auditors can view resources in the tenancy.
  • C. The Auditors are able to delete resource in the tenancy.
  • D. Auditors are able to view all resources in the compartment.

正解:B

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


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

正解:B


質問 # 35
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. Serialize operations to the file system to access consecutive blocks as much as possible.
  • B. Right size compute instances from where file system is accessed based on their network capacity.
  • C. Increase concurrency by using multiple threads, multiple clients, and multiple mount targets.
  • D. Limit access to the same Availability Domain (AD) as the File Storageservice where possible.

正解:C

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


質問 # 36
You have been asked to ensure that in-transit communication between an OracleCloud Infrastructure (OCI) compute instance and an on-premises server (192.168.10.10/32) is encrypted. The instances communicate using HTTP. The OCI Virtual Cloud Network (VCN) is connected to the on-premises network by two separate connections: a DynamicIPsec VPN tunnel and a FastConnect virtual circuit. No static configuration has been added.
What solution should you recommend? (Choose the best answer.)

  • A. Advertise a 192.168.10.10/32 router over the FastConnect.
  • B. The instances will communicate by default over the FastConnect private virtual circuit, which ensures data is encrypted in-transit.
  • C. Advertise a 192.168.10.10/32 route over the VPN.
  • D. The instances will communicate by default over IPsec VPN, which ensures data is encrypted in-transit.

正解:C

解説:
Explanation
https://www.oracle.com/uk/cloud/networking/fastconnect-faq.html


質問 # 37
You have been asked to review a network design for Oracle Cloud Infrastructure (OCI) by a major client. The client's IT team needs to provision two Virtual Cloud Networks (VCNs) for a major application. The application uses a large number of virtual machine instances. Additionally, in the future, a VCN peering will be required to allow connectivity between the VCNs.
Which of the following are valid IP ranges to consider? (Choose the best answer.)

  • A. 10.0.0.0/16 and 10.0.64.0/24
  • B. 10.0.0.0/30 and 192.168.0.0/30
  • C. 10.0.8.0/21 and 10.0.16.0/22
  • D. 10.0.0.0/8 and 11.0.0.0/8

正解:A


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

正解:B


質問 # 39
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 actionwould you take to accomplish the task? (Choose the best answer.)

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

正解:A

解説:
Explanation
Since we want to avoid exposing other instances in the same public subnet to the internet, Network Security Groups (NSG) must be used instead of Security Lists. NSG are attached to the vnic of the instance and not to the subnet


質問 # 40
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 G1 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, compartment Project_B and compartment Team_X
  • C. Group G2 can now manage instance-families in compartment Project_B and compartment Team_X
  • D. Group G2 can now manage instance-families in compartment Project_B, compartment Project_A and compartment Team_X
  • E. Group G2 can now manage instance-families in compartment Project_A but not in compartment Team_x

正解:A、C


質問 # 41
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. Back up block volumes. Copy block volume backups from source region to destination region at regular intervals.
  • B. Clone block volumes. Copy block volume clonesfrom source region to destination region at regular intervals.
  • C. 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.
  • D. 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.

正解:A

解説:
Explanation
https://docs.oracle.com/en-us/iaas/Content/Block/Tasks/copyingvolumebackupcrossregion.htm


質問 # 42
Which option contains the essential components of the Oracle Cloud Infrastructure Notifications service?
(Choose the best answer.)

  • A. An ALARM with a name unique across thecompartment, a SUBSCRIPTION, and a METRIC with the measurement of interest.
  • B. A TOPIC with a name unique across the tenancy, a SUBSCRIPTION, and a MESSAGE where content is published.
  • C. A TOPIC with a name unique across the compartment, a SUBSCRIPTION, and a MESSAGE where content is published.
  • D. An ALARM with a name unique across the tenancy, a SUBSCRIPTION, and a METRIC with the measurement of interest.

正解:B

解説:
Explanation
https://docs.oracle.com/en-us/iaas/Content/Notification/Concepts/notificationoverview.htm
https://docs.oracle.com/en-us/iaas/Content/Notification/Tasks/managingtopicsandsubscriptions.htm


質問 # 43
......

Oracle Cloud Infrastructure 2022 Cloud Operations Professional練習テスト2024年最新のストレスなしで1z0-1067-22合格!:https://drive.google.com/open?id=1hGYebLBHKcY4Q6EMBAYjXyGppVs3zxKr

合格させる1z0-1067-22テストエンジンとPDFで完全版無料問題集:https://www.passtest.jp/Oracle/1z0-1067-22-shiken.html