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

1z0-1084-22 Questions and Answers

Note! Following 1z0-1084-22 Exam is Retired now. Please select the alternative replacement for your Exam Certification. The new exam code is 1z0-1084-24

1z0-1084-22 Questions and Answers

Question # 6

Which one of the statements describes a service aggregator pattern?

A.

It is implementedin each service separately and uses a streaming service

B.

It involves implementing a separate service that makes multiple calls to other backend services

C.

It uses a queue on both sides of the service communication

D.

It involves sending events througha message broker

Full Access
Question # 7

Which two statements are true for service choreography?

A.

Service choreographer is responsible for invoking other services.

B.

Services involved in choreography communicate through messages/messaging systems.

C.

Service choreography relies on a central coordinator.

D.

Service choreography should not useevents for communication.

E.

Decision logic in service choreography is distributed.

Full Access
Question # 8

You are developing a serverless applicationwith Oracle Functions. You have created a function in compartment named prod. When you try to invoke your function you get the following error.

Errorinvokingfunction.status:502message:dhcp options ocid1.dhcpoptions.oc1.phx.aaaaaaaac...doesnotexistorOracleFunctionsisnotauthorized touseit

How can you resolve this error?

A.

Create a policy:

Allow function-family to use virtual-network-family in compartment prod

B.

Create a policy:

Allow any-user to manage function-family and virtual-network-family in compartment prod

C.

Create a policy:

Allow service FaaS to use virtual-network-family in compartment prod

D.

Deleting the function and redeploying it will fix the problem

Full Access
Question # 9

Which is NOT a valid option to execute a function deployed on Oracle Functions?

A.

Send a signed HTTP requests to the function's invoke endpoint

B.

Invoke from Oracle Cloud Infrastructure CLI

C.

Invoke from Docker CLI

D.

Trigger by an event in Oracle Cloud Infrastructure Events service

E.

Invoke from Fn Project CLI

Full Access
Question # 10

Which pattern can help you minimize the probability of cascading failures in your system during partial loss of connectivity or a complete service failure?

A.

Retry pattern

B.

Anti-corruption layer pattern

C.

Circuit breaker pattern

D.

Compensating transaction pattern

Full Access