
Answer-first summary for fast verification
Answer: 0.999 * 0.9999 = 0.9989001 = 99.89001%
To calculate the composite SLA for an Azure application that uses multiple services, the SLAs of the individual services are multiplied together. For example, if the SLAs are 99.9% (or 0.999) and 99.99% (or 0.9999), the composite SLA is computed as 0.999 * 0.9999 = 0.9989001, which equals 99.89001%. Therefore, option A is the correct answer.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
Given an Azure application that utilizes services with specific SLAs, how would you determine the composite SLA for the entire application?
A
0.999 * 0.9999 = 0.9989001 = 99.89001%
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%