Pre-Winter Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: force70

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

Viewing page 1 out of 6 pages
Viewing questions 1-10 out of questions
Questions # 1:

Which key pillar of cloud native development should be utilized when a development team needs to automate build, test, and release cycles to achieve rapid and reliable software delivery?

Options:

A.

Containerization


B.

DevOps Principles


C.

Microservices Architecture


D.

Serverless Computing


Expert Solution
Questions # 2:

Which TWO statements accurately describe an Oracle Functions application? (Choose two.)

Options:

A.

A common context to store configuration variables that are available to all functions in the application. A Docker image containing all the functions that share the same configuration.


B.

An application based on Oracle Functions, Oracle Cloud Infrastructure (OCI) Events, and OCI API Gateway services.


C.

A small block of code invoked in response to an OCI Events service.A logical group of functions.


D.

A Docker image containing all the functions that share the same configuration.


Expert Solution
Questions # 3:

A company is developing a new application that needs to process transactions in real time. The company wants to ensure that all transactions are processed in order and that no transaction is lost. Which of these is a correct strategy for leveraging OCI Queue in this scenario?

Options:

A.

Use a separate queue for each type of transaction.


B.

Use a single queue to process all transactions.


C.

Use a separate queue for each application instance.


D.

Use a priority queue to prioritize requests.


Expert Solution
Questions # 4:

Your organization is developing serverless applications with Oracle Functions. Many functions will need to store state data in a database, which will require using appropriate credentials. However, your corporate security standards mandate encryption of secret information, such as database passwords. How would you address this security requirement?

Options:

A.

Use OCI Console to enter the password in the function configuration section in the provided input field.


B.

Leverage application-level configuration variables to store passwords because they are automatically encrypted by Oracle Functions.


C.

Use the OCI Vault service to auto-encrypt the password and then set an application-level configuration variable to reference the auto-decrypted password inside your function container.


D.

Encrypt the password using the OCI Vault service and then decrypt this password in your function code with the generated key.


Expert Solution
Questions # 5:

Which pattern is used to decompose a monolithic application by gradually replacing specific parts of its functionality with microservices?

Options:

A.

Strangler Pattern


B.

Saga Pattern


C.

Sidecar Pattern


D.

Outbox Pattern


Expert Solution
Questions # 6:

Your team has created a serverless application deployed in Oracle Functions. It uses a Python function leveraging the Oracle Cloud Infrastructure (OCI) Python SDK to stop any OCI compute instance that does not comply with your corporate security standards. Although there are three non-compliant OCI compute instances, when you invoke this function, none of the instances were stopped. With respect to this issue, which of the following is a valid troubleshooting strategy?

Options:

A.

Enable function logging in the OCI console, add some print statements in your function code, and then view the logs to troubleshoot.


B.

Enable function remote debugging in the OCI console, and then use your favorite IDE to inspect the function running on Oracle Functions.


C.

Ensure that the application is deployed within the same OCI compartment as the instance, because you cannot enable function execution data from the OCI console.


D.

Enable function tracing in the OCI console, and then go to the OCI Monitoring console to view the function stack trace.


Expert Solution
Questions # 7:

Which statement is NOT valid regarding the design best practices for microservices?

Options:

A.

Responsive microservices must return a standard response to requesting clients even when the underlying service execution fails.


B.

Backward compatibility dictates that API updates and parameter changes must not break existing clients consuming the microservice.


C.

Flexible communication requires all microservices to use the same synchronous protocol for both external and internal communication.


D.

Idempotency ensures that calling a microservice multiple times with the same parameters produces the exact same outcome.


Expert Solution
Questions # 8:

You are writing a script to automate operational reports and need to extract custom aggregated CPU utilization metrics for a set of compute instances within your compartment. Which OCI CLI command should you run to retrieve this aggregated metric data from the OCI Monitoring service?

Options:

A.

oci monitoring metric-data post


B.

oci monitoring metric-data query


C.

oci monitoring metric-data retrieve


D.

oci monitoring metric-data summarize-metrics-data


Expert Solution
Questions # 9:

Your enterprise is migrating a synchronous order fulfillment system to a distributed microservices architecture on Oracle Cloud Infrastructure. The development team originally implemented a Two-Phase Commit protocol to handle transactions spanning multiple databases, but it caused severe performance bottlenecks due to extended resource locking periods. You must now design a decentralized transaction strategy that processes steps as a sequence of independent local transactions, publishes events to coordinate subsequent steps, and executes compensating actions if a step fails. Which transaction design pattern should you implement to meet these requirements?

Options:

A.

Two-Phase Commit Pattern


B.

Transactional Outbox Pattern


C.

Saga Design Pattern


D.

Event Aggregation Pattern


Expert Solution
Questions # 10:

Which TWO are part of the Cloud Native Computing Foundation (CNCF) container runtime? (Choose two.)

Options:

A.

rkt-o


B.

runc


C.

getcd


D.

containerd


Expert Solution
Viewing page 1 out of 6 pages
Viewing questions 1-10 out of questions