[Aug 03, 2025] 1Z0-1072-25 Exam Dumps 100% Same Q&A In Your Real Exam [Q13-Q31]

Share

[Aug 03, 2025] 1Z0-1072-25 Exam Dumps 100% Same Q&A In Your Real Exam

1Z0-1072-25 Test Engine Dumps Training With 53 Questions


Oracle 1Z0-1072-25 Exam Syllabus Topics:

TopicDetails
Topic 1
  • 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
Topic 2
  • 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.
Topic 3
  • 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.
Topic 4
  • 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.

 

NEW QUESTION # 13
What is the primary purpose of the Web Application Acceleration service offered by Oracle Cloud Infrastructure (OCI)?

  • A. Encrypting HTTP traffic
  • B. Speeding up traffic on layer 7 HTTP load balancers
  • C. Monitoring and analyzing HTTP traffic patterns
  • D. Improving the reliability of layer 7 HTTP load balancers

Answer: B

Explanation:
The primary purpose of the Web Application Acceleration service offered by Oracle Cloud Infrastructure (OCI) is to speed up traffic on layer 7 HTTP load balancers. This service optimizes the delivery of web applications by reducing latency and improving response times, making it ideal for enhancing user experience on web applications.
Functionality: The service utilizes caching, compression, and other acceleration techniques to ensure that HTTP/S traffic is delivered efficiently.
Reference:
Oracle Cloud Infrastructure Documentation: Web Application Acceleration


NEW QUESTION # 14
Which OCI service would you use to apply kernel security updates to all instances?

  • A. OS Management Service
  • B. Container Registry
  • C. Artifact Registry
  • D. Data Safe

Answer: A

Explanation:
The OS Management Service in Oracle Cloud Infrastructure (OCI) is designed to manage and maintain the operating systems of your compute instances. This service allows you to apply kernel security updates, manage package installations, and monitor the status of updates across all instances in your environment.
Kernel Security Updates: With OS Management Service, you can automate and schedule kernel updates, ensuring that all instances are up-to-date with the latest security patches. This helps maintain the security and integrity of your infrastructure without needing to manually update each instance.
Other Options:
Container Registry: Used for storing and managing container images, not for applying OS updates.
Data Safe: A service focused on database security, not applicable for OS-level updates.
Artifact Registry: A repository for storing and managing software artifacts, not related to OS management.
Relevant OCI Documentation:
OS Management Service Overview
This documentation provides details on how to use OS Management Service to handle kernel security updates and other OS-level management tasks.


NEW QUESTION # 15
How can an organization securely grant a third-party application access to specific OCI resources?

  • A. By creating an IAM policy granting full access to the tenancy
  • B. By sharing user credentials for an OCI administrator
  • C. By configuring the application to utilize Instance Principal
  • D. By implementing OAuth 2.0 with the application

Answer: C

Explanation:
To securely grant a third-party application access to specific Oracle Cloud Infrastructure (OCI) resources, the recommended approach is to configure the application to use Instance Principal. This method allows the application to authenticate directly with OCI services without needing to manage sensitive credentials like passwords or API keys.
Instance Principals: Enable compute instances to directly make API calls against OCI services, inheriting permissions through IAM policies. This setup is more secure than sharing user credentials, as it avoids hardcoding credentials within the application and leverages OCI's native security features.
Reference:
Oracle Cloud Infrastructure Documentation: Instance Principals


NEW QUESTION # 16
Which policy would you write to provide admin access to all three of your existing admin groups for a shared Test compartment?

  • A. Allow all-group to manage all-resources in compartment Test where request.principal.group.tag.EmployeeGroup.Role='Admin'
  • B. Allow group any-group to manage all-resources in compartment Test where request.principal.group.tag.EmployeeGroup.Role='Admin'
  • C. Allow dynamic-group to manage all-resources in compartment Test where request.principal.group.tag.EmployeeGroup.Role='Admin'
  • D. Allow any-user to manage all-resources in compartment Test where request.principal.group.tag.EmployeeGroup.Role='Admin'

Answer: A

Explanation:
In Oracle Cloud Infrastructure (OCI), policies are written to define permissions for user groups. The correct policy to provide admin access to all three existing admin groups in a shared compartment (in this case, the "Test" compartment) would be:
"Allow all-group to manage all-resources in compartment Test where request.principal.group.tag.EmployeeGroup.Role='Admin'".
"Allow all-group": Grants access to all groups.
"to manage all-resources": Specifies full access permissions (manage includes all CRUD operations).
"in compartment Test": Limits the scope of the policy to the "Test" compartment.
"where request.principal.group.tag.EmployeeGroup.Role='Admin'": Adds a condition to restrict this admin-level access to only groups tagged with the role 'Admin'.
This policy ensures that only users in the groups tagged as Admin will be allowed to manage resources in the Test compartment, making it the most suitable choice for providing admin access.
For reference:
OCI Policy Syntax Documentation


NEW QUESTION # 17
Which statement is true about File System Replication in Oracle Cloud Infrastructure (OCI)?

  • A. You can replicate the data in one file system to another file system only in the same region.
  • B. You cannot specify a replication interval when you create the replication resource.
  • C. You can replicate the data in one file system to another file system in the same region or a different region.
  • D. Only a file system that has been exported can be used as a target file system.

Answer: C

Explanation:
File System Replication in Oracle Cloud Infrastructure (OCI) allows you to replicate data from one file system to another either within the same region or across different regions. This capability is particularly useful for disaster recovery, data protection, and global data distribution scenarios.
Cross-Region Replication: The replication feature enables you to create a copy of your file system in a different region, ensuring that your data is available even in the event of a regional failure.
Same-Region Replication: You also have the option to replicate data within the same region, which can be useful for scenarios such as high availability and local backups.
Reference:
Oracle Cloud Infrastructure Documentation: File System Replication


NEW QUESTION # 18
Which statement is NOT true about the Oracle Cloud Infrastructure (OCI) Object Storage service?

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

Answer: D

Explanation:
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.


NEW QUESTION # 19
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 be written in a complex and technical manner to enhance security.
  • C. Policies should grant all possible permissions to simplify access control.
  • D. Policies should provide only the minimum set of permissions required for users to perform their tasks effectively.

Answer: D

Explanation:
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


NEW QUESTION # 20
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. Copy the Object Storage bucket to a block volume.
  • B. Create a replication policy to send data to a different bucket in another OCI region.
  • C. Create a new Object Storage bucket in another region and configure recycle policy to move data every 5 days.
  • D. Create a lifecycle policy to regularly send data from the Standard to Archive storage.

Answer: B

Explanation:
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.


NEW QUESTION # 21
Which OCI Object Storage tier is suitable for storing the backup to minimize cost while meeting the requirements of immediate accessibility and retention of 31 days?

  • A. Archive tier
  • B. Standard tier
  • C. Auto-Tiering tier
  • D. Infrequent Access tier

Answer: D

Explanation:
The Infrequent Access tier in OCI Object Storage is suitable for storing backups that need to be immediately accessible and retained for a specific period, such as 31 days, while also minimizing costs. This tier offers a balance between cost and accessibility, charging lower storage costs compared to the Standard tier but still allowing quick access to the data.
Use Case: The Infrequent Access tier is designed for data that is not frequently accessed but must remain readily available when needed, making it ideal for backup storage.
Reference:
Oracle Cloud Infrastructure Documentation: Object Storage Tiers


NEW QUESTION # 22
Which authentication option should you use to ensure third-party APIs communicate with OCI resources?

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

Answer: B

Explanation:
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.


NEW QUESTION # 23
Which compute capacity type would you select to meet these requirements?

  • A. Preemptible capacity
  • B. On-demand capacity
  • C. Dedicated host
  • D. Capacity reservation

Answer: B

Explanation:
On-demand capacity is the compute capacity type in Oracle Cloud Infrastructure (OCI) that allows you to provision and use compute instances whenever needed, without any long-term commitment. This flexibility is ideal for various workloads, including development, testing, and production environments, where immediate availability and scalability are crucial.
Key Points:
On-Demand Capacity: On-demand compute instances provide users with the flexibility to spin up instances as required and only pay for the time the instances are running. This model is most suitable for workloads with unpredictable usage patterns or short-term requirements.
Flexibility and Scalability: With on-demand capacity, you can quickly scale your resources up or down based on your application's needs, ensuring that you only pay for the resources you actually use.
No Commitment: Unlike reserved capacity, on-demand capacity does not require any long-term commitment or upfront payment, making it an attractive option for organizations looking to avoid capital expenditures.
Reference:
Oracle Cloud Infrastructure Documentation: OCI Compute Pricing
Oracle Cloud Infrastructure Documentation: Compute Instance Lifecycle
Explanation of Incorrect Options:
A . Capacity reservation: This option allows you to reserve capacity in advance, ensuring that resources are available when needed. It's ideal for predictable workloads but may not be as cost-effective for fluctuating demands.
B . Preemptible capacity: Preemptible instances are a lower-cost option where instances can be terminated by OCI if resources are needed elsewhere. This is suitable for non-critical workloads that can tolerate interruptions.
D . Dedicated host: Dedicated hosts provide physical servers for your exclusive use, offering isolation and predictable performance. This option is more suitable for workloads requiring dedicated resources or compliance needs.
Thus, Option C: On-demand capacity is the correct choice for most general-purpose workloads needing flexibility and immediate availability without long-term commitment.


NEW QUESTION # 24
Which of the following is a valid RFC 1918 CIDR prefix that can be used for creating an Oracle Cloud Infrastructure (OCI) Virtual Cloud Network (VCN)?

  • A. 192.268.0.0/24
  • B. 0.0.0.0/0
  • C. 192.168.0.0/16
  • D. 10.0.0.0/8

Answer: C,D

Explanation:
RFC 1918 defines IP address ranges that are reserved for private networks, which cannot be routed on the public internet. In Oracle Cloud Infrastructure (OCI), these private IP address ranges can be used to create Virtual Cloud Networks (VCNs). The valid RFC 1918 CIDR prefixes include:
192.168.0.0/16: A private IP range often used in home networks.
10.0.0.0/8: A large private IP range commonly used in enterprise networks.
Invalid Options:
B . 0.0.0.0/0: This CIDR represents all IP addresses and is not a valid private IP range.
C . 192.268.0.0/24: This is not a valid IP address range as the octet "268" is outside the allowable range of 0-255.
Reference:
Oracle Cloud Infrastructure Documentation: VCN Overview
RFC 1918: Address Allocation for Private Internets


NEW QUESTION # 25
Which TWO are key benefits of setting up Site-to-Site VPN on Oracle Cloud Infrastructure (OCI)?

  • A. When setting up Site-to-Site VPN, customers can configure it to use static or dynamic routing (BGP).
  • B. When setting up Site-to-Site VPN, customers can expect bandwidth above 2 Gbps.
  • C. When setting up Site-to-Site VPN, it creates a private connection that provides consistent network experience.
  • D. When setting up Site-to-Site VPN, OCI provisions redundant VPN tunnels.

Answer: A,D

Explanation:
Setting up a Site-to-Site VPN on Oracle Cloud Infrastructure offers several key benefits related to connectivity and reliability:
Static or Dynamic Routing (BGP): OCI allows customers to configure Site-to-Site VPN with either static routing or dynamic routing using Border Gateway Protocol (BGP). This flexibility enables customers to choose the routing method that best suits their network configuration and requirements.
Redundant VPN Tunnels: OCI automatically provisions redundant VPN tunnels when you set up a Site-to-Site VPN. These redundant tunnels ensure high availability and fault tolerance, so if one tunnel fails, traffic can continue to flow through the other tunnel without interruption.
Bandwidth Considerations: While the VPN provides a reliable connection, it typically does not exceed 2 Gbps in bandwidth. Higher bandwidth connections usually require FastConnect.
Private Connection: The VPN does create a secure and private connection between on-premises data centers and OCI, but it does not inherently provide a consistent network experience in the way that a dedicated connection like FastConnect does.
Relevant OCI Documentation:
Site-to-Site VPN Overview
Configuring Routing for VPNs
These references detail the benefits and technical specifications of setting up Site-to-Site VPNs on OCI.


NEW QUESTION # 26
Which statement is TRUE about delegating an existing domain to the Oracle Cloud Infrastructure (OCI) DNS service?

  • A. Domains can be delegated to OCI DNS from the Domain Registrar's self-service portal.
  • B. Domains can be delegated to OCI DNS via FastConnect partners.
  • C. All domains can be retrieved to OCI DNS via DYN.
  • D. Domains can be self-delegated to OCI DNS from its own service portal.

Answer: A

Explanation:
To delegate a domain to the Oracle Cloud Infrastructure (OCI) DNS service, the domain needs to be pointed to OCI's DNS servers. This can be done through the Domain Registrar's self-service portal, where you update the name servers for your domain to OCI's DNS servers.
Process: You typically log into the domain registrar where your domain is registered and replace the existing name servers with the name servers provided by OCI DNS. Once this is done, DNS queries for your domain will be directed to OCI DNS.
Reference:
Oracle Cloud Infrastructure Documentation: Managing DNS Zones


NEW QUESTION # 27
Which statement accurately describes the key features and benefits of OCI Confidential Computing?

  • A. It optimizes network performance through advanced routing algorithms.
  • B. It encrypts and isolates in-use data and the applications processing that data.
  • C. It enables users to securely store and retrieve data by using distributed file systems.
  • D. It provides automatic scalability and load balancing capabilities.

Answer: B

Explanation:
OCI Confidential Computing is a security feature designed to protect data in use. This is particularly important for sensitive workloads where data must be secured not only when at rest or in transit but also while being processed.
Encrypts and Isolates In-Use Data: OCI Confidential Computing ensures that data and the applications processing it are isolated from the underlying infrastructure. This means that even if the infrastructure is compromised, the in-use data remains secure. The technology typically leverages secure enclaves or other hardware-based isolation mechanisms to achieve this.
Other Options:
Optimizing Network Performance (A), Automatic Scalability and Load Balancing (B), and Secure Data Storage (D) are important features, but they are not related to the core capabilities of Confidential Computing, which focuses on in-use data protection.
Relevant OCI Documentation:
OCI Confidential Computing Overview
This documentation provides a detailed explanation of how OCI Confidential Computing works and its benefits for securing sensitive data during processing.


NEW QUESTION # 28
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. Customers can encrypt the communication to a mount target via export options.
  • C. File systems use Oracle-managed keys by default.
  • D. Communication with file systems in a mount target is encrypted via HTTPS.

Answer: A,C

Explanation:
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


NEW QUESTION # 29
Which TWO options will accomplish a fully redundant connection from an on-premises data center to a Virtual Cloud Network (VCN) in the us-ashburn-1 region?

  • A. Configure two FastConnect virtual circuits to the us-ashburn-1 region and terminate them in diverse hardware on-premises.
  • B. Configure a Site-to-Site VPN from a single on-premises CPE.
  • C. Configure one FastConnect virtual circuit to the us-ashburn-1 region and a Site-to-Site VPN to the us-ashburn-1 region.
  • D. Configure one FastConnect virtual circuit to the us-ashburn-1 region and the second FastConnect virtual circuit to the us-phoenix-1 region.

Answer: A,C

Explanation:
For a fully redundant connection from an on-premises data center to a VCN in the OCI us-ashburn-1 region, it is important to ensure high availability and fault tolerance. Here's how each option contributes to redundancy:
Option B: Two FastConnect Virtual Circuits:
FastConnect provides a dedicated, private connection with higher bandwidth and more consistent performance compared to a VPN. To achieve redundancy, you can configure two FastConnect circuits in the same region (us-ashburn-1), each terminated on diverse hardware on-premises. This setup ensures that even if one circuit or its associated hardware fails, the other circuit can maintain the connection. This ensures no single point of failure in the connectivity to OCI. Thus, option B is correct.
Option D: FastConnect and Site-to-Site VPN:
Another approach to redundancy is to have a mix of connection types. By setting up one FastConnect circuit and one Site-to-Site VPN, both terminating in the same region (us-ashburn-1), you create a diverse connection path. If the FastConnect connection fails, traffic can automatically route through the VPN connection, maintaining connectivity. This setup adds an extra layer of redundancy, making option D correct as well.
Incorrect Options:
Option A: Only configuring a Site-to-Site VPN from a single on-premises CPE does not provide redundancy because it involves just one connection path. If that connection or the CPE fails, there would be no fallback.
Option C: Configuring FastConnect circuits to different regions (us-ashburn-1 and us-phoenix-1) does not provide redundancy within a single region but rather across regions, which is not required for regional redundancy.
Relevant OCI Documentation:
OCI FastConnect Overview
Using Site-to-Site VPN and FastConnect for Redundancy
These references offer more detailed information on setting up redundant connections and the benefits of each connection type within OCI.


NEW QUESTION # 30
How many capacity reservations would you create to meet the requirement for high availability and distribution across Availability Domains?

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

Answer: D

Explanation:
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.


NEW QUESTION # 31
......

1Z0-1072-25 Practice Test Pdf Exam Material: https://www.test4engine.com/1Z0-1072-25_exam-latest-braindumps.html

1Z0-1072-25 Questions Pass on Your First Attempt Dumps for Oracle Cloud Solutions Infrastructure Certified: https://drive.google.com/open?id=1GbpC-X4wrjMYTV7MD-cm7Sipj2QvDAkY