Question 21
Domain 3: Describe Azure AI services for computer vision and document processingWhich is not a supported file format in Azure ML?
Correct answer: D
Explanation
Azure ML supports common data formats such as CSV, TSV, and Parquet for datasets and pipelines. XML is not listed among the supported file formats, so it is not a supported Azure ML file format.
Why each option is right or wrong
A. Excel
B. Parquet
C. JSON
D. XML
Azure Machine Learning’s dataset and data asset ingestion supports tabular and file-based formats such as CSV, TSV, JSONL, Parquet, and text-oriented files, but XML is not included in the supported file-format list for native dataset handling. In the exam context, the unsupported choice is therefore the one that falls outside Azure ML’s documented file ingestion formats rather than a format accepted by its data asset or pipeline interfaces.