AZ-400 Wrong answer
Hello,
On page https://learn.microsoft.com/en-us/training/modules/explore-infrastructure-code-configuration-management/6-knowledge-check - the first question:
1. Which of the following choices represents when using this approach the methodology of HOW a state is achieved is abstracted away? -> Has a correct answer of Declarative.
But on page https://learn.microsoft.com/en-us/training/modules/explore-infrastructure-code-configuration-management/4-understand-imperative-versus-declarative-configuration you have:
Imperative (procedural). In the imperative approach, the script states the how for the final state of the machine by executing the steps to get to the finished state. It defines what the final state needs to be but also includes how to achieve that final state. It also can consist of coding concepts such as for, if-then, loops, and matrices.
Which one is correct?
This question is related to the following Learning Module