問題集は全額返金保証付きの1z0-1072-23日本語問題集最大50%オフ [Q10-Q27]

Share

問題集は全額返金保証付きの1z0-1072-23日本語問題集最大50%オフ

更新されたのは2025年04月合格させる1z0-1072-23日本語試験にはリアル練習テスト問題

質問 # 10
あなたは会社のクラウド アーキテクトとして、CEO からスタッフ ミーティングに招待されました。彼らは、Oracle Cloud Infrastructure (OCI)をロンドンの別のクラウド・プロバイダに相互接続することについて、いくつかの特定の要件とともに意見を求めています。
* 他のクラウドプロバイダーのリソースが OCI Autonomous Data Warehouse ML 機能を活用できるようにしたいと考えています。
* OCI と他のクラウドプロバイダー間の接続は、できるだけ早くプロビジョニングする必要があります。
* 接続は高帯域幅と予測可能なパフォーマンスを提供する必要があります。
OCI と相互接続し、上記の要件を満たすために、他のどのクラウド プロバイダーを推奨しますか?

  • A. Google クラウド
  • B. OCI
  • C. アマゾン ウェブ サービス
  • D. アリババクラウド
  • E. デジタルオーシャン
  • F. IBM クラウド
  • G. Microsoft Azure

正解:G

解説:
The explanation is that Microsoft Azure is one of the cloud providers that has an interconnect location with OCI in London. This means that you can use OCI FastConnect to establish a private and dedicated connection between OCI and Azure in London, with high bandwidth and predictable performance. This connection can also enable you to leverage OCI Autonomous Data Warehouse ML capabilities from Azure resources, as you can access OCI services across regions using private IP addresses. The interconnect location can be provisioned quickly using the OCI and Azure consoles or APIs.


質問 # 11
Oracle Cloud Infrastructure (OCI)ブロック・ボリューム・サービスでのボリュームのクローン作成に関して正しいのは次のどれですか?

  • A. ボリュームを複製する前に、ボリュームを切り離す必要があります。
  • B. ボリュームのクローン作成時にブロックボリュームのサイズを変更できます。
  • C. クローンの作成は、ボリュームのバックアップの作成よりも時間がかかります。
  • D. ボリュームのクローンを別のリージョンに作成できます。

正解:B

解説:
You can change the block volume size when cloning a volume. The explanation is that cloning a volume is a way of creating an exact copy of an existing volume without creating a backup first. Cloning a volume is faster and cheaper than creating a backup and restoring it to a new volume. When you clone a volume, you can change the block volume size, performance, encryption settings, and tags of the new volume. You do not need to detach a volume before cloning it, as cloning does not affect the source volume or its attachments. You cannot clone a volume to another region, as cloning only works within the same region and availability domain. Creating a clone usually takes less time than creating a backup of a volume, as cloning does not involve transferring data to Object Storage.


質問 # 12
あなたは会社のシステム管理者で、Oracle Cloud Infrastructure (OCI)上でOracle Linuxを実行するコンピューティング・インスタンスで構成される複雑な環境を管理しています。すべての最新のカーネル セキュリティ更新をすべてのインスタンスに適用するのはあなたの仕事です。
このタスクを完了できるのはどの OCI サービスですか?

  • A. セキュリティ更新を監視およびインストールするための OCI Cloud Guard
  • B. OS管理サービス
  • C. 自動セキュリティ更新を実現するための OCI セキュリティ ゾーン
  • D. OCIストリーミングサービス
  • E. OCI レジストリ

正解:B

解説:
OS Management service is the OCI service that will allow you to complete this task. OS Management service is a service that helps users automate patching and package management for Oracle Linux and Windows instances in OCI. It can also help users monitor and manage system configuration and compliance across their instances. The other options are not suitable for this task, as they do not provide the functionality of OS Management service. Reference: [OS Management Service]


質問 # 13
米国西部 (フェニックス) リージョンにブロック ボリュームが作成されています。ボリュームのクロスリージョンレプリケーションを有効にし、宛先リージョンとして米国西部 (サンノゼ) を選択しました。ここで、米国西部 (サンノゼ) リージョンのボリューム レプリカから新しいボリュームを作成したいとします。
あなたは何をするべきか?

  • A. レプリカをトリガーします。
  • B. レプリカをアクティブ化します。
  • C. レプリカを開始します。
  • D. 対処の必要はありません。デフォルトでは、レプリカはブロック ボリュームとして使用できます。

正解:B

解説:
The explanation is that when you enable Cross Region Replication for a block volume, Object Storage creates a replica of the volume in another region of your choice. The replica is not available as a block volume until you activate it. To activate a replica, you need to select the replica from the Block Storage console and click Activate Replica. This will create a new block volume from the replica in the destination region.


質問 # 14
大きなファイル(3 TiB)をOracle Cloud Infrastructure (OCI) Object Storageにアップロードする予定です。アップロード中のネットワーク障害の影響を最小限に抑えたいため、マルチパート アップロード機能を使用することにしました。
Multipart Upload API を使用したマルチパート アップロードの実行について正しい 2 つの記述はどれですか?

  • A. マルチパートのアップロードがまだアクティブである間、合計数が 10,000 未満である限り、パートを追加し続けることができます。
  • B. オブジェクトをパーツに分割する必要はありません。Object Storage はオブジェクトを複数の部分に分割し、すべての部分を自動的にアップロードします。
  • C. オブジェクトを個別の部分に分割すると、各部分の大きさが 50 GiB になる可能性があります。
  • D. すべてのオブジェクト部分をアップロードした後でアップロードをコミットする必要はありません。

正解:A、C

解説:
While a multipart upload is still active, you can keep adding parts as long as the total number is less than 10,000. When you split the object into individual parts, each part can be as large as 50 GiB. The explanation is that a multipart upload allows you to upload a large object in parts, which can improve performance and reliability. You need to split the object into parts yourself and upload each part separately using the Multipart Upload API. You can add parts to an active multipart upload until you reach the maximum number of 10,000 parts per upload. Each part can range from 10 MiB to 50 GiB in size, except for the last part, which can be any size.


質問 # 15
あなたは、会社のOracle Cloud Infrastructure (OCI)テナントのセキュリティ管理者です。ストレージ管理者は、既存のボールトの暗号化キーを新しいオブジェクト・ストレージ・バケットに関連付けることができないと通知しました。
この動作の考えられる理由は何でしょうか?

  • A. Object Storage サービスにキーの使用を許可する Identity and Access Management (IAM) ポリシーがありません。
  • B. ストレージ管理者は、バケットの作成時に「Oracle 管理キーを使用して暗号化する」を選択するのを忘れました。
  • C. キーのシークレットが事前に作成されていませんでした
  • D. オブジェクト ストレージ バケット ポリシーに必要なアクセス制御リスト (ACL) がありません。

正解:A

解説:
There is no Identity and Access Management (IAM) policy that allows the Object Storage service to use the key. The explanation is that when you create an Object Storage bucket with encryption using a customer-managed key from Vault, you need to have an IAM policy that allows the Object Storage service to use the key on your behalf. The policy should look like this:
allow service objectstorage-<region> to use key in compartment <compartment-name> where <region> is the region where your bucket resides and <compartment-name> is the compartment where your key resides.


質問 # 16
Oracle Cloud Infrastructure (OCI)で実行されている高需要のWebアプリケーションがあります。テナント管理者は、アプリケーションの初期サイズが 5 インスタンスのインスタンス プールにスケジュールベースの自動スケーリング ポリシーを設定しました。
ポリシー 1:
ターゲット プール サイズ:10 インスタンス
実行時間:毎月、毎年、月曜日から金曜日の午前 8 時 30 分 Cron 式:0 30 8 ? * 月~金 * このポリシーの目標を正確に説明しているのはどれですか?

  • A. 目標: スケールアウト イベントが 1 つだけある 1 回限りのスケジュール。2021 年 12 月 31 日の午前 8 時 30 分に、インスタンス プールを 5 インスタンスから 10 インスタンスにスケールします。
  • B. 目標: 毎日繰り返されるスケジュール。平日の朝 8 時 30 分に、インスタンスを 10 個にスケールアウトします。
  • C. 目標: 毎月繰り返されるスケジュール。月のすべての日に、初期プール サイズを 5 インスタンスに設定します。で
    毎日午前 8 時 30 分に、インスタンスを 10 個にスケールアウトします。
  • D. 目標: 毎週繰り返されるスケジュール。すべての曜日の午前 8 時 30 分に、プールを初期サイズの 5 から 10 インスタンスにスケールアウトします。

正解:B

解説:
The explanation is that a schedule-based autoscaling policy allows you to adjust the size of your instance pool based on a cron expression that specifies the date and time of the scaling action. The cron expression consists of six fields: seconds, minutes, hours, day of month, month, and day of week. In this case, the cron expression is 0 30 8 ? * MON-FRI *, which means that the scaling action will occur at 8:30 a.m. on every Monday through Friday, regardless of the day of month or month. Therefore, the goal of this policy is to scale out the instance pool to 10 instances on weekday mornings at 8:30 a.m.


質問 # 17
オンプレミスのデータをOracle Cloud Infrastructure (OCI) Object Storage Serviceにバックアップしています。
要件は次のとおりです。
1. バックアップは少なくとも丸 31 日間保持する必要があります。
2. バックアップ後、必要に応じてすぐにデータにアクセスできる必要があります。
コストを最小限に抑えるためにバックアップを保存するには、どの OCI オブジェクト ストレージ層が適していますか?

  • A. 低頻度アクセス層
  • B. アーカイブ層
  • C. 自動階層化層
  • D. スタンダード階層

正解:A

解説:
The explanation is that the Infrequent Access tier is suitable for storing data that is accessed less frequently but requires immediate access when needed. The Infrequent Access tier has lower storage costs than the Standard tier, but higher retrieval costs. The Infrequent Access tier also has a minimum storage duration of 30 days, which means that you will be charged for at least 30 days of storage even if you delete or move the data before that period.


質問 # 18
既存のドメインをOracle Cloud Infrastructure (OCI) DNSサービスに委任することについて正しいのはどれですか?

  • A. ドメインは、独自のサービス ポータルから OCI DNS に自己委任できます。
  • B. ドメインは、OCI Marketplace から OCI DNS に委任できます。
  • C. ドメインは、ドメイン レジストラのセルフサービス ポータルから OCI DNS に委任できます。
  • D. ドメインは、FastConnect パートナー経由で OCI DNS に委任できます。
  • E. すべてのドメインを DYN 経由で OCI DNS に取得できます。

正解:C

解説:
Domains can be delegated to OCI DNS from the Domain Registrar's self-service portal. The explanation is that delegating a domain to OCI DNS means that you are transferring the authority to resolve DNS queries for your domain from your current DNS provider to OCI DNS. To delegate a domain to OCI DNS, you need to create a zone in OCI DNS that matches your domain name and add any records that you want to serve from OCI DNS. Then, you need to update the name servers for your domain at your Domain Registrar's self-service portal with the name servers provided by OCI DNS. This will point your domain to OCI DNS and allow it to resolve DNS queries for your domain.


質問 # 19
ファイル システムを作成し、2 GB のファイルを追加します。次に、ファイル システムのスナップショットを作成します。
時間ごとの更新サイクルが完了した後、ファイル ストレージ サービスによって表示される合計の meteredBytes はいくらになりますか?

  • A. 2GB
  • B. 3GB
  • C. 4GB
  • D. 2.5GB

正解:A

解説:
The total meteredBytes shown by the File Storage service after the hourly update cycle is complete would be 2 GB. This is because snapshots do not consume any additional storage space unless there are changes made to the file system after taking the snapshot. Since no changes were made in this scenario, the snapshot would not add any extra storage cost. Reference: [Snapshots and MeteredBytes]


質問 # 20
サードパーティAPIを備えたカスタム・アプリケーションを使用して、Oracle Cloud Infrastructure (OCI)テナンシでホストされているアプリケーションとデータを管理しています。サードパーティ API は OCI の署名ベースの認証をサポートしていませんが、OCI リソースと通信できるようにしたいと考えています。これを確実にするにはどの認証オプションを使用する必要がありますか?

  • A. API署名キー
  • B. 認証トークン
  • C. OCI ユーザー名とパスワード
  • D. 2048 ビット アルゴリズムの SSH キー ペア

正解:B

解説:
Auth Tokens is the authentication option that you should use to ensure that your custom application with third-party APIs can communicate with OCI resources. Auth Tokens are tokens that can be used as an alternative to passwords when making API calls to OCI services. Auth Tokens can be generated and revoked by users in the OCI Console or CLI, and can be used with any API client that supports basic authentication. The other options are not suitable for this scenario, as they either require OCI's signature-based authentication or are not applicable for API calls. Reference: [Auth Tokens]


質問 # 21
Oracle Cloud Infrastructure (OCI)でインスタンスのセットを作成するという直前のリクエストを受け取りました。構成とインストールされているソフトウェアはすべてのインスタンスで同一であり、OCI テナント内ですでに実行中のインスタンスがあります。どの画像オプションを使用すれば、最小限の労力でこのタスクを達成できますか?

  • A. カスタム イメージを作成し、それを新しいインスタンスのテンプレートとして使用します。
  • B. オラクル社が提供するイメージを使用し、サードパーティのツールを使用してインストールをカスタマイズします。
  • C. OCI マーケットプレイスから画像を選択します。
  • D. 独自のイメージを持ち込み、それを新しいインスタンスのテンプレートとして使用します。

正解:A

解説:
Creating a custom image and using it as a template for the new instances is the option that allows you to achieve this task with the least amount of effort. A custom image is a copy of an existing instance that you can use to launch other instances with the same configuration and installed software. The other options are not suitable for this scenario, as they would require more time and effort to create and customize the instances. Reference: [Custom Images]


質問 # 22
Oracle Cloud Infrastructure (OCI)のファイル・システム・レプリケーションに関して正しいのはどれですか?

  • A. あるファイル システムのデータを別のファイル システムにレプリケートできるのは、同じリージョン内に限られます。
  • B. レプリケーションリソースの作成時にレプリケーション間隔を指定することはできません。
  • C. あるファイル システムのデータを、同じリージョンまたは異なるリージョンにある別のファイル システムにレプリケートできます。
  • D. エクスポートされたファイルシステムのみをターゲットファイルシステムとして使用できます。

正解:C

解説:
You can replicate the data in one file system to another file system in the same region or a different region is a true statement about File System Replication in OCI. File System Replication is a feature that allows users to create a copy of a file system in another file system, either within the same region or across regions. This can be useful for disaster recovery, data migration, or data distribution purposes. The other statements are false about File System Replication in OCI. Reference: [File System Replication]


質問 # 23
Oracle Cloud Infrastructure (OCI) File Storage Serviceに関する2つの記述のうち、正確なものはどれですか?

  • A. お客様はエクスポート オプションを使用してマウント ターゲットへの通信を暗号化できます。
  • B. ファイル システムはデフォルトで Oracle 管理のキーを使用します。
  • C. お客様は、独自の Vault 暗号化キーを使用してファイル システム内のデータを暗号化できます。
  • D. マウント先のファイルシステムとの通信はHTTPSで暗号化されます。
  • E. マウント ターゲットはデフォルトで Oracle 管理のキーを使用します。

正解:B、C

解説:
File systems use Oracle-managed keys by default. Customer can encrypt data in their file system using their own Vault encryption key. The explanation is that File Storage Service encrypts all data at rest using AES-256 encryption algorithm. By default, File Storage Service uses Oracle-managed keys to encrypt and decrypt data. However, you can also use your own Vault encryption key to encrypt data in your file system. To do so, you need to create a key in Vault and associate it with your file system when you create or update it.


質問 # 24
Oracle Cloud Infrastructure (OCI) Monitoring ServiceでMonitoring Query Language (MQL)式を作成する際にオプションとなるコンポーネントはどれですか?

  • A. インターバル
  • B. グループ化機能
  • C. メトリック
  • D. 統計
  • E. 寸法

正解:B、E

解説:
Dimensions and Grouping Function are two optional components while creating the Monitoring Query Language (MQL) expressions in the OCI Monitoring service. Dimensions are key-value pairs that provide additional information about a metric, such as region, compartment, or resource type. Grouping Function is a function that aggregates metric data across one or more dimensions, such as sum, count, or average. The other options are required components for MQL expressions. Reference: [Dimensions], [Grouping Function]


質問 # 25
Oracle Cloud Infrastructure (OCI) Network Load Balancerではどの3つのプロトコルがサポートされていますか?

  • A. iSCSI
  • B. TCP
  • C. HTTP
  • D. BGP
  • E. ICMP
  • F. UDP

正解:B、E、F

解説:
The explanation is that the OCI Network Load Balancer supports three protocols: UDP, TCP, and ICMP. These protocols are used to distribute traffic across multiple backend servers based on different criteria, such as source and destination IP addresses, ports, and ICMP types and codes.


質問 # 26
Oracle Cloud Infrastructure (OI)ファイル・システムのスナップショットに関して正しくない記述はどれですか?

  • A. ファイル システムのクローンを作成するには、そのファイル システムに少なくとも 1 つのスナップショットが存在する必要があります。
  • B. スナップショットは、ファイル システムの一貫した特定時点のビューです。
  • C. 最後のスナップショットが作成されてからファイル システム内で何も変更されていない場合でも、新しいスナップショットはより多くのストレージを消費します。
  • D. スナップショットは、ファイル システムのルート ディレクトリの .snapshot/name でアクセスできます。

正解:C

解説:
Even if nothing has changed within the file system since the last snapshot was taken, a new snapshot does not consume more storage. This is because snapshots are incremental and only store the changes made to the file system since the previous snapshot. The other statements are correct regarding the OCI File System snapshots. Reference: [Snapshots and Storage Consumption]


質問 # 27
......

無料ダウンロードOracle 1z0-1072-23日本語リアル試験問題:https://jp.fast2test.com/1z0-1072-23-JPN-premium-file.html


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어