Weekend Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code = simple70

Pass the Oracle Cloud Infrastructure 1z0-1067-24 Questions and answers with ExamsMirror

Practice at least 50% of the questions to maximize your chances of passing.
Exam 1z0-1067-24 Premium Access

View all detail and faqs for the 1z0-1067-24 exam


483 Students Passed

84% Average Score

96% Same Questions
Viewing page 1 out of 2 pages
Viewing questions 1-10 out of questions
Questions # 1:

You set up a bastion host in your VCN to only allow your IP address (140.19.2.140) to establish SSH connections to your Compute Instances that are deployed in a private subnet. The Compute Instances have an attached Network Security Group with a Source Type: Network Security Group (NSG), Source NSG: NSG-050504. To secure the bastion host, you added the following ingress rules to its Network Security Group:

However, after checking the bastion host logs, you discovered that there are IP addresses other than your own that can access your bastion host. What is the root cause of this issue? (Choose the best answer.)

Options:

A.

The port 22 provides unrestricted access to 140.19.2.140 and to other IP address.

B.

A netmask of /32 allows all IP address in the 140.19.2.0 network, other than your IP 140.19.2.140

C.

All compute instances associated with NSG-050504 are also able to connect to the bastion host.

D.

The Security List allows access to all IP address which overrides the Network Security Group ingress rules.

Questions # 2:

You are running an old version of PostgreSQL on several compute instances and want to update to the latest version. Which tool must you use to update the PostgreSQL packages on the existing machines?

Options:

A.

Ansible

B.

OCI Package Manager

C.

Terraform

D.

OCI CLI

Questions # 3:

You have received an email from your manager to provision new resources on Oracle Cloud Infrastructure (OCI). When researching OCI, you determined that you should use OCI Resource Manager. Since this is a task that will be done multiple times for development, test, and production. You will need to create a command that can be re-used. Which CLI command can be used in this situation? (Choose the best answer.)

Options:

A.

oci resource-manager stack update –-compartment-id \ --config-source prod.zip --variables file://variables.json \ --display-name "Production stack build" \ --description Creating new Production environment

B.

oci resource-manager stack create –-tenancy-id \ --config-source prod.zip --variables file://variables.json \ --display-name Production stack build \ --description Creating new Production environment

C.

oci resource-manager stack update –-tenancy-id \ --config-source prod.zip --variables file://variables.json \ --display-name "Production stack build" \ --description Creating new Production environment

D.

oci resource-manager stack create –-compartment-id \ --config-source prod.zip --variables file://variables.json \ --display-name "Production stack build" \ --description Creating new Production environment

Questions # 4:

One of your development teams has asked for your help to standardize the creation of several compute instances that must be provisioned each day of the week. You initially write several Command Line Interface (CLI) commands with all appropriate configuration parameters to achieve this task later determining this method lacks flexibility. Which command generates a JSON-based template that Oracle Cloud Infrastructure (OCI) CLI can use to provision these instances on a regular basis? (Choose the best answer.)

Options:

A.

oci compute instance create --generate-cli-skeleton

B.

oci compute instance launch --generate-full-command-json-input

C.

oci compute provision-instance --generate-full-command-json-input

D.

oci compute instance launch --generate-cli-skeleton

Questions # 5:

As a cloud operations engineer responsible for a Rails application on multiple compute instances in an OCI subnet your database team recently provided you with a new config/database. yml file to direct Rails to use a new database back end. You need to update this file on each compute instance and restart Rails in a rolling fashion.

Which tool is best suited for this task?

Options:

A.

Ansible

B.

OCI CLI

C.

Terraform

D.

Oracle Cloud Agent

Questions # 6:

Several development teams in your company have each been provided with a budget and a dedicated compartment to be used for testing purpose u are asked to help them to control the costs and avoid any overspending. What should you do?

Options:

A.

Contact Oracle support and ask them to associate the monthly budget with the Service Limits In every region for which your tenancy is subscribed. The tenancy administrator will receive an alert email from Oracle when the limit Is reached.

B.

Configure a Quota for each compartment to prevent provisioning of any bare metal in-stances.

C.

Associate a Budget Tag to each resource with monthly budget amount and use that In-formation to prepare a weekly report to send to each team.

D.

Associate a Budget Tag to each compartment with the monthly budget amount and set an alert rule to notify the developers' teams when they reached a specific percentage of the budget.

Questions # 7:

Which of the following THREE statements are true about Versioning? (Choose three.)

Options:

A.

You can enable the Versioning and Retention rule simultaneously on bucket.

B.

If versioning enabled, even if you delete the file inside the bucket, you will be charged for the data shared as the meta data still resides inside the bucket.

C.

If Versioning is enabled and you delete the files stored in a bucket, then a delete marker is created so that you can restore the deleted file.

D.

If Versioning disabled, and you try uploading files with the same name, then a copy of the file in kept with a different name.

E.

Versioning is applied at the bucket level.

Questions # 8:

Which two statements are TRUE about Object Storage data security and encryption in Oracle Cloud Infrastructure (OCI)? (Choose two.)

Options:

A.

Data needs to be decrypted on the client side before retrieving it.

B.

Client-side encryption is managed by the customer.

C.

A VPN connection to OCI is required to ensure secure data transfer to an object storage bucket.

D.

All traffic to and from Object Storage service is encrypted using TLS.

E.

OCI Vault Management is used by default to provide data security.

Questions # 9:

You have been asked to set up connectivity between a client on-premises network and Oracle Cloud Infrastructure (OCI). The requirements are:

✑ Low latency: The applications are financial and require low latency connectivity into OCI. ✑ Consistency: The application is not tolerant of performance variation.

✑ Performance: The communications link needs to support up to 1.25 Gbps.

✑ Encryption: The communications link needs to encrypt any data in transit between the on-premises network and OCI Virtual Cloud Network (VCN). The client wants to implement the above with as low a cost as possible, while meeting all of the requirements. What should you suggest? (Choose the best answer.)

Options:

A.

Provision a site-to-site IPsec VPN between your on-premises network and your virtual cloud network (VCN) using VPN Connect.

B.

Provision FastConnect with a single public virtual circuit, and run an IPsec VPN tunnel over the top of this virtual circuit.

C.

Provision FastConnect with a single private virtual circuit, and run an IPsec VPN tunnel over the top of this virtual circuit.

D.

Provision FastConnect with a single public virtual circuit.

E.

Provision FastConnect with a single private virtual circuit.

Questions # 10:

You are working as a Cloud Operations Administrator for your company. They have different Oracle Cloud Infrastructure (OCI) tenancies for development and production work-loads. Each tenancy has resources in two regions uk-london-1 and eu-frankfurt-1. You are asked to manage all resources and to automate all the tasks using OCI Command Line Inter-face (CLI). Which is the most efficient method to manage multiple environments using OCI CLI? (Choose the best answer.)

Options:

A.

Use different bash terminals for each environment.

B.

Run oci setup config to create new credentials for each environment every time you want to access the environment.

C.

Use OCI CLI profiles to create multiple sets of credentials in your config file, and refer-ence the appropriate profile at runtime.

D.

Create environment variables for the sets of credentials that align to each combination of tenancy, region, and environment.

Viewing page 1 out of 2 pages
Viewing questions 1-10 out of questions
TOP CODES

TOP CODES

Top selling exam codes in the certification world, popular, in demand and updated to help you pass on the first try.