nerdexam
Oracle

1Z0-1084-20 · Question #36

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 applications named…

The correct answer is B. fn deploy --ap travel-ap -- all. check the steps for Creating, Deploying, and Invoking a Helloworld Function https://docs.cloud.oracle.com/en-us/iaas/Content/Functions/Tasks/functionscreatingfirst.htm in step 7 that will deploy the funcation 7- Enter the following single Fn Project command to build the…

Developing Serverless Applications (Functions)

Question

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 applications named travel-app. Which command will help you complete this task successfully?

Options

  • Aoci fn function deploy --ap travel-ap --all
  • Bfn deploy --ap travel-ap -- all
  • Coci fn application --application-name-ap deploy --all
  • Dfn function deploy --all --application-name travel-ap

How the community answered

(46 responses)
  • A
    17% (8)
  • B
    72% (33)
  • C
    7% (3)
  • D
    4% (2)

Explanation

check the steps for Creating, Deploying, and Invoking a Helloworld Function https://docs.cloud.oracle.com/en-us/iaas/Content/Functions/Tasks/functionscreatingfirst.htm in step 7 that will deploy the funcation 7- Enter the following single Fn Project command to build the function and its dependencies as a Docker image called helloworld-func, push the image to the specified Docker registry, and deploy the function to Oracle Functions in the helloworld-app: $ fn -v deploy --app helloworld-app The -v option simply shows more detail about what Fn Project commands are doing (see Using the Fn Project CLI with Oracle Functions).

Topics

#fn CLI#fn deploy#function deployment#multi-language app

Community Discussion

No community discussion yet for this question.

Full 1Z0-1084-20 Practice