Kcna Kubernetes And Cloud Native Associate · Free Practice Question Easy
Question 60
In a Kubernetes-based cloud-native application using Serverless architecture, what kind of scaling is most commonly associated with Function-as-a-Service (FaaS)?
-
A
Predictive scaling
-
B
Manual scaling
-
C
Reactive scaling
-
D
Proactive scaling
Reveal correct answer
Correct answer: C
A.
Predictive scaling uses historical data to forecast future needs, which is not commonly associated with the event-driven, reactive nature of FaaS.
B.
FaaS typically scales automatically, eliminating the need for manual scaling.
C.
FaaS is usually designed to be reactive, scaling in response to events or triggers.
D.
While proactive scaling adjusts capacity ahead of demand, this is not typically how FaaS operates. FaaS usually scales in response to real-time events.
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
