Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

Oracle 1z0-1109-24 - Oracle Cloud Infrastructure 2024 DevOps Professional

Page: 2 / 2
Total 50 questions

How do OCI DevOps Deployment Pipelines reduce risk and complexity of production applications?

A.

By reducing change-driven errors introduced by manual deployments

B.

By scaling builds with service-managed build runners

C.

By working with existing Git repositories and CI systems

D.

By eliminating downtime of production applications

As a DevOps engineer at XYZ Corp, you are responsible for ensuring the smooth operation of high-traffic web applications hosted on Oracle Cloud Infrastructure (OCI). The web applications run on multiple OCI resources, including virtual machines, load balancers, and databases. Recently, users have reported failures while accessing one of the OCI-based web applications, and you suspect HTTP 5XX errors on the load balancer. You need to quickly identify and address this issue.

Which of the following statements can assist you in quickly identifying and monitoring the HTTP 5XX error rate on the load balancer and setting up notifications?

A.

Use Custom Metrics of the Monitoring service to collect HTTP 5XX error rates from the load balancer and set up Service Connectors with third-party services such as PagerDuty or Slack.

B.

Use Metrics and Alarms of the Monitoring service with Container Engine for Kubernetes (OKE) to monitor HTTP 5XX errors on Kubernetes resources and correlate them with other OCI resources.

C.

Use Event Rules to detect HTTP 5XX errors on the load balancer and trigger automated actions using OCI Functions or API Gateway.

D.

Use Metrics and Alarms of the Monitoring service to monitor the HTTP 5XX error rate on the load balancer and set up notifications with OCI Notifications.

Which is NOT a valid log category for the Oracle Cloud Infrastructure Logging service?

A.

Custom Logs

B.

Audit Logs

C.

Service Logs

D.

Execution Logs

You’re using Oracle Cloud Infrastructure (OCI) DevOps service to automate your software releases to release features more frequently and with fewer errors. While deploying an update to production, one of your deployment stages failed.

What action should you perform in your Deployment Pipeline?

A.

Use OCI DevOps Trigger and Rerun tool to avoid downtime.

B.

Automate back up and use the rerelease stage in the Deployment Pipeline.

C.

Add Rescue and Trigger stages to automatically trigger the failed deployment.

D.

Roll back the failed stage in the pipeline to the previous successful released version

You are using the Oracle Cloud Infrastructure (OCI) DevOps service and you have successfully built and tested your software applications in your Build Pipeline. The resulting output needs to be stored in a container repository.

Which stage should you add next to your Build Pipeline?

A.

Trigger deployment

B.

Managed build

C.

Deliver artifacts

D.

Export packages