Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
sale

Want to Unlock All Questions for this Exam?

Full Exam Access, Discussions, No Robots Checks

Oracle 1z0-1084-21 Exam Actual Questions

The questions for 1z0-1084-21 were last updated on May 11, 2024.
  • Viewing page 1 out of 14 pages.
  • Viewing questions 1-4 out of 55 questions

Topic 1 - Exam A

Question #1 Topic 1

Given a service deployed on Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE), which annotation should you add in the sample manifest file below to specify a 400 Mbps load balancer? apiVersion: v1 kind: Service metadata: name: my-nginx-svc labels: app: nginx annotations:
<Fill in>
spec:
type: LoadBalancer
ports:
- port: 80
selector:
app: nginx

  • A. service.beta.kubernetes.io/oci-load-balancer-value: 400Mbps
  • B. service.beta.kubernetes.io/oci-load-balancer-size: 400Mbps
  • C. service.beta.kubernetes.io/oci-load-balancer-kind: 400Mbps
  • D. service.beta.kubernetes.io/oci-load-balancer-shape: 400Mbps
Reveal Solution Hide Solution   Discussion  

Correct Answer: D 🗳️

Question #2 Topic 1

You are implementing logging in your services that will be running in Oracle Cloud Infrastructure Container Engine for Kubernetes.
Which statement describes the appropriate logging approach?

  • A. All services log to standard output only.
  • B. All services log to an external logging system.
  • C. All services log to a shared log file.
  • D. Each service logs to its own log file.
Reveal Solution Hide Solution   Discussion  

Correct Answer: A 🗳️

Question #3 Topic 1

You are building a container image and pushing it to the Oracle Cloud Infrastructure Registry (OCIR). You need to make sure that these images never get deleted from the repository.
Which action should you take?

  • A. Set global policy of image retention to “Retain All Images”.
  • B. In your compartment, write a policy to limit access to the specific repository.
  • C. Create a group and assign a policy to perform lifecycle operations on images.
  • D. Edit the tenancy global retention policy.
Reveal Solution Hide Solution   Discussion  

Correct Answer: A 🗳️

Question #4 Topic 1

You are processing millions of files in an Oracle Cloud Infrastructure (OCI) Object Storage bucket. Each time a new file is created, you want to send an email to the customer and create an order in a database. The solution should perform and minimize cost.
Which action should you use to trigger this email?

  • A. Schedule an Oracle Function that checks the OCI Object Storage bucket every second and emails the customer when a file is found.
  • B. Use OCI Events service and OCI Notification service to send an email each time a file is created.
  • C. Schedule a cron job that monitors the OCI Object Storage bucket and emails the customer when a new file is created.
  • D. Schedule an Oracle Function that checks the OCI Object Storage bucket every minute and emails the customer when a file is found.
Reveal Solution Hide Solution   Discussion  

Correct Answer: B 🗳️

Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...