OCI Developer Associate Cert Set 3 Questions with correct answers, Exams of Web Application Development

OCI Developer Associate Cert Set 3 Questions with correct answers

Typology: Exams

2024/2025

Available from 08/07/2025

EXAMDOC
EXAMDOC 🇺🇸

4.4

(9)

22K documents

1 / 7

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
OCI Developer Associate Cert Set 3 Questions with
correct answers
What is the maximum execution timeout of Oracle Functions?
- 60 seconds
- 1 hour
- 120 seconds
- 120 minutes Correct Answer-120 seconds
What is the maximum memory threshold for a OracleFunction?
- 4096 MB
- 2048 MB
- 1024 MB
- 512 MB Correct Answer-1024 MB
Your Organization has built a web based application that has a REST API
endpoint. You have been asked to exposed the REST endpoint using an appropriate
service on OCI
- Oracle Functions
- OCI OKE
- OCI API Gateway
- OCI Service Gateway Correct Answer-OCI API Gateway
When starting a container to run an Oracle Function, the container runs processes
as which user?
- Oracle Function doesn't use any default user. It is a responsibility of the Amin to
specify one
pf3
pf4
pf5

Partial preview of the text

Download OCI Developer Associate Cert Set 3 Questions with correct answers and more Exams Web Application Development in PDF only on Docsity!

OCI Developer Associate Cert Set 3 Questions with

correct answers

What is the maximum execution timeout of Oracle Functions?

  • 60 seconds
  • 1 hour
  • 120 seconds
  • 120 minutes Correct Answer-120 seconds What is the maximum memory threshold for a OracleFunction?
  • 4096 MB
  • 2048 MB
  • 1024 MB
  • 512 MB Correct Answer-1024 MB Your Organization has built a web based application that has a REST API endpoint. You have been asked to exposed the REST endpoint using an appropriate service on OCI
  • Oracle Functions
  • OCI OKE
  • OCI API Gateway
  • OCI Service Gateway Correct Answer-OCI API Gateway When starting a container to run an Oracle Function, the container runs processes as which user?
  • Oracle Function doesn't use any default user. It is a responsibility of the Amin to specify one
  • Oracle Function uses root to run any processes inside the container
  • Oracle Function uses fn user to run the processes with no added privileges
  • Oracle Function uses the same oci user to run the processes with no added privileges Correct Answer-Oracle Function uses fn user to run the processes with no added privileges Your application team has developed an Oracle Function that generates static pages during the function call. They want to use it for all the regions of your company, in such a way that every regional URL will hit the same application endpoint. You have been asked by the application to use OCI API Gateway to expose it. How would you achieve this?
  • Create a OCI API Gateway, Create a deployment adding HTTPS URL of the app
  • Create a OCI API Gateway, Create a deployment and expose the app with exact route path
  • Create a OCI API Gateway, Create a deployment and add Context Variables to Policies & HTTP Back End Definitions
  • Create a OCI API Gateway, Create a deployment and add Path Parameters & Wildcards to Route Paths Correct Answer-Create a OCI API Gateway, Create a deployment and add Path Parameters & Wildcards to Route Paths Which OCI service is NOT supported using OCI Service Broker for Kubernetes?
  • OCI ADW
  • OCI ATP
  • OCI Steaming Service
  • OCI Object Storage
  • OCI Events Service Correct Answer-OCI Events Service
  • Do not create any new node pool and run kubectl drain <node_name> Correct Answer-Create a new node pool and run kubectl label nodes to attach the same label as the existing nodes You are using OCI Registry to store the Container Images for your application. You have been asked to adopt OCI OKE for Container Orchestration and you should use OCI Registry as the image store. How do you use OCI Registry in your OKE environment as Container Store?
  • Use encoded credential to pull image in Pod Spec
  • Create a Docker Registry Secret in OKE and use that as ImagePullSecrets in Pod Spec
  • Use standard username and password in Pod Spec
  • Create a configmap in OKE and use it in Pod Spec Correct Answer-Create a Docker Registry Secret in OKE and use that as ImagePullSecrets in Pod Spec What does Rolling Update deployment strategy do in your Kubernetes environment?
  • Rolling update user traffic from one application pod to another
  • Rolling update is a means to test the functionality of your deployment app
  • Rolling update create two replica of each Pod that you have deployed
  • Rolling update allow Deployments' update to take place with zero downtime by incrementally updating Pods instance with new ones Correct Answer-Rolling update allow Deployments' update to take place with zero downtime by incrementally updating Pods instance with new ones As a Kubernetes Administrator you need to make sure that the deployed application maintains the desired replica state at all times while updating the application with a new image. What should you do?
  • Apply --min & --max in rolling update command
  • Apply --record option during rolling update
  • Apply maxSurge and maxUnavailable parameter in deployment spec
  • Apply --replicacount when doing the rolling update Correct Answer-Apply maxSurge and maxUnavailable parameter in deployment spec You want to allow applications running on OCI compute instance leveraging OCI SDKs to call other OCI services. What should you use to accomplish this?
  • Configure federated identity
  • Configure Instance Principals
  • Create a certificate and copy the certificate to the compute instance
  • Configure Service Principals Correct Answer-Configure Instance Principals What are the supported SDKs on OCI? Choose all that apply
  • PHP SDK
  • Python SDK
  • C++ SDK
  • Ruby SDK
  • Java SDK
  • .NET SDK
  • Go SDK Correct Answer-- Python SDK
  • Ruby SDK
  • Java SDK
  • Go SDK What are the different ways to get authenticated using OCI SDK? Select all that apply
  • Use instance Principal auth type to send the script to the OCI Instances Correct Answer-Use "remote-exec" provisioner to send the script to the OCI Instances What should you use to authenticate yourself before doing docker image pull or push from OCI Registry?
  • You must have an OCI API Signing Key
  • You must have an OCI username and an auth token
  • You must have OCI username and Fingerprint
  • You must have a docker hub username and password Correct Answer-You must have an OCI username and an auth token