Pass the Oracle Oracle Cloud Infrastructure 1z0-1084-25 Questions and answers with CertsForce

Viewing page 3 out of 3 pages
Viewing questions 21-30 out of questions
Questions # 21:

You are building a cloud native serverless travel application with multiple Oracle Functions in Java, Python, and Node.js. You need to build and deploy these functions to a single application named travel-app. Which command will help you complete this task successfully?

Options:

A.

fn function deploy app travel-app--all


B.

fn app deploy --app travel-app --all


C.

fn app --app travel-app deploy --ext java pyljs


D.

fn deploy--app travel-app --all


Expert Solution
Questions # 22:

You have just finished building and compiling the software required to implement the API microservice component. You need to rebuild the API docker image, and plan to tag it as: ocIdevops/api:latest Which docker command would re-create the API docker image?

Options:

A.

docker build -t OCIdevops/api:latest


B.

docker create -t OCIdevops/api:latest


C.

docker image -t OCIdevops/api:latest


D.

docker compile -t OCI devops/api:latest


Expert Solution
Questions # 23:

Which technique is used for testing the entire user flow as well as the moving parts of a cloud native app, ensuring that there are no high-level discrepancies?

Options:

A.

Contract Testing


B.

Integration Testing


C.

Unit Testing


D.

Component Testing


E.

End-to-end Testing


Expert Solution
Questions # 24:

Which kubectl command syntax is valid for implementing a rolling update deployment strategy in Kubernetes? (Choose the best answer.)

Options:

A.

kubectl upgrade -c --image=image:v2


B.

kubectl update --image=image:v2


C.

kubectl rolling-update --image=image:v2


D.

kubectl update -c --iniage=image: v2


Expert Solution
Questions # 25:

You developed a microservices-based application that runs in an Oracle Cloud Infrastructure (OCI) Container Engine for Kubernetes (OKE) cluster. It has multiple endpoints that need to be exposed to the public internet. What is the most cost-effective way to expose multiple application endpoints without adding unnecessary complexity to the application?

Options:

A.

Use a NodePort service type in Kubernetes for each of your service endpoints using the node's public IP address to access the applications.


B.

Create a separate load balancer instance for each service using the lowest 100 Mbps option.


C.

Use a ClusterIP service type in Kubernetes for each of your service endpoints using a load balancer to expose the endpoints.


D.

Deploy an Ingress Controller and use it to expose each endpoint with its own routing endpoint.


Expert Solution
Questions # 26:

Your Oracle Cloud Infrastructure (OCI) Container Engine for Kubernetes (OKE) administrator has created an OKE cluster with one node pool in a public subnet. You have been asked to provide a log file from one of the nodes for troubleshooting purpose. Which step should you take to obtain the log file?

Options:

A.

Use the username opc and password to login.


B.

It is impossible because OKE is a managed Kubernetes service.


C.

SSH into the nodes using the private key.


D.

SSH into the node using the public key.


Expert Solution
Questions # 27:

Which testing strategy achieves high velocity of deployments and releases of cloud native applications? (Choose the best answer.)

Options:

A.

Penetration testing


B.

Automated testing


C.

Integration testing


D.

A/B testing


Expert Solution
Questions # 28:

A developer has created another version of a microservice and wants 10% of the traffic to flow towards it for testing purposes. The application is already configured using OCI (Oracle Cloud Infrastructure) Service Mesh. Which of the following steps is the right approach to achieve this goal?

Options:

A.

Create a new Kubernetes deployment for the new version of the microservice and set the traffic splitting percentage to 10% in the Kubernetes service manifest.


B.

Use Kubernetes HPA (Horizontal Pod Autoscaler) to scale the new version of the microservice to handle 10% of the traffic automatically.


C.

Create a new entry in the routeRules field of the ingress gateway route table manifest to configure traffic splitting between the old and new versions of the microservice and set the percentage to 10%.


D.

Create a new entry in the routeRules field of the virtual service route table manifest to configure traffic splitting between the old and new versions of the microservice and set the percentage to 10%.


Expert Solution
Questions # 29:

From a DevOps process standpoint, it is a good practice to keep changes to an application under version control. Which of the following allows changes to a Docker image to be stored in a version control system?

Options:

A.

Updating docker-compose.yml


B.

Executing docker commit


C.

Executing docker save


D.

Updating Dockerfile


Expert Solution
Questions # 30:

Which is NOT a valid use case for leveraging the Oracle Cloud Infrastructure (OCI) Events service?

Options:

A.

Capturing the OCI Monitoring service alarms and invoking autoscaling of compute instances.


B.

Publishing a notification when long-lived tasks complete, such as an OCI Autonomous Database backup completion.


C.

Triggering a notification action when a function completes its execution.


D.

Triggering a function deployed in Oracle Functions when new files are uploaded to an OCI Object Storage bucket.


E.

Publishing all the OCI resource events in a specific compartment to the OCI Streaming service for later analysis.


Expert Solution
Viewing page 3 out of 3 pages
Viewing questions 21-30 out of questions