A library IT team will implement an OCI Function using the documented Fn Development Kit. Which statement matches official runtime guidance?
Select an answer to reveal the explanation.
Short Explanation
Pick the language your team already ships—Java, Python, Node, Go, Ruby, or C#—and use that language’s FDK as the handler contract. The tenancy does not force a single runtime for everyone.
Full Explanation
Official OCI Functions guidance lists Java, Python, Node, Go, Ruby, and C# with an Fn Development Kit for each language. The FDK supplies the handler contract and context; it is not a prompt to paste a complete program on the exam. Teams choose the language they already know. Invented SKUs or SQL-only/Rust-only mandates are out of scope.