Oracle 1z0-1084-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
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
<Fill in>
spec:
type: LoadBalancer
ports:
- port: 80
selector:
app: nginx
- Aservice.beta.kubernetes.io/oci-load-balancer-value: 400Mbps
- Bservice.beta.kubernetes.io/oci-load-balancer-size: 400Mbps
- Cservice.beta.kubernetes.io/oci-load-balancer-kind: 400Mbps
- Dservice.beta.kubernetes.io/oci-load-balancer-shape: 400Mbps
Correct Answer:
D
D
send
light_mode
delete
Question #2
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?
Which statement describes the appropriate logging approach?
- AAll services log to standard output only.
- BAll services log to an external logging system.
- CAll services log to a shared log file.
- DEach service logs to its own log file.
Correct Answer:
A
A
send
light_mode
delete
Question #3
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?
Which action should you take?
- ASet global policy of image retention to “Retain All Images”.
- BIn your compartment, write a policy to limit access to the specific repository.
- CCreate a group and assign a policy to perform lifecycle operations on images.
- DEdit the tenancy global retention policy.
Correct Answer:
A
A
send
light_mode
delete
Question #4
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?
Which action should you use to trigger this email?
- ASchedule an Oracle Function that checks the OCI Object Storage bucket every second and emails the customer when a file is found.
- BUse OCI Events service and OCI Notification service to send an email each time a file is created.
- CSchedule a cron job that monitors the OCI Object Storage bucket and emails the customer when a new file is created.
- DSchedule an Oracle Function that checks the OCI Object Storage bucket every minute and emails the customer when a file is found.
Correct Answer:
B
B
send
light_mode
delete
Question #5
A service you are deploying to Oracle Cloud Infrastructure (OCI) Container Engine for Kubernetes (OKE) uses a docker image from a private repository in OCI Registry (OCIR).
Which configuration is necessary to provide access to this repository from OKE?
Which configuration is necessary to provide access to this repository from OKE?
- ACreate a dynamic group for nodes in the cluster, and a policy that allows the dynamic group to read repositories in the same compartment.
- BCreate a docker-registry secret for OCIR with API key credentials on the cluster, and specify the imagePullSecret property in the application deployment manifest.
- CAdd a generic secret on the cluster containing your identity credentials. Then specify a registryCredentials property in the deployment manifest.
- DCreate a docker-registry secret for OCIR with identity Auth Token on the cluster, and specify the imagePullSecret property in the application deployment manifest.
Correct Answer:
D
D
send
light_mode
delete
All Pages