Home › Forums › Azure › AZ-400 Microsoft Azure DevOps Engineer Expert › AZ-400 Randomized Test Answer Error
-
AZ-400 Randomized Test Answer Error
Irene-TutorialsDojo updated 4 months, 2 weeks ago
2 Members
·
4
Posts
-
The question
You are part of a development team preparing to deploy multiple Azure resources using Terraform. To facilitate the deployment, you must ensure you have the necessary tools and frameworks installed to support both the creation and testing of your Terraform modules.
only accepts Yeomen as 1 and Terratest as 2. If you do it the other way around both get marked as wrong.
-
Hello DonaldDuck,
Thanks for posting.
In this scenario, you are preparing to deploy Azure resources using Terraform and need tools to support both creation and testing of Terraform modules.
The Yeoman framework is for creating Terraform module templates. It scaffolds the files and structure you need to quickly set up consistent modules.
The Terratest framework is for testing those Terraform modules. It allows you to validate that your infrastructure deploys and works as expected by running automated tests against the real environment.
Therefore, Yeoman should be matched to 1 and Terratest to 2. Placing them the other way around will result in an incorrect answer since the slots are mapped to different functions.
Best regards,
Irene @ Tutorials Dojo
-
If that is the case then the question is extremely poorly worded. The question asks what tools and frameworks should be installed and makes no mention of what order you would use the components in. It is completely irrelevant what order you install the frameworks in.
-
Hello DonaldDuck,
Thanks for sharing your feedback.
We understand the confusion regarding the order in the original question. To address this, we’ve updated the matching descriptions so that it’s now clear that Yeoman is used to scaffold and create Terraform module templates while Terratest is used to test Terraform modules and infrastructure deployments. This ensures the question focuses on the purpose of each framework rather than implying installation order, and should provide a clearer experience moving forward.
If you have further questions or need additional clarification, please don’t hesitate to contact us.
Best,
Irene @ Tutorials Dojo
-
Log in to reply.