Does this meet the goal?

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this sections, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. Your network contains an Active Directory domain named contoso.com. The domain contains multiple Hyper-V hosts.
You need to deploy several critical line-of-business applications to the network to meet the following requirements:
• The resources of the applications must be isolated from the physical host.
• Each application must be prevented from accessing the resources of the other applications.
• The configurations of the applications must be accessible only from the operating system that hosts the application.
Solution: You deploy a separate Windows container for each application.
Does this meet the goal?
A. Yes
B. No

microsoft-exams

5 thoughts on “Does this meet the goal?

  1. given answer is correct.

    Solution: You deploy a separate Windows container for each application.

    Solution: You deploy a separate Hyper-V container for each application.

  2. Agree with K, answer is incorrect. Windows container share some dll’s and kernel with host OS. So B.

  3. Answer: A
    Explanation
    By using Windows Container-The resources of the applications must be isolated from the physical
    host (ACHIEVED, as a single containercould only access its own resources, but not others)-Each
    application must be prevented from accessing the resources of the other applications. (ACHIEVED, as
    asingle container could only access its ownresources, but not others)-The configurations of the
    applications must be accessible only from the operating system that hosts theapplication. (ACHIEVED,
    you can use DockerFile orDockerRun to push configurations to containers from the Container Host
    OS) References:
    https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/

  4. I have doubts on this, I believe the correct answer is B, because the ability “The resources of the applications must be isolated from the physical host” provide Hyper-V Container, and in Windows container they share resources with host kernel

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.