[2026年02月22日] 最新版を今すぐ試そう1Z0-1072-25練習テスト問題解答 [Q24-Q44]

Share

[2026年02月22日] 最新版を今すぐ試そう1Z0-1072-25練習テスト問題解答

1Z0-1072-25問題集と試験テストエンジン


Oracle 1Z0-1072-25 認定試験の出題範囲:

トピック出題範囲
トピック 1
  • Networking: Targeting network architects designing secure cloud architectures, this domain focuses on Virtual Cloud Network (VCN) implementation, including subnet design, IP address management, and routing through gateways (NAT, service, internet). It assesses expertise in VPN
  • FastConnect deployment, DNS configuration, load balancer setup, and advanced tools like Network Path Analyzer for troubleshooting latency or connectivity issues.
トピック 2
  • Storage: Designed for storage administrators managing enterprise data solutions, this section tests proficiency in deploying Block
  • File
  • Object Storage with lifecycle management, cross-region replication, and tiered storage strategies. It includes configuring volume groups, snapshots, versioning, and security controls while analyzing storage performance metrics and cost optimization techniques.
トピック 3
  • Identity and Access Management (IAM): This domain validates skills of security architects implementing granular access controls, emphasizing IAM policy creation, compartment organization, and dynamic group configuration. It covers identity domain management, network source restrictions, and tag-based access mechanisms to enforce least-privilege principles across OCI resources
トピック 4
  • Compute: This section measures skills of cloud architects responsible for designing scalable and resilient infrastructure, covering compute instance configuration, autoscaling policies, and OS management. It evaluates understanding of OCI compute image options, infrastructure maintenance processes, and strategies for optimizing instance performance across availability domains.

 

質問 # 24
How would you allow access to FSS for a DB System with read-only permissions?

  • A. Modify the security list to allow stateless ingress rules.
  • B. Create an NFS export option that allows READ_ONLY access.
  • C. Create an instance principal for the DB System.
  • D. Modify the security list to allow stateful ingress rules.

正解:B

解説:
To allow access to Oracle Cloud Infrastructure (OCI) File Storage Service (FSS) for a Database (DB) System with read-only permissions, you should create an NFS export option that specifies READ_ONLY access.
NFS Export Options: These options define the access permissions (read/write or read-only) for clients connecting to the file system. By setting the export option to READ_ONLY, you ensure that the DB System can only read from the FSS and cannot modify or delete files.
Reference:
Oracle Cloud Infrastructure Documentation: File Storage Service Export Options


質問 # 25
Which statement is true about pre-authenticated requests?

  • A. Pre-authenticated requests can be used to delete buckets.
  • B. You cannot edit a pre-authenticated request.
  • C. Deleting a pre-authenticated request does not revoke access.
  • D. You need to provide your OCI credentials to the partner company.

正解:B

解説:
In Oracle Cloud Infrastructure (OCI), pre-authenticated requests (PARs) allow users to grant access to specific objects in Object Storage without requiring the recipient to have an OCI account or credentials. This feature is useful for sharing objects securely without exposing broader access.
Cannot Edit a PAR: Once a pre-authenticated request is created, you cannot edit it. If you need to change the settings, such as the expiration date or the object being shared, you must delete the existing PAR and create a new one.
Other Statements:
Deleting a PAR does indeed revoke access immediately, contradicting option B.
Providing OCI credentials (C) is not required for using PARs. The purpose of PARs is to avoid sharing credentials.
Deleting Buckets (D): PARs are designed for accessing objects, not for administrative actions like deleting buckets.
Relevant OCI Documentation:
Managing Pre-Authenticated Requests
This reference outlines the features and limitations of pre-authenticated requests, including the inability to edit them once created.


質問 # 26
How will moving a database instance to a different compartment impact user access?

  • A. Compartments are not covered by IAM policies.
  • B. IAM policies are not tied to compartments.
  • C. Compartments prevent resource movement.
  • D. Access will be revoked for all users.

正解:D

解説:
In Oracle Cloud Infrastructure (OCI), when you move a database instance to a different compartment, the following impact on user access occurs:
Impact of Moving Resources: When you move a resource, like a database instance, to a different compartment, the IAM policies that grant access to that resource in the original compartment no longer apply. This effectively revokes access for users or groups unless equivalent policies are in place in the new compartment.
Restoring Access: To restore access, you would need to create new IAM policies in the destination compartment that grant the necessary permissions to the users or groups who need access.
Relevant OCI Documentation:
Managing Compartments
Moving Resources
These resources provide detailed steps on how compartment changes impact resource access and management.


質問 # 27
Which IAM Identity Domain type should you create for a full-featured Identity-as-a-Service (IDaaS) solution?

  • A. Oracle Apps Premium
  • B. External User
  • C. Premium
  • D. Free

正解:C

解説:
In Oracle Cloud Infrastructure (OCI), when you need a full-featured Identity-as-a-Service (IDaaS) solution, the appropriate Identity Domain type to create is Premium.
Premium Identity Domain: This option provides a comprehensive set of identity and access management (IAM) capabilities, including advanced security features, identity governance, and support for enterprise-grade integrations. It supports managing user identities, multifactor authentication, and various other identity services required for a robust IDaaS solution.
Other Options:
External User: This is a limited domain type typically used for managing users who only need access to specific external services.
Free: This domain type offers limited features and is not intended for full-featured enterprise IAM requirements.
Oracle Apps Premium: This is tailored for integrating with Oracle applications but does not offer the broad capabilities of the Premium option.
Relevant OCI Documentation:
Oracle Identity Domains Overview
This documentation explains the various identity domain types and their use cases within OCI.


質問 # 28
Which TWO statements are NOT correct regarding the Oracle Cloud Infrastructure (OCI) burstable instances?

  • A. Burstable instances are charged according to the baseline OCPU.
  • B. Baseline utilization is a fraction of each CPU core.
  • C. If the instance's average CPU utilization is below the baseline, it can burst above the baseline.
  • D. Burstable instances cost less than regular instances.

正解:A、D

解説:
The following statements about OCI burstable instances are NOT correct:
A . Burstable instances cost less than regular instances: This is incorrect because burstable instances are not necessarily cheaper; the cost depends on the baseline utilization. While they allow for cost efficiency when running at a lower CPU baseline, they can become more expensive if frequently bursting above the baseline.
B . Burstable instances are charged according to the baseline OCPU: This is incorrect because burstable instances are billed based on actual OCPU usage, which includes both baseline and burst usage. If an instance frequently operates above its baseline, the cost will reflect this higher usage.
Correct Concepts:
C . Burstable instances can temporarily use more CPU than their baseline if the average CPU utilization is below the baseline.
D . Baseline utilization is a fraction of each CPU core, which determines the level of consistent performance available without bursting.
Reference:
Oracle Cloud Infrastructure Documentation: Burstable Instances


質問 # 29
Which TWO statements about the Oracle Cloud Infrastructure (OCI) File Storage Service are accurate?

  • A. Customers can encrypt data in their file system using their own Vault encryption key.
  • B. File systems use Oracle-managed keys by default.
  • C. Communication with file systems in a mount target is encrypted via HTTPS.
  • D. Customers can encrypt the communication to a mount target via export options.

正解:A、B

解説:
Oracle Cloud Infrastructure (OCI) File Storage Service offers robust encryption capabilities to ensure data security.
B . Customer-Managed Encryption: Customers can choose to encrypt their data using their own keys stored in the OCI Vault service. This gives customers control over their encryption keys and enhances data security.
D . Oracle-Managed Encryption: By default, all data stored in OCI File Storage is encrypted using Oracle-managed keys. This ensures that data is encrypted at rest without requiring any action from the customer.
Incorrect Statements:
A . Communication is not encrypted via HTTPS when accessing file systems; instead, encryption in transit is typically managed via NFS over TLS.
C . Encryption of communication to a mount target is handled via network configurations, not through export options.
Reference:
Oracle Cloud Infrastructure Documentation: File Storage Encryption


質問 # 30
Which TWO statements are TRUE about Private IP addresses in Oracle Cloud Infrastructure (OCI)?

  • A. By default, the primary VNIC of an instance in a subnet has one primary private IP address.
  • B. Each VNIC can only have one private IP address.
  • C. By default, the primary VNIC of an instance in a subnet has one primary private IP address and one secondary private IP address.
  • D. A private IP can have an optional public IP assigned to it if it resides in a public subnet.

正解:A、D

解説:
In Oracle Cloud Infrastructure (OCI), understanding how private IP addresses work is crucial for configuring network interfaces and managing instances within your Virtual Cloud Network (VCN).
Primary VNIC and Private IP Address:
When an instance is launched in OCI, it is attached to a Virtual Network Interface Card (VNIC). The primary VNIC, which is automatically created during the instance launch, is associated with a primary private IP address by default. This private IP address is essential for the instance to communicate within the VCN. The primary private IP address is automatically assigned and cannot be removed from the primary VNIC while the instance is running. This supports the statement C.
Additional Private IPs:
Contrary to statement B, each VNIC can indeed have multiple private IP addresses, but by default, the primary VNIC comes with only one primary private IP. You can manually add secondary private IPs if needed. However, the additional IPs are not assigned by default; hence, A is incorrect.
Public IP Association:
For instances requiring internet access, a public IP address can be optionally assigned to the private IP address if the instance is in a public subnet. This is critical for scenarios where an instance needs to communicate with the internet or external networks. This aligns with statement D.
Relevant OCI Documentation:
Oracle Cloud Infrastructure Networking Overview
VNICs and Private IPs
These references provide additional context and detail on how private IP addresses work within OCI and clarify the correct statements.


質問 # 31
Which THREE protocols are supported by the Oracle Cloud Infrastructure (OCI) private Network Load Balancers?

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

正解:A、C、D

解説:
The OCI Private Network Load Balancer supports multiple protocols for managing traffic efficiently across your instances within a private subnet. Specifically, it supports:
UDP (User Datagram Protocol): Commonly used for applications that require fast, connectionless communication, such as video streaming or DNS services.
TCP (Transmission Control Protocol): A reliable, connection-oriented protocol, widely used for web traffic and other applications requiring data integrity.
HTTP (Hypertext Transfer Protocol): Frequently used for web traffic, it is an application-layer protocol built on top of TCP and enables communication between web browsers and servers.
The combination of these protocols allows the OCI Network Load Balancer to manage diverse workloads, including web services and real-time applications.
For reference:
OCI Load Balancer Documentation


質問 # 32
How many capacity reservations would you create to meet the requirement for high availability and distribution across Availability Domains?

  • A. Two
  • B. One
  • C. Four
  • D. Three

正解:D

解説:
In Oracle Cloud Infrastructure (OCI), to ensure high availability and distribution across Availability Domains (ADs), the recommended approach is as follows:
Capacity Reservations for High Availability: To achieve high availability, especially across all three Availability Domains in a region, you should create three capacity reservations. Each reservation corresponds to one AD, ensuring that your instances or resources are evenly distributed and resilient to AD-level failures.
Why Three: This setup provides redundancy and load distribution across the ADs, meeting the high availability requirements.
Relevant OCI Documentation:
Capacity Reservations
This document outlines how to create and manage capacity reservations to meet high availability and fault tolerance requirements.


質問 # 33
Which statement is NOT true about the Oracle Cloud Infrastructure (OCI) Object Storage service?

  • A. Object Versioning is enabled at the namespace level.
  • B. Object Storage resources can be shared across tenancies.
  • C. Immutable option for data stored in Object Storage can be set via retention rules.
  • D. Object lifecycle rules can be used to archive or delete objects.

正解:B

解説:
Oracle Cloud Infrastructure (OCI) Object Storage is a scalable, highly durable service that allows you to store any type of data in a secure and cost-effective manner. The correct and incorrect statements regarding OCI Object Storage are as follows:
A . Immutable Option: You can indeed set an immutable option for data in Object Storage using retention rules. This feature ensures that once data is written, it cannot be modified or deleted until the retention period expires, making it ideal for regulatory compliance.
C . Object Lifecycle Rules: Object lifecycle policies allow you to automate the archiving or deletion of objects based on their age or other criteria, helping manage storage costs and data retention efficiently.
D . Object Versioning: Versioning is enabled at the bucket level, not the namespace level. However, once enabled for a bucket, it helps retain, retrieve, and restore every version of every object stored in that bucket.
B . Object Storage Sharing Across Tenancies: This statement is not true. OCI Object Storage buckets and objects are specific to a tenancy and cannot be shared across different tenancies directly. Access to Object Storage resources is controlled within a single tenancy through IAM policies.
Relevant OCI Documentation:
OCI Object Storage Overview
Object Lifecycle Management
These references provide details on how Object Storage functions and the features available.


質問 # 34
You want to protect your VM instance from low-level threats, such as rootkits and bootkits. What should you do?

  • A. Use in-transit encryption.
  • B. Use Vulnerability Scanning Service.
  • C. Create a burstable instance.
  • D. Create a shielded instance.

正解:D

解説:
To protect your VM instance from low-level threats, such as rootkits and bootkits, you should create a shielded instance in Oracle Cloud Infrastructure (OCI). Shielded instances are designed to provide enhanced security features, including:
Secure Boot: Ensures that the instance boots only with trusted software.
Measured Boot: Records boot metrics, allowing verification that the instance has not been tampered with.
Trusted Platform Module (TPM): Provides additional security through cryptographic functions.
These features help protect against low-level threats that could compromise the integrity of the instance at boot time.
Reference:
Oracle Cloud Infrastructure Documentation: Shielded Instances


質問 # 35
Which authentication option should you use to ensure third-party APIs communicate with OCI resources?

  • A. SSH Key Pair with 2048-bit algorithm
  • B. Auth Tokens
  • C. API Signing Key
  • D. OCI Username and Password

正解:C

解説:
When ensuring that third-party APIs communicate securely with OCI resources, the appropriate authentication option is API Signing Key.
API Signing Key: This method uses an RSA key pair to authenticate and sign API requests. The API signing key provides a secure and reliable way to ensure that the API requests to OCI are coming from an authorized source. It is commonly used for programmatic access to OCI services.
Other Options:
SSH Key Pair: Primarily used for secure shell access to compute instances, not for API authentication.
Auth Tokens: Typically used for authentication in environments where APIs don't support the API Signing Key, such as OCI CLI or SDKs.
OCI Username and Password: Generally used for the Console login, not for securing API communications.
Relevant OCI Documentation:
API Signing Key Authentication
This documentation provides details on using API Signing Keys for secure API communication in OCI.


質問 # 36
What happens to the performance level of a volume when it is detached from an instance?

  • A. The performance level is adjusted to Balanced.
  • B. The performance level remains unchanged.
  • C. The performance level is adjusted to Lower Cost (0 VPUs/GB).
  • D. The performance level is adjusted to Higher Performance.

正解:C

解説:
In Oracle Cloud Infrastructure (OCI), when a block volume is detached from an instance, its performance level is automatically adjusted to the "Lower Cost" tier, which provides 0 VPUs (Volume Performance Units) per GB. This adjustment helps reduce costs when the block volume is not actively being used by a compute instance.
Key Points:
Volume Performance Levels: OCI offers various performance tiers for block volumes, including "Higher Performance," "Balanced," and "Lower Cost." These tiers determine the level of IOPS (Input/Output Operations Per Second) and throughput available to the volume.
Automatic Adjustment: When a block volume is detached from an instance, OCI automatically optimizes the cost by switching the volume to the "Lower Cost" performance tier. This tier offers minimal performance, suitable for data that is not actively accessed.
Cost Management: This automatic adjustment is beneficial for managing costs, as it prevents users from incurring unnecessary charges for higher performance levels when the volume is not in use.
Reference:
Oracle Cloud Infrastructure Documentation: Block Volume Performance Levels


質問 # 37
By default, OCI IAM policies follow the principle of least privilege. What does this principle mean in the context of policy creation?

  • A. Policies should be identical for all users within a tenancy.
  • B. Policies should grant all possible permissions to simplify access control.
  • C. Policies should be written in a complex and technical manner to enhance security.
  • D. Policies should provide only the minimum set of permissions required for users to perform their tasks effectively.

正解:D

解説:
The principle of least privilege is a security best practice that dictates that users should only be granted the minimum set of permissions necessary to perform their tasks. This principle helps to minimize the risk of accidental or malicious actions that could compromise security.
IAM Policies in OCI: When creating IAM policies in OCI, you should carefully evaluate the required permissions and only grant those that are absolutely necessary for the users or groups to perform their specific roles. This helps to reduce the attack surface and prevent unauthorized access to sensitive resources.
Reference:
Oracle Cloud Infrastructure Documentation: Identity and Access Management (IAM) Best Practices


質問 # 38
Which components are required for establishing remote peering between two Virtual Cloud Networks (VCNs) in Oracle Cloud Infrastructure (OCI)?

  • A. A single VCN with nonoverlapping CIDRS in each region, a dynamic routing gateway (DRG) attached to each VCN, and a direct connection between the DRGS.
  • B. Two VCNs with overlapping CIDRS in different regions, a virtual private network (VPN) gateway attached to each VCN, and a direct connection between the VPN gateways.
  • C. Two VCNs with nonoverlapping CIDRS in the same region, a dynamic routing gateway (DRG) attached to each VCN, and a direct connection between the DRGs.
  • D. Two VCNs with nonoverlapping CIDRS in different regions, a dynamic routing gateway (DRG) attached to each VCN, a remote peering connection (RPC) on each DRG, and a connection established between the RPCs.

正解:D

解説:
Remote peering in Oracle Cloud Infrastructure allows two VCNs in different regions to communicate securely. To establish remote peering, the following components are required:
Two VCNs with Nonoverlapping CIDRs:
The CIDR blocks of the two VCNs must not overlap. This is crucial to avoid routing conflicts and ensure that traffic is correctly routed between the VCNs.
Dynamic Routing Gateway (DRG) Attached to Each VCN:
A DRG is a virtual router that provides a path for traffic between the VCN and networks outside the VCN, such as other VCNs via remote peering, on-premises networks, or other cloud services. Each VCN needs its own DRG.
Remote Peering Connection (RPC):
An RPC is a specialized connection on the DRG used specifically for remote peering. You need to create an RPC on each DRG associated with the VCNs you wish to peer.
Connection Between RPCs:
Finally, a connection must be established between the RPCs of the two DRGs. This connection facilitates the secure and private exchange of traffic between the VCNs over Oracle's backbone network.
Incorrect Options:
Option A involves a single VCN, which does not fulfill the requirement of remote peering between two VCNs.
Option B involves overlapping CIDRs and VPN gateways, which are incorrect for remote peering.
Option C suggests peering within the same region, which would be considered local peering rather than remote peering.
Relevant OCI Documentation:
OCI Remote VCN Peering
Dynamic Routing Gateway (DRG) Overview
These resources provide a detailed guide on configuring remote peering in OCI, ensuring secure and effective communication between VCNs across regions.


質問 # 39
How can OCI IAM be configured to facilitate cross-region access?

  • A. The administrator can grant users permissions to access specific resources in the other region.
  • B. Users can access resources in all regions by default.
  • C. The identity domain automatically replicates to the other region.
  • D. Identity domain replication must be enabled.

正解:A

解説:
In Oracle Cloud Infrastructure (OCI), cross-region access is facilitated by configuring IAM policies that grant users or groups permissions to access resources in other regions. IAM policies in OCI are global, meaning they apply across all regions by default. However, an administrator can specifically configure these policies to allow or restrict access to resources in different regions.
Example: An administrator can write a policy that allows a user to manage compute instances in a specific region by including the region's name in the policy statement.
Reference:
Oracle Cloud Infrastructure Documentation: IAM Policies


質問 # 40
What are the two types of capture filters that can be created for network monitoring?

  • A. Flow log capture filters and VTAP capture filters
  • B. Flow log capture filters and packet capture filters
  • C. Flow control capture filters and traffic capture filters
  • D. VTAP capture filters and network capture filters

正解:A

解説:
In Oracle Cloud Infrastructure (OCI), there are two primary types of capture filters used for network monitoring:
Flow Log Capture Filters: These filters are used to capture and log network flow information (e.g., source and destination IP addresses, ports, protocols). Flow logs provide insights into the traffic patterns within your VCN.
VTAP Capture Filters: Virtual Test Access Point (VTAP) capture filters allow you to capture and inspect traffic from specific network interfaces or subnets without affecting the flow of traffic. This is particularly useful for deep packet inspection and monitoring purposes.
Reference:
Oracle Cloud Infrastructure Documentation: Flow Logs
Oracle Cloud Infrastructure Documentation: VTAP


質問 # 41
A financial firm is designing an application architecture for its online trading platform that should have high availability and fault tolerance. What should the architect do to avoid any costly service disruptions and ensure data durability?

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

正解:A

解説:
For an online trading platform requiring high availability and fault tolerance, it's critical to ensure data durability and avoid any costly service disruptions. In Oracle Cloud Infrastructure (OCI), Object Storage is often used to store critical data, such as transaction logs or user data, due to its scalability, durability, and reliability.
Option B is the most suitable approach for ensuring data durability and availability across regions. Here's why:
Cross-Region Replication (CRR): OCI offers a feature called Cross-Region Replication for Object Storage. This feature allows you to automatically and asynchronously replicate objects in a bucket from one OCI region to another. This setup ensures that even if one region experiences a failure, the data is still available in another region, thereby meeting the requirements for high availability and fault tolerance.
Data Durability: By replicating data to another region, you protect against regional outages. OCI guarantees 99.95% availability for replicated data, which is critical for a financial firm's trading platform where data consistency and durability are paramount.
Disaster Recovery: With data replicated in another region, the trading platform can quickly switch to using the data in the secondary region in case of a disaster in the primary region. This setup significantly reduces recovery time objectives (RTO) and ensures business continuity.
Reference:
Oracle Cloud Infrastructure Documentation: Cross-Region Replication for Object Storage Oracle Whitepaper: High Availability and Disaster Recovery in Oracle Cloud Infrastructure Explanation of Incorrect Options:
Option A: Creating a new Object Storage bucket in another region and configuring a recycle policy to move data every 5 days does not provide real-time data availability or the fault tolerance required for a financial application. Recycle policies are intended for managing the lifecycle of data, not for high availability or disaster recovery.
Option C: While lifecycle policies are useful for moving less frequently accessed data to a more cost-effective storage tier (e.g., from Standard to Archive), they do not address cross-region redundancy or real-time availability, which are critical for this use case.
Option D: Copying an Object Storage bucket to a block volume is not a recommended practice for ensuring data durability and fault tolerance. Block volumes are used for persistent storage attached to compute instances, and copying object storage data to block volumes does not achieve the same level of redundancy and cross-region availability as replication policies.
Thus, Option B is the correct and most efficient method for ensuring high availability and fault tolerance in this scenario.


質問 # 42
Which statement is true about instance configurations and instance pools in OCI?

  • A. You can only delete an instance configuration if it is not associated with any instance pool.
  • B. You can delete an instance configuration if it is associated with an instance pool.
  • C. An instance pool can have multiple instance configurations associated with it.
  • D. You cannot reuse the same instance configuration for multiple instance pools.

正解:A


質問 # 43
What would be the total meteredBytes shown by the File Storage service after the hourly update cycle is complete when you overwrite 0.5 GB of a 1 GB file?

  • A. 2.5 GB
  • B. 1 GB
  • C. 1.5 GB
  • D. 0.5 GB

正解:C

解説:
In Oracle Cloud Infrastructure (OCI) File Storage, when you overwrite a portion of a file, the service does not immediately reclaim the space occupied by the previous version of the file. The total meteredBytes reflects both the original data and the new data written.
Scenario Explanation: You start with a 1 GB file. When you overwrite 0.5 GB of this file, the file system retains both the 0.5 GB of the original file and the new 0.5 GB you wrote.
Calculation: The original 1 GB file contributes 1 GB to meteredBytes. When 0.5 GB is overwritten, the total usage becomes 1.5 GB (1 GB original + 0.5 GB new).
Thus, after the hourly update cycle, the total meteredBytes shown by the File Storage service will be 1.5 GB.
Reference:
Oracle Cloud Infrastructure Documentation: File Storage Service Overview


質問 # 44
......

2026年最新のGoShiken 1Z0-1072-25のPDFで最近更新された問題です:https://www.goshiken.com/Oracle/1Z0-1072-25-mondaishu.html

Oracle 1Z0-1072-25問題集にはリアル試験問題解答:https://drive.google.com/open?id=1qtK1S6l0zxuTbwRCr32Oe54Sew8vHiWM