1z0-1072-22問題集PDFで100%合格保証付き [Q96-Q116]

Share

1z0-1072-22問題集PDFで100%合格保証付き

1z0-1072-22ブレーン問題集でリアル試験最新問題2023年11月24日には256問題


Oracle 1z0-1072-22試験は、105分以内に完了する必要がある60の多肢選択問題で構成されています。OCIコアサービス、セキュリティとコンプライアンス、ネットワーキング、データベース、移行戦略など、幅広いトピックをカバーしています。候補者はこれらの分野に強い理解を持っている必要があり、試験に合格し、OCI 2022アーキテクトアソシエイトになるための資格を取得する必要があります。


Oracle 1Z0-1072-22は、Oracle Cloud Infrastructure(OCI)の操作に関心のある専門家の知識とスキルをテストするために設計された認定試験です。この試験は、OCIサービスの設計、展開、および管理の専門知識を確立したい建築家やその他のIT専門家を対象としています。認定試験は、Oracle Cloud Infrastructure Architect Associate認定の最新バージョンであり、2022年に開始されました。

 

質問 # 96
Which two statements are true about Oracle Cloud Infrastructure (OCI) DB Systems Data Guard service?

  • A. Both DB systems must use the same VCN, and port 1521 must be open
  • B. Data guard implementation for Bare Metal shapes requires two DB Systems, one containing the primary database and one containing the standby database.
  • C. Data guard configuration on the OCI is limited to a virtual machine only
  • D. Data guard implementation requires two DB Systems, one running the primary database on a virtual machine and the standby database running on bare metal.

正解:A、B

解説:
Explanation
An Oracle Data Guard implementation requires two DB systems, one containing the primary database and one containing the standby database. When you enable Oracle Data Guard for a virtual machine DB system database, a new DB system with the standby database is created and associated with the primary database. For a bare metal DB system, the DB system with the database that you want to use asthe standby must already exist before you enable Oracle Data Guard.
Requirement details are as follows:
- Both DB systems must be in the same compartment.
- The DB systems must be the same shape type (for example, if the shape of the primary database isa virtual machine, then the shape of the standby database can be any other virtual machine shape).
- If your primary and standby databases are in different regions, then you must peer the virtual cloud networks (VCNs) for each database.
- Configure thesecurity list ingress and egress rules for the subnets of both DB systems in the Oracle Data Guard association to enable TCP traffic to move between the applicable ports. Ensure that the rules you create are stateful (the default).


質問 # 97
What does Terraform use to create, manage, and manipulate infrastructure resources?

  • A. provider
  • B. instances
  • C. resources
  • D. provisioner

正解:A

解説:
The Oracle Cloud Infrastructure provider is used to interact with the many resources supported by the Oracle Cloud Infrastructure. The provider needs to be configured with credentials for the Oracle Cloud Infrastructure account.


質問 # 98
As a solution architect, you are showcasing the Oracle Cloud Infrastructure (OCI) Object Storage feature about Object Versioning to a customer.
Which statement is true in regards to OCI Object Storage Versioning?

  • A. Object versioning does not provide data protection against accidental or malicious object update, overwrite, or deletion.
  • B. A bucket that is versioning-enabled can have only and always will have a latest version of the object in the bucket.
  • C. Objects are physically deleted from a bucket when versioning is enabled.
  • D. By default, object versioning is disabled on a bucket.

正解:A


質問 # 99
You deployed a web server in Oracle Cloud Infrastructure using an ephemeral public IP. After a few changes in your web server configuration, you rebooted the server and a new public IP was associated to your instance.
What should you doto prevent this from happening again?

  • A. Create a reserved public IP and associate it with the hosts file of your web server
  • B. Create a reservedpublic IP and associate it with the VNIC of your compute instance
  • C. Create a reserved public IP and associate it with the security list that your complete instance is using
  • D. Create a reserved public IP and associate it with the subnet of your compute instance

正解:B

解説:
Explanation
A public IP address is an IPv4 address that is reachable from the internet. If a resourcein your tenancy needs to be directly reachable from the internet, it must have a public IP address. Depending on the type of resource, there might be other requirements.
There are two types of public IPs:
Ephemeral: Think of it as temporary and existingfor the lifetime of the instance.
Reserved: Think of it as persistent and existing beyond the lifetime of the instance it's assigned to. You can unassign it and then reassign it to another instance whenever you like. Exception: reserved public IPs on public load balancers.
To create a new reservedpublic IP in your pool
Confirm you're viewing the region and compartment where you want to create the reserved public IP.
Open the navigation menu. Under Core Infrastructure, go to Networking and click Public IPs.
Click Create Reserved Public IP.
Enter the following:
Name: An optional friendly name for the reserved public IP. The name doesn't have to be unique, and you can change it later. Avoid entering confidential information.
Compartment: Leave as is.
Tags:Optionally, you can apply tags. If you have permissionsto create a resource, you also have permissions to apply free-form tags to that resource. To apply a defined tag, you must have permissions to use the tag namespace. For more information about tagging, see Resource Tags. If you are not sure if you should apply tags, skip this option (you can apply tags later) or ask your administrator.
Click Create Reserved Public IP.
To assign a reserved public IP to a private IP
Prerequisite: The private IP must not have an ephemeral or reserved public IP already assigned to it. If it does, first delete the ephemeral public IP, or unassign the reserved public IP.
Confirm you're viewing the compartment that contains the instance with the private IP you're interested in.
Open the navigation menu. Under Core Infrastructure, go to Compute and click Instances.
Click the instance to view its details.
Under Resources, click Attached VNICs.
The primary VNIC and any secondary VNICs attached to the instance are displayed.
Click the VNIC you're interested in.
Under Resources, click IP Addresses.
The VNIC's primary private IP and any secondary private IPs are displayed.
For the private IP you're interested in, click the Actions icon (three dots), and then click Edit.
In the Public IP Address section, for Public IP Type, select the radio button for Reserved Public IP.
Enter the following:
Compartment: The compartment that contains the reserved public IP you want to assign.
Reserved Public IP: The reserved public IP you want to assign. You have three choices:
Create a new reserved public IP. You may optionally provide a friendly name for it. The name doesn't have to be unique, and you can change it later. Avoid entering confidential information.
Assign a reserved public IP that is currently unassigned.
Move a reserved publicIP from another private IP.
Click Update.


質問 # 100
Your company decided to move a few applications to Oracle Cloud Infrastructure (OCI) in the US West (us-phoenix-1) region.
You need to design a cloud-based disaster recovery (DR) solution with a requirement to deploy the DR resources in the US East (us-ashburn-1) region to minimize network latency.
What is the recommended deployment?

  • A. Deploy production and DR applications in two separate VCNs in different availability domains (ADs) within the primary region, and then use a VCN remote peering connection for connectivity.
  • B. Deploy production and DR applications in two separate VCNs, each in different regions. Connect them using a VCN remote peering connection.
  • C. Deploy production and DR applications in the same VCN. Create production subnets in one AD, and DR subnets in another AD (assume a multi-AD region).
  • D. Deploy production and DR applications in two separate virtual cloud networks (VCNs), each in different regions, and then use VCN local peering gateways for connectivity.

正解:D

解説:
Remote VCN peering is the process of connecting two VCNs in different regions The peering allows the VCNs' resources to communicate using private IP addresses without routing the traffic over the internet or through your on-premises network.


質問 # 101
Which two statements are true regarding cloning a block volume?

  • A. You can clone block volumes across regions
  • B. You can skip block volume encryption when creating a clone
  • C. You can change the block volume size when creating a clone
  • D. You can change the block volume performance when creating a clone

正解:C、D

解説:
You can create a clone from a volume using the Block Volume service. Cloning enables you to make a copy of an existing block volume without needing to go through the backup and restore process.
A cloned volume is a point-in-time direct disk-to-disk deep copy of the source volume, so all the data that is in the source volume when the clone is created is copied to the clone volume.
You can only create a clone for a volume within the same region, availability domain and tenant. You can create a clone for a volume between compartments as long as you have the required access permissions for the operation.
during create a clone you can do the following
If you want to clone the block volume to a larger size volume, check Custom Block Volume Size (GB) and then specify the new size. You can only increase the size of the volume, you cannot decrease the size. If you clone the block volume to a larger size volume, you need to extend the volume's partition. See Extending the Partition for a Block Volume for more information.
If you want to change the elastic performance setting when cloning the volume, check Custom Block Volume Performance and select the elastic performance setting you want the volume clone to use. See Block Volume Elastic Performance for more information. You can also change the elastic performance setting after you have cloned the volume, see Block Volume Elastic Performance. If you leave Custom Block Volume Performance unchecked, the cloned volume will use the same elastic performance setting as the source volume.


質問 # 102
Which two statements about the Oracle File Storage Service (FSS) Security are accurate? (Choose two.)

  • A. Encryption of file storage in FSS is optional.
  • B. Data in transit to an FSS mount target is encrypted.
  • C. Oracle IAM controls which filesystems are mountable by which instances.
  • D. FSS leverages UNIX user group and permission checking for file access security.
  • E. Security lists can be used as a virtual firewall to prevent an instance from mounting an FSS mount target within a subnet.

正解:B、D

解説:
All data is encrypted at rest. and In-transit encryption provides a way to secure your data between instances and mounted file systems using TLS v. 1.2 (Transport Layer Security) encryption.
File Storage service supports the AUTH_UNIX style of authentication and permission checking for remote NFS client requests.


質問 # 103
Which two statements are true about subnets within a VCN? (Choose two.)

  • A. You canhave multiple subnets in an Availability Domain for a given VCN.
  • B. Private and Public subnets cannot reside in the same Availability Domain for a given VCN.
  • C. Subnets can have their IP addresses overlap with other subnets in another network for a given VCN.
  • D. Instances obtain their private IP and the associated security list from their subnets.

正解:A、D

解説:
Explanation
References:https://cloud.oracle.com/en_US/bare-metal-network/vcn/faq


質問 # 104
Which statement is NOT correct regarding the Oracle Cloud Infrastructure (OCI) File System snapshots?

  • A. snapshots are a consistent, point-in-time view of your file systems.
  • B. Snapshots are accessible under the root directory of the file system at .snapshot/name.
  • C. Even if nothing has changed within the file system since the last snapshot was taken, a new snapshot consumes more storage
  • D. Before you can clone a file system, at least one snapshot must exist for the file system

正解:C


質問 # 105
Which two options are available within the service console of Autonomous Transaction Processing?

  • A. Perform a manual backup of the ATP database
  • B. Monitor the health of the database server including CPU, memory and query performance
  • C. Configure resource management rules and reset the admin password
  • D. Fine tune a long running query using optimizer hints

正解:B、C

解説:
Explanation


質問 # 106
Which two statements are true about Oracle Cloud Infrastructure (OCI) DB Systems?

  • A. Customers can consolidate multiple database homes on asingle virtual machine database host.
  • B. The database and backups are encrypted by default.
  • C. Customers can manage the TDE Wallet after DB Systems is provisioned.
  • D. Customers have no control over database patching.

正解:B、C

解説:
All databases created in Oracle Cloud Infrastructure are encrypted using transparent data encryption (TDE).
Oracle Cloud Infrastructure encrypts all managed backups in the object store. Oracle uses the Database Transparent Encryption feature by default for encrypting the backups. and the customers can manage the TDE Wallet after DB Systems are provisioned.


質問 # 107
You deployed a database on a Standard Compute instance in Oracle Cloud Infrastructure (OCI) due to cost concerns. The database requires additional storage with high I/O and you decided to use OCI Block Volume service for it.
With this requirement in mind, which elastic performance option should you choose for the Block Volume?

  • A. Higher performance
  • B. Balanced Performance
  • C. Extreme performance
  • D. Lower cost

正解:A


質問 # 108
Yourapplication front end consists of several Oracle Cloud Infrastructure compute instances behind a public load balancer. You have configured the load balancer to perform health checks on these instances.
What will happen if an instance fails to pass the configured health checks?

  • A. The instance is taken out of the back end set by the load balancer.
  • B. The instance is replaced automatically by the load balancer.
  • C. The instance is terminated automatically by the load balancer.
  • D. The load balancer stops sending traffic to that instance.

正解:D

解説:
Explanation
One or more of the backend servers reports as unhealthy.
A backend server might be unhealthy or the health check might be misconfigured.


質問 # 109
Which two are required parameters to create a public load balancer instance? (Choose two.)

  • A. back end set
  • B. listener
  • C. certificate
  • D. load balancer name
  • E. two public subnets

正解:A、B


質問 # 110
Which two are NOT an image source when launching a new compute instance? (Choose two.)

  • A. custom image
  • B. Object Storage
  • C. bare metal instance
  • D. boot volume

正解:B、C


質問 # 111
You have been asked to create anIdentity and Access Management (IAM) user that will authenticate to Oracle Cloud Infrastructure (OCI) API endpoints. This user must not be given credentials that would allow them to log into the OCI console.
Which two authentication options can you use? (Choose two.)

  • A. PEM Certificate file
  • B. SSL certificate
  • C. SSH key pair
  • D. API signing key
  • E. Auth token

正解:D、E

解説:
Reference:https://docs.cloud.oracle.com/en-us/iaas/Content/Identity/Tasks/managingcredentials.htm


質問 # 112
A financial firm is designing an application architecture for its online trading platform that must have high availability and fault tolerance.
Their solutions architect configured the application to use an Oracle Cloud Infrastructure Object Storage bucket located in the US West (us-phoenix-1) region to store large amounts of financial dat a. The stored financial data in the bucket must not be affected even if there is an outage in one of the Availability Domains or a complete region.
What should the architect do to avoid any costly service disruptions and ensure data durability?

  • A. Create a lifecycle policy to regularly send data from Standard to Archive storage.
  • B. Copy the Object Storage bucket to a block volume.
  • C. Create a new Object Storage bucket in another region and configure lifecycle policy to move data every 5 days.
  • D. Create a replication policy to send data to a different bucket in another OCI region.

正解:C


質問 # 113
Which two statements are true about an Oracle Cloud Infrastructure Virtual Cloud Network (VCN)? (Choose two.)

  • A. A VCN can reside in multiple Oracle Cloud Infrastructure regions and Availability Domains.
  • B. A VCN creates the dynamic routing gateway by default.
  • C. A VCN covers a single contiguous IPv4 CIDR block of your choice.
  • D. An allowable VCN size range is: /16 to /30.

正解:C、D

解説:
VCN resides in a single Oracle Cloud Infrastructure region and covers a single, contiguous IPv4 CIDR block of your choice. The allowable VCN size range is /16 to /30


質問 # 114
Which statement is true about the Oracle Cloud Infrastructure File Storage Service Snapshots?

  • A. You can restore the whole snapshot, but not the individual files
  • B. Snapshots are not incremental
  • C. It Is not possible to create snapshots from OCI console, but just the CLI
  • D. Snapshots are created under the root folder of file system, in a hidden directory named .snapshot

正解:D

解説:
Explanation
The File Storage service supports snapshotsfor data protection of your file system. Snapshots are a consistent, point-in-time view of your file systems. Snapshots are copy-on-write, and scoped to the entire file system. The File Storage service encrypts all file system and snapshot data at rest. You can take as many snapshots as you need.
Data usage is metered against differentiated snapshot data. If nothing has changed within the file system since the last snapshot was taken, the new snapshot does not consume more storage Snapshots are accessibleunder the root directory of the file system at .snapshot/name. For data protection, you can use a tool that supports NFSv3 to copy your data to a different availability domain, region, file system, object storage, or remote location.


質問 # 115
What happens when you run terraform plan?

  • A. It deletes all existing resources and re-creates them.
  • B. It shows adependency graph.
  • C. It shows the operator the course of action that would be taken if a change is applied.
  • D. It configures, reconfigures, and instantiates resources and their dependencies.

正解:C

解説:
Explanation
References:
The terraform plan command is used to create an execution plan. Terraform performs a refresh, unless explicitly disabled, and then determines what actions are necessary to achieve the desired state specified in theconfiguration files.
This command is a convenient way to check whether the execution plan for a set of changes matches your expectations without making any changes to real resources or to the state. For example, terraform plan might be run before committing a change to version control, to create confidence that it will behave as expected.


質問 # 116
......

1z0-1072-22問題集には100%厳密検証された問題と解答で合格保証付きもしくは全額返金:https://www.goshiken.com/Oracle/1z0-1072-22-mondaishu.html

最新1z0-1072-22のPDF問題集リアル無料テスト本日更新です:https://drive.google.com/open?id=12NpTchN-UMJHBY5X1wnRHt0YVKdKvDSB