Spring Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Oracle Cloud Infrastructure 2025 Security Professional

Last Update 3 hours ago Total Questions : 36

The Oracle Cloud Infrastructure 2025 Security Professional content is now fully updated, with all current exam questions added 3 hours ago. Deciding to include 1z0-1104-25 practice exam questions in your study plan goes far beyond basic test preparation.

You'll find that our 1z0-1104-25 exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these 1z0-1104-25 sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any Oracle Cloud Infrastructure 2025 Security Professional practice test comfortably within the allotted time.

Question # 1

"A business has a hybrid cloud infrastructure with Oracle Linux instances running in OCI and on-premises. They want to reduce the amount of bandwidth used when patching systems.

Which component of OS Management Hub can help to reduce the bandwidth usage for patching?

A.

Management stations

B.

Management agents

C.

Dynamic groups

D.

Profiles"

Question # 2

An E-commerce company running on Oracle Cloud Infrastructure (OCI) wants to prevent accidental misconfigurations that could expose sensitive data. They need an OCI service that can enforce predefined security rules when creating or modifying cloud resources.

Which OCI service should they use?

A.

OCI Web Application Firewall (WAF)

B.

OCI Identity and Access Management (IAM)

C.

OCI Security Zone

D.

OCI Certificates

Question # 3

A company is securing its compute instances (VMs and Bare Metal Machines) in Oracle Cloud infrastructure (OCI) using a network firewall. As shown in the diagram, traffic flows from the internet Gateway (IGW) to the firewall in the Public DMZ Subnet, and then to the compute instances in the Public Subnet.

When configuring security lists and network security groups (NSGs) in this setup, what should they consider?

A.

If the policy used with the firewall has no rules specified, the firewall allows all traffic.

B.

Ensure that any security list or NSG rules allow the traffic to enter the firewall for appropriate evaluation.

C.

Add stateful rules to the security list attached to the firewall subnet or include the firewall in an NSG containing stateful rules for better performance.

D.

Security list and NSG rules associated with the firewall subnet and VNICs are evaluated after the firewall.

Question # 4

During your investigation of a load balancer issue, you discovered that all back-end servers associated with one of the affected listeners were reported as unhealthy. However, when you checked the back-end servers, they seemed to be working just fine.

What might be causing this issue?

A.

Incorrect subnet configuration

B.

Misconfigured security rule

C.

Incorrect DNS configuration

D.

Overloaded back-end servers

E.

Misconfigured health check

Question # 5

"A programmer is developing a Node.js application which will run on a Linux server on their on-premises data center. This application will access various Oracle Cloud Infrastructure (OCI) services using OCI SDKs.

What is the secure way to access OCI services with OCI Identity and Access Management (IAM)?

A.

Create a new OCI IAM user, add the user to a group associated with a policy that grants the desired permissions to OCI services. In the on-premises Linux server, add the user name and password to a file used by Node.js authentication.

B.

Create a new OCI IAM user, add the user to a group associated with a policy that grants the desired permissions to OCI services. In the on-premises Linux server, generate the keypair used for signing API requests and upload the public key to the IAM user.

C.

Create a new OCI IAM user associated with a dynamic group and a policy that grants the desired permissions to OCI services. Add the on-premises Linux server in the dynamic group.

D.

Create an OCI IAM policy with appropriate permissions to access the required OCI services and assign the policy to the on-premises Linux server."

Question # 6

Task 6: Create Load Balancer and Attach Certificate

Create a Load Balancer with the name PBT-CERT-LB-01 in subnet LB-Subnet-PBT-CERT-SNET-02

Create a Listener for the load balancer, where:

Name: PBT-CERT-LB_LTSN_01

Protocol: HTTPS

Port: 443

Attach the certificate PBT-CERT-01- < username > to the load balancer

Attach the security list PBT-CERT-LB-SL-01 to subnet LB-Subnet-PBT-CERT-SNET-02

Question # 7

Challenge 1 - Task 1

Integrate TLS Certificate Issued by the OCI Certificates Service with Load Balancer

You are a cloud engineer at a tech company that is migrating its services to Oracle Cloud Infrastructure (OCI). You are required to set up secure communication for your web application using OCI's Certificate service. You need to create a Certificate Authority (CA), issue a TLS/SSL server certificate, and configure a load balancer to use this certificate to ensure encrypted traffic between clients and the backend servers.

Review the architecture diagram, which outlines the resources you'll need to address the requirement.

Preconfigured

To complete this requirement, you are provided with the following:

Access to an OCI tenancy, an assigned compartment, and OCI credentials

Required IAM policies

OCI Vault to store the secret required by the program, which is created in the root compartment as PBI_Vault_SP

Task 1: Create and Configure a Virtual Cloud Network (VCN)

Create a Virtual Cloud Network (VCN) named PBT-CERT-VCN-01 with the following specifications:

    VCN with a CIDR block of 10.0.0.0/16

      Subnet 1 (Compute Instance):

        Name: Compute-Subnet-PBT-CERT

        CIDR Block: 10.0.1.0/24

Subnet 2 (Load Balancer):

    Name: LB-Subnet-PBT-CERT-SNET-02

    CIDR Block: 10.0.2.0/24

Internet Gateway for external connectivity

Route table and security lists:

    Security List named PBT-CERT-CS-SL-01 for Subnet 1 ( Compute-Subnet-PBT-CERT ) to allow SSH (port 22) traffic

    Security List named PBT-CERT-LB-SL-01 for Subnet 2 ( LB-Subnet-PBT-CERT ) to allow HTTPS (port 443) traffic

"Enter the OCID of the created VCN in the text box below.

Question # 8

Task 7: Verify the OCI Certificate with Load Balancer

Verify HTTPS connection to the load balancer by running the following command in Cloud Shell

curl -k https:// < Public IP of PBT-CERT-LB-01 >

Enter the following URL in the web browser:

https:// < Public IP of PBT-CERT-LB-01 >

If prompted with a certificate error, accept the risk and continue.

Verify web page content by ensuring the text, "You are visiting Web Server 1" from the index.html file is displayed in the browser

Question # 9

Challenge 2 -Task 1

In deploying a new application, a cloud customer needs to reflect different security postures. If a security zone is enabled with the Maximum Security Zone recipe, the customer will be unable to create or update a resource in the security zone if the action violates the attached Maximum Security Zone policy.

As an application requirement, the customer requires a compute instance in the public subnet. You therefore, need to configure Custom Security Zones that allow the creation of compute instances in the public subnet.

Review the architecture diagram, which outlines the resoures you'll need to address the requirement:

Preconfigured

To complete this requirement, you are provided with the following:

Access to an OCI tenancy, an assigned compartment, and OCI credentials

Required IAM policies

Task 4: Create a Public Subnet

Create a public subnet named IAD-SP-PBT-PUBSNET-01, within the VCN IAD-SP-PBT-VCN-01

use a CIDR block of 10.0.1.0/24 and configure the subnet to use the internet Gateway

Question # 10

Task 3: Create a Master Encryption Key

Note: OCI Vault to store the key required by this task is created in the root compartment as PBI_Vault_SP

Create an RSA Master Encryption Key (MEK), where:

Key name: PBT-CERT-MEK-01- < username >

For example, if your username is 99008677-lab.user01, then the MEK name should be PBT-CERT-MEK-01990086771abuser01

Ensure you eliminate special characters from the user name.

Key shape: 4096 bits

Enter the OCID of the Master Encryption Key created in the provided text box: