Oracle 1z0-1084-20 Exam Practice Questions (P. 4)
- Full Access (60 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 #16
You are using Oracle Cloud Infrastructure (OCI) Resource Manager to manage your infrastructure lifecycle and wish to receive an email each time a Terraform action begins.
How should you use the OCI Events service to do this without writing any code? (Choose the best answer.)
How should you use the OCI Events service to do this without writing any code? (Choose the best answer.)
- ACreate an OCI Notifications topic and email subscription with the destination email address. Then create an OCI Events rule matching "Resource Manager Stack "" Update" condition, and select the notification topic for the corresponding action.
- BCreate an OCI Notifications topic and email subscription with the destination email address. Then create an OCI Events rule matching "Resource Manager Job "" Create" condition, and select the notification topic for the corresponding action.
- CCreate a rule in OCI Events service matching the "Resource Manager Stack "" Update" condition. Then, select "Action Type: Email" and provide the destination email address.
- DCreate an OCI Email Delivery configuration with the destination email address. Then create an OCI Events rule matching "Resource Manager Job "" Create" condition, and select the email configuration for the corresponding action.
Correct Answer:
D
D
send
light_mode
delete
Question #17
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? (Choose the best answer.)
Registry (OCIR).
Which configuration is necessary to provide access to this repository from OKE? (Choose the best answer.)
- AAdd a generic secret on the cluster containing your identity credentials. Then specify a registryCredentials property in the deployment manifest.
- BCreate a docker-registry secret for OCIR with API key credentials on the cluster, and specify the imagePullSecret property in the application deployment manifest.
- CCreate a docker-registry secret for OCIR with identity Auth Token on the cluster, and specify the imagePullSecret property in the application deployment manifest.
- DCreate a dynamic group for nodes in the cluster, and a policy that allows the dynamic group to read repositories in the same compartment.
Correct Answer:
C
Reference:
https://www.oracle.com/webfolder/technetwork/tutorials/obe/oci/oke-and-registry/index.html
C
Reference:
https://www.oracle.com/webfolder/technetwork/tutorials/obe/oci/oke-and-registry/index.html
send
light_mode
delete
Question #18
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? (Choose the best answer.)


- Aservice.beta.kubernetes.io/oci-load-balancer-kind: 400Mbps
- Bservice.beta.kubernetes.io/oci-load-balancer-value: 400Mbps
- Cservice.beta.kubernetes.io/oci-load-balancer-shape: 400Mbps
- Dservice.beta.kubernetes.io/oci-load-balancer-size: 400Mbps
Correct Answer:
C
Reference:
https://docs.cloud.oracle.com/en-us/iaas/Content/ContEng/Tasks/contengcreatingloadbalancer.htm
C
Reference:
https://docs.cloud.oracle.com/en-us/iaas/Content/ContEng/Tasks/contengcreatingloadbalancer.htm
send
light_mode
delete
Question #19
You are developing a serverless application with Oracle Functions and Oracle Cloud Infrastructure Object Storage. Your function needs to read a JSON file object from an Object Storage bucket named "input-bucket" in compartment "qa-compartment". Your corporate security standards mandate the use of Resource
Principals for this use case.
Which two statements are needed to implement this use case? (Choose two.)
Principals for this use case.
Which two statements are needed to implement this use case? (Choose two.)
- ASet up a policy with the following statement to grant read access to the bucket: allow dynamic-group read-file-dg to read objects in compartment qa-compartment where target.bucket.name= "˜input-bucket'
- BSet up the following dynamic group for your function's OCID: Name: read-file-dg Rule: resource.id = "˜ocid1.fnfunc.oc1.phx.aaaaaaaakeaobctakezjz5i4ujj7g25q7sx5mvr55pms6f4da'
- CSet up a policy to grant all functions read access to the bucket: allow all functions in compartment qa-compartment to read objects in target.bucket.name= "˜input-bucket'
- DSet up a policy to grant your user account read access to the bucket: allow user XYZ to read objects in compartment qa-compartment where target.bucket.name= "˜input-bucket'
- ENo policies are needed. By default, every function has read access to Object Storage buckets in the tenancy.
Correct Answer:
AC
AC
send
light_mode
delete
Question #20
You created a pod called "nginx" and its state is set to Pending.
Which command can you run to see the reason why the "nginx" pod is in the pending state? (Choose the best answer.)
Which command can you run to see the reason why the "nginx" pod is in the pending state? (Choose the best answer.)
- Akubectl logs pod nginx
- Bkubectl describe pod nginx
- Ckubectl get pod nginx
- DThrough the Oracle Cloud Infrastructure Console
Correct Answer:
B
Reference:
https://github.com/kubernetes/kubernetes/issues/49314
B
Reference:
https://github.com/kubernetes/kubernetes/issues/49314
send
light_mode
delete
All Pages