Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
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%