Oracle Functions: Polyglot Serverless Application Development | Exam 1Z0-1043-20

Which language cannot be used to write your function code?

Question

You are developing a polyglot serverless application using Oracle Functions.

Which language cannot be used to write your function code? (Choose the best answer.)

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D. E.

A.

https://static.rainfocus.com/oracle/oow19/sess/1550723907257001SAfg/PF/Serverless%20-%20A%20Game%20Changer%20in%20Cloud%

Oracle Functions supports multiple programming languages to write your function code. These languages include Node.js, Python, Go, Java, and even PL/SQL.

However, the question is asking which language cannot be used to write your function code. The correct answer is A. PL/SQL.

While Oracle Functions supports PL/SQL as a language, it is used only for creating and managing database objects such as tables, views, and procedures, and cannot be used to write function code.

Node.js, Python, Go, and Java are all supported as languages for writing function code in Oracle Functions.

Node.js is a popular server-side JavaScript runtime environment that allows you to write scalable and high-performance applications.

Python is a general-purpose, high-level programming language that is known for its simplicity, readability, and ease of use.

Go is a statically typed programming language designed for building fast, reliable, and efficient software at scale.

Java is a popular programming language that is widely used for developing enterprise applications, web applications, and mobile applications.

In summary, while PL/SQL is a language that is supported by Oracle Functions, it cannot be used to write function code. The supported languages for writing function code in Oracle Functions are Node.js, Python, Go, and Java.