nerdexam
Microsoft

AI-900 · Question #144

You are creating a pipeline in Azure ML Designer. You need to add a module to execute the programming code. What languages can you use for code execution in Azure ML Designer?

The correct answer is C. Python F. R. Azure ML Designer pipelines support custom code execution using specific programming languages within dedicated modules.

Submitted by amina.ke· Mar 30, 2026Explore fundamental principles of machine learning

Question

You are creating a pipeline in Azure ML Designer. You need to add a module to execute the programming code. What languages can you use for code execution in Azure ML Designer?

Options

  • AC++
  • BJava
  • CPython
  • DTypeScript
  • EC#
  • FR
  • GJavaScript

How the community answered

(21 responses)
  • A
    5% (1)
  • C
    86% (18)
  • E
    10% (2)

Why each option

Azure ML Designer pipelines support custom code execution using specific programming languages within dedicated modules.

AC++

C++ is not a directly supported language for custom script execution modules in Azure ML Designer pipelines.

BJava

Java is not a directly supported language for custom script execution modules in Azure ML Designer pipelines.

CPythonCorrect

Azure Machine Learning Designer provides an 'Execute Python Script' module, enabling users to integrate custom Python code for data processing or model logic within their pipelines.

DTypeScript

TypeScript is not a directly supported language for custom script execution modules in Azure ML Designer pipelines.

EC#

C# is not a directly supported language for custom script execution modules in Azure ML Designer pipelines.

FRCorrect

Similarly, the 'Execute R Script' module allows the incorporation of custom R code, extending the functionality of an Azure ML Designer pipeline.

GJavaScript

JavaScript is not a directly supported language for custom script execution modules in Azure ML Designer pipelines.

Concept tested: Azure ML Designer custom script language support

Source: https://learn.microsoft.com/en-us/azure/machine-learning/algorithm-module-reference/execute-python-script?view=azureml-inference-oss-sdk

Topics

#Azure ML Designer#ML pipelines#Custom script execution#Supported programming languages

Community Discussion

No community discussion yet for this question.

Full AI-900 Practice