Oracle 1z0-1067-21 Exam Practice Questions (P. 1)
- 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 #1
You have been asked to ensure that in-transit communication between an Oracle Cloud Infrastructure (OCI) compute instance and an on-premises server
(192.168.10.10/32) is encrypted. The instances communicate using HTTP. The OCI Virtual Cloud Network (VCN) is connected to the on-premises network by two separate connections: a Dynamic IPsec VPN tunnel and a FastConnect virtual circuit. No static configuration has been added.
What solution should you recommend? (Choose the best answer.)
(192.168.10.10/32) is encrypted. The instances communicate using HTTP. The OCI Virtual Cloud Network (VCN) is connected to the on-premises network by two separate connections: a Dynamic IPsec VPN tunnel and a FastConnect virtual circuit. No static configuration has been added.
What solution should you recommend? (Choose the best answer.)
- AThe instances will communicate by default over IPsec VPN, which ensures data is encrypted in-transit.
- BAdvertise a 192.168.10.10/32 route over the VPN.Most Voted
- CAdvertise a 192.168.10.10/32 router over the FastConnect.
- DThe instances will communicate by default over the FastConnect private virtual circuit, which ensures data is encrypted in-transit.
Correct Answer:
D
Reference:
https://docs.oracle.com/en-us/iaas/Content/Network/Tasks/transitrouting.htm
D
Reference:
https://docs.oracle.com/en-us/iaas/Content/Network/Tasks/transitrouting.htm
send
light_mode
delete
Question #2
You have created a group for several auditors. You assign the following policies to the group:

What actions are the auditors allowed to perform within your tenancy? (Choose the best answer.)

What actions are the auditors allowed to perform within your tenancy? (Choose the best answer.)
- AThe Auditors can view resources in the tenancy.Most Voted
- BAuditors are able to create new instances in the tenancy.
- CThe Auditors are able to delete resource in the tenancy.
- DAuditors are able to view all resources in the compartment.
Correct Answer:
D
D
send
light_mode
delete
Question #3
You have a web application running on Oracle Cloud Infrastructure (OCI) that lets users log in with a username and password. You notice that an attacker has tried to use SQL comment `--" to alter the database query, remove the password check and log in as a user. You decide to prevent any future attacks.
Which of the following OCI services or features would you choose to safeguard your application? (Choose the best answer.)
Which of the following OCI services or features would you choose to safeguard your application? (Choose the best answer.)
- ANetwork Security Group
- BData Safe
- CWeb Application Framework (WAF)Most Voted
- DVault
Correct Answer:
D
D
send
light_mode
delete
Question #4
One of the compute instances that you have deployed on Oracle Cloud Infrastructure (OCI) is malfunctioning. You have created a console connection to remotely troubleshoot it.
Which two statements about console connections are TRUE? (Choose two.)
Which two statements about console connections are TRUE? (Choose two.)
- AIt is not possible to use VNC console connections to connect to Bare Metal Instances.
- BVNC console connection uses SSH port forwarding to create a secure connection from your local system to the VNC server attached to your instance's console.Most Voted
- CIt is not possible to connect to the serial console to an instance running Microsoft Windows, however VNC console connection can be used.
- DFor security purpose, the console connection will not let you edit system configuration files.
- EIf you do not disconnect from the session, your serial console connection will automatically be terminated after 24 hours.Most Voted
Correct Answer:
BE
BE
send
light_mode
delete
Question #5
You have created an Autonomous Data Warehouse (ADW) service in your company's Oracle Cloud Infrastructure (OCI) tenancy and you now have to load historical data into it. You have already extracted this historical data from multiple data marts and data warehouses. This data is stored in multiple CSV text files and these files are ranging in size from 25 MB to 20 GB.
Which is the most efficient and error tolerant method for loading data into ADW? (Choose the best answer.)
Which is the most efficient and error tolerant method for loading data into ADW? (Choose the best answer.)
- ACreate Auth token, use it to create an object storage credential by executing DBMS_CLOUD.CREATE_CREDENTIAL, using the web console upload the CSV files to an OCI object storage bucket, create the tables in the ADW database and then execute DBMS_CLOUD.COPY_DATA for each CSV file to copy the contents into the corresponding ADW database table.
- BCreate the tables in the ADW database and then execute SQL*Loader for each CSV file to load the contents into the corresponding ADW database table.
- CCreate Auth token, use it to create an object storage credential by executing DBMS_CLOUD.CREATE_CREDENTIAL, using OCI CLI upload the CSV files to an OCI object storage bucket, create the tables in the ADW database and then execute Data Pump Import for each CSV file to copy the contents into the corresponding ADW database table.
- DCreate Auth token, use it to create an object storage credential by executing DBMS_CLOUD.CREATE_CREDENTIAL, using OCI CLI upload the CSV files to an OCI object storage bucket, create the tables in the ADW database and then execute DBMS_CLOUD.COPY_DATA for each CSV file to copy the contents into the corresponding ADW database table.Most Voted
Correct Answer:
D
D
send
light_mode
delete
All Pages