Oracle 1z0-1084-20 Exam Practice Questions (P. 3)
- Full Access (60 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 #11
You are working on a serverless DevSecOps application using Oracle Functions. You have deployed a Python function that uses the Oracle Cloud Infrastructure
(OCI) Python SDK to stop any OCI Compute instance that does not comply with your corporate security standards. There are 3 non-compliant OCI Compute instances.
However, when you invoke this function none of the instances were stopped.
How should you troubleshoot this? (Choose the best answer.)
(OCI) Python SDK to stop any OCI Compute instance that does not comply with your corporate security standards. There are 3 non-compliant OCI Compute instances.
However, when you invoke this function none of the instances were stopped.
How should you troubleshoot this? (Choose the best answer.)
- AThere is no way to troubleshoot a function running on Oracle Functions.
- BEnable function logging in the OCI console, include some print statements in your function code and use logs to troubleshoot this.
- CEnable function remote debugging in the OCI console, and use your favorite IDE to inspect the function running on Oracle Functions.
- DEnable function tracing in the OCI console, and go to OCI Monitoring console to see the function stack trace.
Correct Answer:
C
C
send
light_mode
delete
Question #12
Which is NOT a valid option to execute a function deployed on Oracle Functions? (Choose the best answer.)
- ASend a signed HTTP requests to the function's invoke endpoint
- BInvoke from Oracle Cloud Infrastructure CLI
- CInvoke from Docker CLI
- DTrigger by an event in Oracle Cloud Infrastructure Events service
- EInvoke from Fn Project CLI
Correct Answer:
C
Reference:
https://docs.cloud.oracle.com/en-us/iaas/Content/Functions/Concepts/functionshowitworks.htm
C
Reference:
https://docs.cloud.oracle.com/en-us/iaas/Content/Functions/Concepts/functionshowitworks.htm
send
light_mode
delete
Question #13
You are developing a polyglot serverless application using Oracle Functions.
Which language cannot be used to write your function code? (Choose the best answer.)
Which language cannot be used to write your function code? (Choose the best answer.)
- APL/SQLMost Voted
- BPython
- CNode.js
- DGo
- EJava
Correct Answer:
A
Reference:
https://static.rainfocus.com/oracle/oow19/sess/1550723907257001SAfg/PF/Serverless%20-%20A%20Game%20Changer%20in%20Cloud%
20Computing%20%281%29_1568730727062001IhkS.pdf
(18)
A
Reference:
https://static.rainfocus.com/oracle/oow19/sess/1550723907257001SAfg/PF/Serverless%20-%20A%20Game%20Changer%20in%20Cloud%
20Computing%20%281%29_1568730727062001IhkS.pdf
(18)
send
light_mode
delete
Question #14
Which two statements accurately describe an Oracle Functions application? (Choose two.)
- AA small block of code invoked in response to an Oracle Cloud Infrastructure (OCI) Events service
- BA Docker image containing all the functions that share the same configuration
- CAn application based on Oracle Functions, Oracle Cloud Infrastructure (OCI) Events and OCI API Gateway services
- DA common context to store configuration variables that are available to all functions in the application
- EA logical group of functions
Correct Answer:
AB
Reference:
https://docs.cloud.oracle.com/en-us/iaas/Content/Functions/Concepts/functionsconcepts.htm
AB
Reference:
https://docs.cloud.oracle.com/en-us/iaas/Content/Functions/Concepts/functionsconcepts.htm
send
light_mode
delete
Question #15
You are processing millions of files in an Oracle Cloud Infrastructure (OCI) Object Storage bucket. Each time a new file is created, you want to send an email to the customer and create an order in a database. The solution should perform and minimize cost.
Which action should you use to trigger this email? (Choose the best answer.)
Which action should you use to trigger this email? (Choose the best answer.)
- ASchedule a cron job that monitors the OCI Object Storage bucket and emails the customer when a new file is created.
- BUse OCI Events service and OCI Notification service to send an email each time a file is created.
- CSchedule an Oracle Function that checks the OCI Object Storage bucket every minute and emails the customer when a file is found.
- DSchedule an Oracle Function that checks the OCI Object Storage bucket every second and emails the customer when a file is found.
Correct Answer:
C
C
send
light_mode
delete
All Pages