Microsoft Certified Azure Data Fundamentals · Free Practice Question Easy
Question 24
Which of the following best describes the query language used in Azure Stream Analytics jobs?
-
A
SQL
-
B
R
-
C
Python
-
D
JavaScript
Reveal correct answer
Correct answer: A
Explanation
Azure Stream Analytics uses SQL syntax to define queries that process the streaming data. This allows users to select, project, and aggregate data values efficiently. Python, R, and JavaScript are not the primary languages used for defining queries in Azure Stream Analytics jobs.
Reference: https://azure.microsoft.com/en-ca/products/stream-analytics
A. SQL (Structured Query Language) is the query language used in Azure Stream Analytics jobs. It allows users to write queries to process and analyze streaming data in real-time, making it the correct choice for describing the query language in this context.
B. R is a programming language and software environment commonly used for statistical computing and graphics. While it is suitable for data analysis tasks, it is not the query language used in Azure Stream Analytics jobs.
C. Python is a general-purpose programming language commonly used for data analysis, machine learning, and web development. However, it is not the query language typically used in Azure Stream Analytics jobs.
D. JavaScript is a popular programming language primarily used for client-side web development. While it can be used in various applications, it is not the query language typically used in Azure Stream Analytics jobs.
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
