Windows Unit 12 Quiz

Réussis tes devoirs et examens dès maintenant avec Quizwiz!

Which of the following options can be run with the docker run or docker create commands to specify the proportion of the CPU that a container can use relative to other containers running on the same host? A) -cpu-shares B) -cpu-percent C) -cpuset-count D) -cpuset-cpus

A) -cpu-shares

Windows 2016 Nano Server can provide you with some specific advantages when compared with Windows 2106 Server Core. Which of the following advantages are found in Nano Server? (Choose all that apply.) A) Fewer security updates B) Fewer running OS processes C) GUI D) Higher kernel memory usage

A) Fewer security updates B) Fewer running OS processes

When you create a virtual machine using Hyper-V, you generate a "virtualized" hardware environment that allows multiple operating systems to coexist on a single host. However, when you utilize a "containerized" application using Windows Server containers, you are creating an environment that shares very specific resources from the host machine. What specific resources are the containerized applications utilizing? (Choose all that apply.) A) Host operating system B) Second operating system in an isolated virtual machine C) Host kernel D) Virtual machine's kernel

A) Host operating system C) Host kernel

A system administrator needs to create and manage Nano Server VHD images. Which PowerShell cmdlet can an administrator use to import the cmdlets and scripts that facilitate the creation and management of Nano Server VHD images? A) Import-Module B) Import-ServerModule C) Get-NanoServerImage D) Get-Module

A) Import-Module

Which Nano Server package installs the Hyper-V role? A) MicroSoft-NanoServer-Compute-Package B) MicroSoft-NanoServer-HyperV-Package C) MicroSoft-NanoServer-Host-Package D) MicroSoft-NanoServer-ShieldedVM-Package

A) MicroSoft-NanoServer-Compute-Package

Which tool do you use to create a new Nano Server virtual hard disk? A) PowerShell B) Server Manager C) Hyper-V Manager D) Hyper-V Manager

A) PowerShell

You are currently editing and testing an existing container image and have decided you would like to be able to differentiate between multiple versions of the same image. What can be used to differentiate between multiple versions of the same image? A) Tag B) Commit C) Pull D) Shortcut

A) Tag

You have just been assigned the task of configuring your Docker containers to stop using NAT, the default container network configuration. The containers should be able to communicate with devices on the host network without the network addresses having to be translated or sharing the host's MAC address. What type of container network should you implement? A) Transparent B) Dynamic C) Static D) Layer 2 (L2) bridge

A) Transparent

As a system administrator, you have been assigned the task of setting up a new Nano Server installation on a physical computer. The Nano Server image is already created and needs to be deployed to a physical computer. Which of the following options can be utilized to deploy Nano Server to a physical computer? (Choose all that apply.) A) Use PXE-boot and WDS to install Nano Server on a bare-metal machine. B) Use WinPE to install Nano Server on a bare-metal machine C) Use PowerShell to convert a Server Core machine to Nano Server D) Dual boot to a computer that has a Windows OS installed

A) Use PXE-boot and WDS to install Nano Server on a bare-metal machine. B) Use WinPE to install Nano Server on a bare-metal machine D) Dual boot to a computer that has a Windows OS installed

What specific command can be used to create a container after you have selected and downloaded an image from the Docker Hub repository? A) docker run B) Get -docker C) docker exe D) docker start

A) docker run

You have decided to create a Nano Server that will support the containers feature. However, you must first install the container feature in the Nano Server image. What parameter can you add to the PowerShell cmdlet New-NanoServerImage to install the container feature? A) -DockerContainer B) -Containers C) -Docker D) -DockerImage

B) -Containers

Which parameter of the New-NanoServer cmdlet specifies whether the server will be installed on a virtual machine or a physical computer? A) -Edition B) -Deployment type C) -TargetType D) -ComputerType

B) -Deployment type

You have decided that you would like to limit the amount of memory a container may use to 3 megabytes. Which of the following options can be run with the docker run or docker create commands to specify that 3 megabytes are the maximum amount of memory the container can use? A) -memory-reservation 3m B) -memory 3m C) -memory-limit 3m D) -memory-swap 3m

B) -memory 3m

You have recently decided that you would like to delete the Docker container AppTest. What command will delete the AppTest container after you have verified that the container has been stopped? A) Container AppTest -delete B) Docker rm AppTest C) Container AppTest -remove D) Docker -remove AppTest

B) Docker rm AppTest

What feature of Docker allows you the ability to specify properties of a container image using a text file? A) Dockeredit B) Dockerfile C) Containeredit D) Containerfile

B) Dockerfile

You have decided to join Nano Server to a domain that is different from the host computer's domain. During this task, you will use a PowerShell cmdlet to point to a file that contains the information to perform an offline domain join. What is the specific name of this type of file? A) Domain path file B) Domain blob file C) Domain join file D) Domain access file

B) Domain blob file

Which of the following is an application environment that provides OS and kernel isolation like a traditional VM but is not managed by Hyper-V Manager? A) Isolated container B) Hyper-V container C) Docker container D) Windows Server container

B) Hyper-V container

Which of the following type of servers would be ideal candidates to install and utilize Windows 2016 Nano Server? (Choose all that apply.) A) Active Directory server B) Hyper-V server C) DNS server D) Web server

B) Hyper-V server C) DNS server D) Web server

You have decided to install and utilize Nano Server in your current network. What specific procedure should you perform when installing Windows 2016 Nano Server? A) Shrink an existing partition and install Windows Server 2016 Nano server B) Use PowerShell to create a virtual disk from files included on the Windows Server 2016 installation media C) Convert an existing Server Core installation to a Nano installation D) Use PowerShell to create a new disk partition and use the files on the Windows Server 2016 installation media

B) Use PowerShell to create a virtual disk from files included on the Windows Server 2016 installation media

You are a system administrator and have been asked to design an environment that can deploy Windows containers. You are currently in the process of selecting an appropriate version of Windows Server. Which versions of Windows Server will support Windows containers? (Choose all that apply.) A) Windows Server 2016 without Desktop Experience B) Windows Server 2016 Nano Server C) 2016 Server Core D) Windows Server 2016 with Desktop Experience

B) Windows Server 2016 Nano Server C) 2016 Server Core D) Windows Server 2016 with Desktop Experience

Which of the following open source software projects has been adapted by Microsoft to implement containers within the Windows environment? A) KVM B) Hadoop C) Docker D) Vagrant

C) Docker

You have just completed the process of adding a specific package to a Nano Server image to add an additional feature. However, you have noticed the feature you needed on your Nano Server is not available for immediate use. What task must be performed before the newly added feature is available for use? A) Remove the package's binary files B) Activate the feature using the cmdlet Get-OptionalFeature C) Enable the feature D) Enable the package's binary files

C) Enable the feature

Which term describes a server that has no built-in management interface and that is meant to be managed remotely? A) Remote server B) Read-only server C) Headless server D) Core server

C) Headless server

Containers allow an application to see and interact only with certain parts of an operating system. Which of the following terms best describes the parts of the OS an application can see and interact with? A) Docker B) Isolation C) Namespace D) Container

C) Namespace

Which of the following PowerShell parameters will install the Hyper-V package that lets you utilize Nano Server as a virtualized host? A) -Clustering B) -Host C) -Storage D) -Compute

D) -Compute

Which of the following advanced Nano Server parameters will allow you to put Nano Server in a test mode that will allow you to use unsigned drivers? A) -DebugDriver B) -Driverpath C) -EnableEMS D) -Development

D) -Development

When you are "pulling" a Microsoft Nano Server image for Docker, you are essentially pulling your image from what specific public repository? A) DockerImage B) Windows Server repository C) DockerRepo D) DockerHub

D) DockerHub

Which PowerShell cmdlet can you use to update or edit an existing Nano Server image? A) Update-NanoServerImage B) Set-NanoServerImage C) New-NanoServerImage D) Edit-NanoServerImage

D) Edit-NanoServerImage

You have just finished creating a new Nano Server image. However, upon closer inspection, you realize that you did not configure your new image correctly. Which PowerShell cmdlet will allow you to edit your existing Server image? A) Setup-NanoServer B) Setup-NanoServerImage C) Edit-NanoServer D) Edit-NanoServerImage

D) Edit-NanoServerImage

When compared with virtual machines, containers are excellent alternatives for cloud providers who wish to provide which of the following services? A) Infrastructure as a Service B) Physical servers C) Platform as a Service D) Software as a Service

D) Software as a Service


Ensembles d'études connexes

Computer Science 307: Software Engineering : Chapter 1

View Set

Finance Test (Chapters 6, 7, & 8)

View Set

Government Test 3- Review(Part 3)

View Set

renal part 2 (fluid and e- changes) - exam 3

View Set