az-900 question 299 discussion

View all Microsoft Azure Fundamentals here
back to microsoft forum

Question 299 Topic 7

You have an Azure application that uses the services shown in the following table.

How should you calculate the composite SLA for the application?

  • A. 0.999 * 0.9999 = 0.9989001 = 99.89001% Most Votes
  • B. 0.999 / 0.9999 = 0.9991 = 99.91%
  • C. Max(0.999, 0.9999) = 0.9999 = 99.99%
  • D. Min(0.999, 0.9999) = 0.999 = 99.9%
Answer:

A


Explanation:
Composite SLAs involve multiple services supporting an application, each with differing levels of availability. For example,
consider an App Service web app that writes to Azure SQL Database. At the time of this writing, these Azure services have
the following SLAs:
App Service web apps = 99.95%

SQL Database = 99.99%

What is the maximum downtime you would expect for this application? If either service fails, the whole application fails. The
probability of each service failing is independent, so the composite SLA for this application is 99.95% 99.99% = 99.94%.
That's lower than the individual SLAs, which isn't surprising because an application that relies on multiple services has more
potential failure points.
Reference:
https://docs.microsoft.com/en-us/azure/architecture/reliability/requirements#understand-service-level-agreements

User Votes:
A 10 votes
50%
B 4 votes
50%
C 4 votes
50%
D 2 votes
50%
Discussions
0 / 1000
dazzler
1 year, 6 months ago

Correct
https://learn.microsoft.com/en-us/azure/architecture/framework/resiliency/business-metrics#composite-slas

amrit2286
1 year, 3 months ago

A= 99.89001%

kaybeemoima1
5 months, 3 weeks ago

max(0.999, 0.9999) = 0.9999=99.99%

kaybeemoima1
5 months, 3 weeks ago

99.89001%

kaybeemoima1
5 months, 3 weeks ago

99.89001

Thomas
3 months ago

Zusammengesetzte SLAs umfassen mehrere Dienste, die eine Anwendung unterstützen, und jeder hat unterschiedliche Verfügbarkeitsstufen.
Betrachten Sie beispielsweise eine App Service-Web-App, die in die Azure SQL-Datenbank schreibt. Zum Zeitpunkt des Schreibens dieses Artikels haben diese Azure-Dienste
die folgenden SLAs:
App Service-Web-Apps = 99,95 %

SQL-Datenbank = 99,99 %