***Practice Exam For - Oracle Cloud Infrastructure Operations 2021 Associate (1Z0-1067-21)***
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1. Which three are valid use cases for using Oracle Cloud Infrastructure cost-tracking tags?
Ans: set up budgets based on resources grouped by tags
filter projected costs based on tags
track resource usage based on tags
2. You have created the following JSON file to implement a lifecycle policy for one of your Oracle Cloud Infrastructure Object Storage buckets:
oci os object-lifecycle-policy put -ns MyNamespace -bn MyBucket --items '[
{
""action"": ""ARCHIVE"",
""is-enabled"": true,
""name"": ""ArchiveAfter30Days"",
""object-name-filter"": {
""inclusion-prefixes"": [
""documents""
]
},
""time-amount"": 30,
""time-unit"": ""DAYS""
},
{
""action"": ""DELETE"",
""is-enabled"": true,
""name"": ""DeleteAfter180Days"",
""object-name-filter"": {
""inclusion-prefixes"": null
},
""time-amount"": 180,
""time-unit"": ""DAYSYou are using Terraform to create a sandbox environment for the development team. This environment consists of an Oracle Cloud Infrastructure virtual cloud network, two compute resources, and a database instance. As part of the Terraform configuration, you need to run a script on the two compute instances that will configure the connection to the database. Which Terraform feature should you leverage to accomplish this task""
}
]'
How will this policy affect the objects that are stored in the bucket?
Ans: Objects containing the name prefix “documents” will automatically be moved from Standard Object Storage to Archive Storage after 30 days and then deleted 180 days after the date of creation.
3. Which three are typical responses from WAF?
Ans: An error page due to a blocked request
Allow the request to pass
Audit log the request
4. Which two statements are true about Object Storage replication?
Ans: Replication overwrites any object in the destination bucket that has the same name as an object in the source bucket.
It protects from regional outages and helps in disaster recovery.
5. Which three tasks can be done using Ansible?
Ans: Application deployment
Audit
Workflow automation
6. Which three can leverage the Oracle Cloud Infrastructure Traffic Management Service?
Ans: Steering traffic to other cloud providers and enterprise data centers
Controlled migration from a data center to Oracle Cloud Infrastructure
Serving different responses for internal users and external users
7. Which three Terraform actions can be executed against a Stack in the Resource Manager?
Ans: Apply
Plan
Destroy
8. Which three are components of a Monitoring Query Language expression?
Ans: statistics
metric
interval
9. Where are the Oracle Cloud Infrastructure block volume backups stored?
Ans: In the Object Storage
10. Which three SDKs are supported on Oracle Cloud Infrastructure?
Ans: Java
TypeScript
Go
11. A user is unable to mount a file system to access the data from a local data center via VPN.
What is causing the issue?
Ans: The instance is in a different region.
12. Which service intercepts HTTP/S traffic and passes them through a set of filters and rules to protect against attack streams?
Ans: WAF
13. What is used to automate copying block volume backups from one region to another seamlessly?
Ans: User-defined backup policy
14. Which Oracle Cloud Infrastructure service enables you to set up communication channels to publish messages using topics and subscriptions?
Ans: Notification
15. Which three algorithms are supported by Vault?
Ans: ECDSA
AES
RSA
16. If the traffic does not flow correctly, which three might cause issues in the IPSec connection?
Ans: Overlapping CIDRs
An inconsistent ping result from on-premises to the Oracle Cloud Infrastructure device
Multiple SPIs with policy-based tunnels
17. To better manage resource utilization in your environment, you have decided to create alerts that notify your team each time a new compute instance is created. Which two resources do you need to create to accomplish this task?
Ans: Create a rule in the Event Service that is activated by the Instance - Launch End event type.
Create a new topic in the Notifications Service and subscribe your email address to the topic.
18. A working Linux instance stops responding. Which is the correct way to troubleshoot the issue?
Ans: Create an instance console connection and check the console logs
19. What is the default location of the file created to organize the servers managed by Ansible?
Ans: /etc/ansible/hosts
20. You are using Terraform to create a sandbox environment for the development team. This environment consists of an Oracle Cloud Infrastructure virtual cloud network, two compute resources, and a database instance. As part of the Terraform configuration, you need to run a script on the two compute instances that will configure the connection to the database. Which Terraform feature should you leverage to accomplish this task?
Ans: The remote-exec provisioner
21. Which Oracle Cloud Infrastructure Service allows customers to configure routing policies for serving intelligent responses to DNS queries?
Ans: Traffic Management
22. The backups for a block volume are triggered every week and retained for four weeks. Additional ones are created every month, which are retained for twelve months. Which Automated policy is configured for this backup?
Ans: Silver
23. Which statement is true about the Oracle Cloud Infrastructure audit logs retention period?
Ans: You can configure log retention for up to 365 days.
24. You are an admin for an Oracle Cloud Infrastructure tenancy and you are using the Monitoring Service to monitor your team’s cloud resource usage.
Which is true regarding the Monitoring Service?
Ans: The Monitoring Service uses metrics to monitor resources and alarms to notify about metrics.
25. What is the Oracle Cloud Infrastructure Command Line Interface used for?
Ans: automating simple, repeatable actions
26. What is the most secure place to store secret keys on Oracle Cloud Infrastructure?
Ans: Vault
27. Which action do you need to perform to push a new image to the Oracle Cloud Infrastructure (OCI) Registry?
Ans: Generate an auth token to complete the authentication via Docker CLI.
28. Which Traffic Management Steering Policy dynamically routes traffic requests based on the originating IP prefix?
Ans: IP Prefix Steering
29. How can you provide user access to an existing compartment in Oracle Cloud Infrastructure?
Ans: by adding users to a group and defining a policy to provide group access to the compartment
30. All the backend server health status indicators report OK, but the load balancer does not pass traffic on a listener. What are two possible causes of this issue?
Ans: Listeners are configured to listen on the wrong port.
Listeners are using the wrong protocol.
31. Which two statements are true about the Oracle Cloud Infrastructure Cost Analysis Tool?
Ans: Costs can be filtered by Date, Tags, and Compartments.
The tool can only be accessed by members of the ADMINISTRATOR group.
32. What is the difference between service limits and compartment quotas?
Ans: Service limits are set by Oracle, while compartment quotas are set by administrators.
33. Which statement is FALSE regarding multipart uploads?
Ans: Uploads cannot be restarted if they fail due to a network issue.
34. Which two options show the correct scope for setting up Oracle Cloud Infrastructure budgets?
Ans: Cost-tracking tag
Compartment
35. Which Oracle Cloud Infrastructure Service monitors endpoints across a hybrid infrastructure?
Ans: Health Checks
36. Which alarm state is seen if the alarm metric is no longer being emitted?
Ans: Reset
37. What is the measurement related to the health, capacity, or performance of a given resource called?
Ans: Metric