According to the Microsoft Learn module “Describe features of Azure Machine Learning” and the AI-900 study guide, Azure Machine Learning designer supports extending workflows through custom code modules written in Python and R.
Python is the most commonly used language for AI and machine learning due to its extensive library support (such as TensorFlow, Scikit-learn, and PyTorch).
R is widely used for statistical computing and data visualization, making it valuable for analytical workloads.
In Azure Machine Learning, users can insert Python Script or Execute R Script modules within the visual designer to perform advanced operations or custom data transformations.
C# and Scala are not supported directly in Azure Machine Learning Designer. C# is more common in application development, and Scala is primarily used in big data frameworks like Apache Spark.
Hence, the correct answers are C. Python and D. R.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit