exam questions

Exam AZ-301 All Questions

View all questions & answers for the AZ-301 exam

Exam AZ-301 topic 17 question 2 discussion

Actual exam question from Microsoft's AZ-301
Question #: 2
Topic #: 17
[All AZ-301 Questions]

You plan to deploy 200 Microsoft SQL Server databases to Azure by using Azure SQL Database and Azure SQL Database Managed Instance.
You need to recommend a monitoring solution that provides a consistent monitoring approach for all deployments. The solution must meet the following requirements:
✑ Support current-state analysis based on metrics collected near real-time, multiple times per minute, and maintained for up to one hour
✑ Support longer term analysis based on metrics collected multiple times per hour and maintained for up to two weeks.
✑ Support monitoring of the number of concurrent logins and concurrent sessions.
What should you include in the recommendation?

  • A. dynamic management views
  • B. trace flags
  • C. Azure Monitor
  • D. SQL Server Profiler
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
jaykwe
Highly Voted 5 years, 2 months ago
I think the answer should be dynamic management views: https://docs.microsoft.com/en-us/azure/sql-database/sql-database-monitoring-with-dmvs
upvoted 10 times
Rajuuu
5 years, 1 month ago
Does not support 'concurrent logins and concurrent sessions’ hence dynamic Management view is not an option.
upvoted 2 times
A365
4 years, 9 months ago
According the the following article, DMV supports that: https://docs.microsoft.com/en-us/azure/azure-sql/database/monitoring-with-dmvs#maximum-concurrent-logins
upvoted 1 times
...
...
kamal_P
5 years, 1 month ago
dynamic management views is troubleshooting tool. The answer is Azure monitor
upvoted 2 times
Dlouc
5 years, 1 month ago
Monitoring performance Azure SQL Database using dynamic management views ( provides information on how to detect common performance problems by using dynamic management views.) 1.Identify CPU performance issues 2.Identify IO performance issues 3.Calculating database and objects sizes 4.Monitoring connections so
upvoted 1 times
FloJoe
5 years ago
"on how to detect common performance problems by ..." -> detect problems = troubleshooting
upvoted 1 times
...
...
...
...
[Removed]
Highly Voted 4 years, 10 months ago
Repeated question of Question #9 @ https://www.examtopics.com/exams/microsoft/az-301/view/2/ Requirements summarized: - Multiple SQL DB & SQL MI Instances requiring monitoring - Support long-term analysis (maintained for up to two weeks) - Support current-state analysis that collects metric real-time (maintained for up to one hour) - Monitor concurrent logins and sessions What should you include in the recommendation? A. dynamic management views > Effortful and unclear on how to retain and analyse information gathered, so ruled out. B. trace flags > Seems to be very effortful to set on all DB engines. Although unclear on how to retain and analyse that amount of data. Ruled out. C. Azure Monitor > Only viable option left! D. SQL Server Profiler > Low level debugging tool. Doesn't make sense to use for longer term analysis. Also it's deprecated, so ruled out! Links: https://techcommunity.microsoft.com/t5/azure-sql-database/monitoring-options-available-for-azure-sql-managed-instance/ba-p/1065416
upvoted 7 times
...
sanketshah
Most Recent 4 years, 5 months ago
C is correct answer.
upvoted 1 times
...
Rooh
4 years, 9 months ago
with Monitor we can not get the metrics for less than a minute, since it says real time, and multiple times a minute it would be DMV i..e. option A
upvoted 1 times
MegatonN
4 years, 9 months ago
based on metrics collected near real-time, multiple times per minute, and maintained for up to one hour is not real-time and you can "aggregate" values per minute
upvoted 1 times
...
...
babacandy
4 years, 11 months ago
Here is the repeated question : https://www.examtopics.com/exams/microsoft/az-301/view/2/
upvoted 2 times
...
Famous_Guy
5 years, 1 month ago
D. SQL Server Profiler Common SQL Profiler use-cases: Stepping through problem queries to find the cause of the problem. Finding and diagnosing slow-running queries. Capturing the series of Transact-SQL statements that lead to a problem. Monitoring the performance of SQL Server to tune workloads. Correlating performance counters to diagnose problems.
upvoted 1 times
RStover
5 years, 1 month ago
This answer is so wrong that it is not even right. State here refers to more than the sql performance or access. C is correct.
upvoted 4 times
...
...
Rajuuu
5 years, 2 months ago
Answer C is correct.
upvoted 4 times
...
Ekramy_Elnaggar
5 years, 5 months ago
This is a repeated question: https://www.examtopics.com/exams/microsoft/az-301/view/9
upvoted 6 times
tartar
4 years, 9 months ago
C is ok
upvoted 3 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...