Which two languages can you use to write custom code for Azure Machine Learning designer? Each correct answer presents a complete solution.
NOTE; Each correct selection is worth one point.
Correct Answer: C,D
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.