Oracle Cloud Platform Data Integration 2020 Specialist — Question 29
You are building a cloud native, serverless travel application with multiple Oracle Functions in Java, Python and Node.js. You need to build and deploy these functions to a single application named travel-app.
Which command will help you complete this task successfully? (Choose the best answer.)
Answer options
- A. oci fn function deploy """"app travel""app """"all
- B. fn deploy """"app travel""app """"all
- C. oci fn application """"application""name travel""app deploy """"all
- D. fn function deploy """"all """"application""name travel""app
Correct answer: B
Explanation
The correct answer is B because the 'fn deploy' command is specifically designed to deploy functions to a specified application. Options A, C, and D do not use the correct syntax or command structure required for deploying the functions properly.