Exam AZ-400 All QuestionsBrowse all questions from this exam
Question 29

Your company makes use of Azure SQL Database Intelligent Insights and Azure Application Insights for monitoring purposes.

You have been tasked with analyzing the monitoring using ad-hoc queries. You need to utilize the correct query language.

Solution: You use Azure Log Analytics.

Does the solution meet the goal?

    Correct Answer: A

    Azure Log Analytics provides a platform for running queries using the Kusto Query Language (KQL). For analyzing monitoring data from Azure SQL Database Intelligent Insights and Azure Application Insights, KQL is the correct language to use. Log Analytics serves as the interface to write and execute these queries, hence using Azure Log Analytics achieves the goal of properly analyzing the data with the correct query language.

Discussion
fanq10Option: A

You need to utilize the correct query language. Azure Log Analytics is NOT a query language. So Given answer is correct

marras

I'd prefer KQL however Microsoft calls Log Analytics also a language here: https://docs.microsoft.com/en-us/services-hub/health/log_analytics_query_language

pdk88

You are correct. Given answer is right.

prabhjot

yes azure Log analytics

AzureJobsTillRetire

This is not correct. The question does not specifically ask which language you should use. It states that you need to utilize the correct query language, and you can do so by using Azure Log Analytics, which has KQL inside you can use.

DSA_MSCOption: A

A - YES Same question: https://www.examtopics.com/discussions/microsoft/view/25631-exam-az-400-topic-7-question-4-discussion/

[Removed]

hmm good point. From MS perspective it is Log Analytics but in reality its KQL

basw77

You're right. Based on the other options from that question, we can conclude is should the correct answer is Log Analytics.

zellckOption: B

B is the answer. https://learn.microsoft.com/en-us/azure/azure-monitor/logs/log-query-overview Azure Monitor Logs is based on Azure Data Explorer, and log queries are written by using the same Kusto Query Language (KQL). This rich language is designed to be easy to read and author, so you should be able to start writing queries with some basic guidance.

PillartechOption: A

A is the correct answer. "Data analysis in Azure SQL Analytics is based on Log Analytics language for your custom querying and reporting." https://learn.microsoft.com/en-us/previous-versions/azure/azure-monitor/insights/azure-sql#analyze-data-and-create-alerts

HgregOption: A

"You need to utilize the correct query language." "Solution: You use Azure Log Analytics." - This sentence does not say that Azure Log Analytics is a language. It simply says, that you use this service, which means that you use KQL. KQL is a correct answer, so I vote for A.

kshkOption: B

Azure Log Analytics is not a query language. Kusto Query Language should be used for querying Application Insights and Azure Monitor. So, the correct answer is B.

itexamsmicrosoftOption: B

B. No Azure Log Analytics is a service in Azure that provides comprehensive analytics and insights, not a query language itself. However, it uses Kusto Query Language (KQL), the same as Azure Application Insights and Azure SQL Database Intelligent Insights, for querying and analyzing the data. So, while Azure Log Analytics could potentially be part of a solution to analyze monitoring data, it isn't a query language as the question suggests. The correct query language for Azure Application Insights and Azure SQL Database Intelligent Insights is KQL.

yana_bOption: B

The primary query language used in Log Analytics is called Kusto Query Language (KQL)

OlehTOption: A

Data analysis in Azure SQL Analytics is based on Log Analytics language. Period, do not overthink. https://learn.microsoft.com/en-us/previous-versions/azure/azure-monitor/insights/azure-sql#analyze-data-and-create-alerts

e0da014Option: A

Topic 2, Question 10 You use Azure SQL Database Intelligent Insights and Azure Application Insights for monitoring. You need to write ad-hoc queries against the monitoring data. Which query language should you use? A. Kusto Query Language (KQL) Most Correct query language is Kusto

saket051985Option: B

While Azure Log Analytics is a powerful tool for analyzing and querying log data, it is not the primary tool for querying and analyzing data from Azure SQL Database Intelligent Insights and Azure Application Insights. Each of these services has its own query language. Answer is B(No)

gaboOption: A

It's asking for the query language, so only KQL can be the correct answer.

flafernanOption: B

The proposed solution for using Azure Log Analytics to analyze monitoring data from Azure SQL Database Intelligent Insights and Azure Application Insights does not meet the objective, as each of these tools has its own dedicated query languages (T-SQL and Kusto Query Language, respectively). Log Analytics is not an add-on tool for this specific type of analysis. So the correct answer is "No".

yana_bOption: B

Should be yes when provided solution of this question is KQL (Kusto query language)

ArchitectsOption: A

A - log analytics and it use Kusto QL

RouixOption: A

Here I would go for A - YES! You will utilize correct query language via Log Analytics Workspace and its Kusto Query Language.

ShomaVOption: B

Azure Application Insights, you would use the Application Insights Analytics query language. This query language is based on a subset of the Kusto Query Language (KQL) and allows you to perform advanced analytics and querying on your application telemetry data.