Oracle 1z0-1084-21 Exam Practice Questions (P. 4)
- Full Access (55 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #16
Which two statements accurately describe an Oracle Functions application? (Choose two.)
- AAn application based on Oracle Functions, Oracle Cloud Infrastructure (OCI) Events and OCI API Gateway services
- BA Docker image containing all the functions that share the same configuration
- CA common context to store configuration variables that are available to all functions in the application
- DA logical group of functions
- EA small block of code invoked in response to an Oracle Cloud Infrastructure (OCI) Events service
Correct Answer:
CD
CD
send
light_mode
delete
Question #17
You are developing a serverless application with Oracle Functions. Your function needs to store state in a database. Your corporate security standards mandate encryption of secret information like database passwords.
As a function developer, which approach should you follow to satisfy this security requirement?
As a function developer, which approach should you follow to satisfy this security requirement?
- AUse the Oracle Cloud Infrastructure Console and enter the password in the function configuration section in the provided input field.
- BEncrypt the password using Oracle Cloud Infrastructure Key Management. Decrypt this password in your function code with the generated key.
- CAll function configuration variables are automatically encrypted by Oracle Functions.
- DUse Oracle Cloud Infrastructure Key Management to auto-encrypt the password. It will inject the auto-decrypted password inside your function container.
Correct Answer:
B
B
send
light_mode
delete
Question #18
You are tasked with developing an application that requires the use of Oracle Cloud Infrastructure (OCI) APIs to POST messages to a stream in the OCI Streaming service.
Which statement is incorrect?
Which statement is incorrect?
- AAn HTTP 401 will be returned if the client’s clock is skewed more than 5 minutes from the server’s.
- BThe request must include an authorization signing string including (but not limited to) x-content-sha256, content-type, and content-length headers.
- CThe request does not require an Authorization header.Most Voted
- DThe Content-Type header must be set to application/json
Correct Answer:
B
B
send
light_mode
delete
Question #19
Which is NOT a valid option to execute a function deployed on Oracle Functions?
- AInvoke from Oracle Cloud Infrastructure CLI
- BTrigger by an event in Oracle Cloud Infrastructure Events service
- CInvoke from Fn Project CLI
- DInvoke from Docker CLI
- ESend a signed HTTP requests to the function’s invoke endpoint
Correct Answer:
D
D
send
light_mode
delete
Question #20
You are working on a cloud native e-commerce application on Oracle Cloud Infrastructure (OCI). Your application architecture has multiple OCI services, including Oracle Functions. You need to trigger these functions directly from other OCI services, without having to run custom code.
Which OCI service cannot trigger your functions directly?
Which OCI service cannot trigger your functions directly?
- AOracle Integration
- BOCI Events Service
- COCI Registry
- DOCI API Gateway
Correct Answer:
C
C
send
light_mode
delete
All Pages