Skip Navigation Links
 

Microsoft - AZ-800: Administering Windows Server Hybrid Core Infrastructure

Sample Questions

Question: 223
Measured Skill: Manage storage and file services (15-20%)

Note: This is a lab or performance-based testing (PBT) question. To answer, you will perform a set of tasks in a live environment. Some functionality (e.g. copy and paste) will not be possible by design. The right mouse button may not be able to be used. Scoring is based on the outcome of performing the tasks stated in the lab. It doesn't matter how you accomplish the goal.

You need to make the shares named Marketing and Sales from SRV1 available on the network by using the following UNC paths:
  • \\contoso.com\documents\marketing
  • \\contoso.com\documents\sales
To complete this task, sign in to the required computer or computers.

(This question has to be solved in a lab environment. Click on Solution to see a valid example solution. Answer "True" if you can solve the problem, otherwise select "False".)

ATrue
B False

Correct answer: A

Solution:

We need to create a domain based Distributed File System Namespaces named documents and include the marketing and sales file shares as folder targets.

Step 01: Sign in to srv1.contoso.com and start the DFS Management console (dfsmgmt.msc). Click New Namespace.

Step 02: Enter srv1.contoso.com as the name of the server hosting the new namespace. Then click Next.

Step 03: Enter Documents as the name of the new namespace. Then click Next.

Step 04: Keep the default settings and click Next.

Step 05: Click Create to create the new namespace.

Step 06: Click Close.

Step 07: Select the new namespace and click New Folder.

Step 08: Enter Marketing as the name for the new folder and add the Marketing share as the folder target. See the Preview of the namespace of the new folder. Then click OK. The repeat step 7 and stept 8 to add a folder and a folder target for the Sales share.

Step 09: To verify your configuration was successfull you could open the UNC path of the namespace folder in Explorer.

Reference: DFS Namespaces overview



Question: 224
Measured Skill: Manage storage and file services (15-20%)

Note: This is a lab or performance-based testing (PBT) question. To answer, you will perform a set of tasks in a live environment. Some functionality (e.g. copy and paste) will not be possible by design. The right mouse button may not be able to be used. Scoring is based on the outcome of performing the tasks stated in the lab. It doesn't matter how you accomplish the goal.

You need to use Azure File Sync to replicate the contents of C:\App on SRV1 to an Azure file share named share1.

The required source files are located in a folder named \\dc1.contoso.com\install.

To complete this task, sign in to the required computer or computers.

(This question has to be solved in a lab environment. Click on Solution to see a valid example solution. Answer "True" if you can solve the problem, otherwise select "False".)

ATrue
B False

Correct answer: A

Solution:

We need to install the Azure File Sync agent located in \\dc1.contoso.com\install on SRV1 and register SRV1 with the Storage Sync Service. Then we need to create a server endpoint for C:\App on SRV1.

Step 01: Sign in to srv1.contoso.com. As a prerequsite we need to verify that Internet Explorer Enhanced Security is turned off. Start Server Manager and make sure IE Enhanced Security is Off.

Step 02: Open the \\dc1.contoso.com\install file share and install the Azure File Sync agent. Follow the steps of the Storage Sync Agent Setup wizard.

Step 03: Click Finish to finish the installation process.

Step 04: The Server Registration assistant starts automatically. Click the Sign in and use the given credentials to sign in to your Azure Environment.

Step 05: Select the subscription, the resource group and the Storage Sync Service to register the Server. Then click Register.

Step 06: Registration was successful. Copy the Azure resource URL, then click Close to finish the process.

Step 07: Open Microsoft Edge and paste the Azure resource URL in the address bar. Sign in to Microsoft Azure.

Step 08: From the menu, click Sync groups, then click +Sync group and select the storage account and the file share to use as the cloud endpoint for the new sync group. Then click Create.

Step 09: Open the newly created sync group and click +Add server endpoint.

Step 10: Select the registered server and enter the file path of the App folder. Then click Create.

Step 11: The server endpoint was added successful and the content of the C:\App folder will be synchronized. The task is completed.

References:

What is Azure File Sync?

Deploy Azure File Sync



Question: 225
Measured Skill: Manage Windows Servers and workloads in a hybrid environment (10-15%)

Note: This is a lab or performance-based testing (PBT) question. To answer, you will perform a set of tasks in a live environment. Some functionality (e.g. copy and paste) will not be possible by design. The right mouse button may not be able to be used. Scoring is based on the outcome of performing the tasks stated in the lab. It doesn't matter how you accomplish the goal.

You need to ensure that you can manage SRV1 remotely by using PowerShell.

To complete this task, sign in to the required computer or computers.

(This question has to be solved in a lab environment. Click on Solution to see a valid example solution. Answer "True" if you can solve the problem, otherwise select "False".)

ATrue
B False

Correct answer: A

Solution:

We need to verify that Remote management in Server Manager is enabled. Remote management is enabled by default on servers that are running Windows Server 2016 and higher.

Step 01: Sign in to srv1.contoso.com. and start Server Manager. If Remote management is disabled, click the Disabled link.

Step 02: Enable the checkbox as shown below and click OK to finish the task.

Reference: Configure remote Management in Server Manager



Question: 226
Measured Skill: Manage virtual machines and containers (15-20%)

Note: This is a lab or performance-based testing (PBT) question. To answer, you will perform a set of tasks in a live environment. Some functionality (e.g. copy and paste) will not be possible by design. The right mouse button may not be able to be used. Scoring is based on the outcome of performing the tasks stated in the lab. It doesn't matter how you accomplish the goal.

You need to run a container that uses the mcr.microsoft.com/windows/servercore/iis image on SRV1. Port 80 on the container must be published to port 5001 on SRV1 and the container must run in the background.

To complete this task, sign in to the required computer or computers.

(This question has to be solved in a lab environment. Click on Solution to see a valid example solution. Answer "True" if you can solve the problem, otherwise select "False".)

ATrue
B False

Correct answer: A

Solution:

We need to use the Windows Admin Center to configure and start a container on SRV1.

Step 01: Sign in to srv1.contoso.com. and start the Windows Admin Center. Provide your credentials to sign in and connect to srv1.contoso.com.

Step 02: From the left navigation bar, select containers. Then select Images and click on Pull. Select a version of the mcr.microsoft.com/windows/servercore/iis image and click Pull.

Step 03: Select the newly added image and click Run.

Step 04: Enter a name for the new container and publish port 80 to port 5001. Enable Hyper-V isolation to prevent any compatibility issues with host operating system. Then click Run to start the container.

Step 05: Switch to the containers overview and verify that the container runs. The task is completed.

Reference: Run new containers using Windows Admin Center



Question: 227
Measured Skill: Manage virtual machines and containers (15-20%)

Note: This is a lab or performance-based testing (PBT) question. To answer, you will perform a set of tasks in a live environment. Some functionality (e.g. copy and paste) will not be possible by design. The right mouse button may not be able to be used. Scoring is based on the outcome of performing the tasks stated in the lab. It doesn't matter how you accomplish the goal.

You have an application that is copied to a folder named C:\App on SRV1. C:\App also contains a Dockerfile for the app.

On SRV1, you need to create a container image for the application by using the Dockerfile. The container image must be named app1.

To complete this task, sign in to the required computer or computers.

(This question has to be solved in a lab environment. Click on Solution to see a valid example solution. Answer "True" if you can solve the problem, otherwise select "False".)

ATrue
B False

Correct answer: A

Solution:

We need to use the Windows Admin Center to configure and start a container on SRV1.

Step 01: Sign in to srv1.contoso.com. and start the Windows Admin Center. Provide your credentials to sign in and connect to srv1.contoso.com.

Step 02: From the left navigation bar, select containers. Then select Images and click +Create New.

Step 03: Enable the Use an existing docker file checkbox. The browse for the C:\App folder as the application source path, enter app1 as the image name, and enter an image tag as shown below. Click Build to create the image and to complete the task. Note: We didn't has a valid Dockerfile available.

Reference: Create new container images on Windows Admin Center





 
Tags: exam, examcollection, exam simulation, exam questions, questions & answers, training course, study guide, vce, braindumps, practice test
 
 

© Copyright 2014 - 2024 by cert2brain.com