Oracle 1z0-1067-21 Exam Practice Questions (P. 2)
- Full Access (55 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #6
You are using the Oracle Cloud Infrastructure Command Line Interface to launch a Linux virtual machine. You enter the following command (with correct values for all parameters):

The command fails.
Which is NOT a valid parameter in this command? (Choose the best answer.)

The command fails.
Which is NOT a valid parameter in this command? (Choose the best answer.)
- Aג€"t <tenancy_id>
- Bג€" ג€"image-id <image_id>
- Cג€" ג€"shape ג€<shape_name>ג€
- Dג€"c <compartment_id>
- Eג€" ג€"subnet-id <subnet_id>
Correct Answer:
A
A
send
light_mode
delete
Question #7
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.)
Which CLI command can be used in this situation? (Choose the best answer.)
- Aoci resource-manager stack create ג€"ג€"tenancyג€"id <tenancy_OCID> \ ג€"ג€"config-source prod.zip ג€"ג€"variables file://variables.json \ ג€"ג€"display-name Production stack build \ ג€"ג€"description Creating new Production environment
- Boci resource-manager stack update ג€"ג€"compartmentג€"id <compartment_OCID> \ ג€"ג€"config-source prod.zip ג€"ג€"variables file://variables.json \ ג€"ג€"display-name ג€Production stack buildג€ \ ג€"ג€"description Creating new Production environment
- Coci resource-manager stack create ג€"ג€"compartmentג€"id <compartment_OCID> \ ג€"ג€"config-source prod.zip ג€"ג€"variables file://variables.json \ ג€"ג€"display-name Production stack build \ ג€"ג€"description Creating new Production environmentMost Voted
- Doci resource-manager stack update ג€"ג€"tenancyג€"id <tenancy_OCID> \ ג€"ג€"config-source prod.zip ג€"ג€"variables file://variables.json \ ג€"ג€"display-name ג€Production stack buildג€ \ ג€"ג€"description Creating new Production environment
Correct Answer:
C
C
send
light_mode
delete
Question #8
You are asked to deploy a new application that has been designed to scale horizontally. The business stakeholders have asked that the application be deployed in us-phoenix-1.
Normal usage requires 2 OCPUs. You expect to have few spikes during the week, that will require up to 4 OCPUs, and a major usage uptick at the end of each month that will require 8 OCPUs.
What is the most cost-effective approach to implement a highly available and scalable solution? (Choose the best answer.)
Normal usage requires 2 OCPUs. You expect to have few spikes during the week, that will require up to 4 OCPUs, and a major usage uptick at the end of each month that will require 8 OCPUs.
What is the most cost-effective approach to implement a highly available and scalable solution? (Choose the best answer.)
- ACreate an instance pool with a VM.Standard2.2 shape instance configuration. Setup the autoscaling configuration to use 2 availability domains and have a minimum of 2 instances, to handle the weekly spikes, and a maximum of 4 instances.
- BCreate an instance with 1 OCPU shape. Use the Resize Instance action to scale up to a larger shape when more resources are needed.
- CCreate an instance with 1 OCPU shape. Use a CLI script to clone it when more resources are needed.
- DCreate an instance pool with a VM.Standard2.1 shape instance configuration. Setup the autoscaling configuration to use 2 availability domains and have a minimum of 2 instances and a maximum of 8 instances.Most Voted
Correct Answer:
A
A
send
light_mode
delete
Question #9
You have been asked to set up connectivity between a client's 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 isn't 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.)
✑ Low latency: The applications are financial and require low latency connectivity into OCI.
✑ Consistency: The application isn't 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.)
- AProvision FastConnect with a single private virtual circuit, and run an IPsec VPN tunnel over the top of this virtual circuit.
- BProvision FastConnect with a single public virtual circuit.
- CProvision a site-to-site IPsec VPN between your on-premises network and your virtual cloud network (VCN) using VPN Connect.
- DProvision FastConnect with a single private virtual circuit.
- EProvision FastConnect with a single public virtual circuit, and run an IPsec VPN tunnel over the top of this virtual circuit.Most Voted
Correct Answer:
D
Reference:
https://docs.oracle.com/en-us/iaas/Content/Network/Concepts/fastconnectoverview.htm
D
Reference:
https://docs.oracle.com/en-us/iaas/Content/Network/Concepts/fastconnectoverview.htm
send
light_mode
delete
Question #10
Which two statements about the Oracle Cloud Infrastructure (OCI) Command Line Interface (CLI) are TRUE? (Choose two.)
- AYou can run CLI commands from inside OCI Regions only.
- BYou can filter CLI output using the JMESPath query option for JSON.
- CThe CLI provides an automatic way to connect with instances provisioned on OCI.
- DThe CLI allows you to use the Python language to interact with OCI APIs.
- EThe CLI provides the same core functionality as the Console, plus additional commands.
Correct Answer:
BE
BE
send
light_mode
delete
All Pages