nerdexam
Oracle

1Z0-1084-20 · Question #68

You are developing a polyglot serverless application using Oracle Functions. Which language cannot be used to write your function code?

The correct answer is A. PL/SQL. The serverless and elastic architecture of Oracle Functions means there's no infrastructure administration or software administration for you to perform. You don't provision or maintain compute instances, and operating system software patches and upgrades are applied…

Developing Serverless Applications (Functions)

Question

You are developing a polyglot serverless application using Oracle Functions. Which language cannot be used to write your function code?

Options

  • APL/SQL
  • BPython
  • CNode.js
  • DJava

How the community answered

(49 responses)
  • A
    71% (35)
  • B
    8% (4)
  • C
    4% (2)
  • D
    16% (8)

Explanation

The serverless and elastic architecture of Oracle Functions means there's no infrastructure administration or software administration for you to perform. You don't provision or maintain compute instances, and operating system software patches and upgrades are applied automatically. Oracle Functions simply ensures your app is highly-available, scalable, secure, and monitored. With Oracle Functions, you can write code in Java, Python, Node, Go, and Ruby (and for advanced use cases, bring your own Dockerfile, and Graal VM). You can then deploy your code, call it directly or trigger it in response to events, and get billed only for the resources consumed during the execution.

Topics

#Oracle Functions#supported languages#polyglot#PL/SQL

Community Discussion

No community discussion yet for this question.

Full 1Z0-1084-20 Practice