Book Image

Installation, Storage, and Compute with Windows Server 2016: Microsoft 70-740 MCSA Exam Guide

By : Sasha Kranjac, Vladimir Stefanovic
Book Image

Installation, Storage, and Compute with Windows Server 2016: Microsoft 70-740 MCSA Exam Guide

By: Sasha Kranjac, Vladimir Stefanovic

Overview of this book

MCSA: Windows Server 2016 certification is one of the most sought-after certifications for IT professionals, which includes working with Windows Server and performing administrative tasks around it. This book is aimed at the 70-740 certification and is part of Packt's three-book series on MCSA Windows Server 2016 certification, which covers Exam 70-740, Exam 70-741, and Exam 70-742. This book will cover exam objectives for the 70-740 exam, and starting from installing and configuring Windows Server 2016, Windows Server imaging and deployment to configuring and managing disks and volumes, implementing and configuring server storage and implementing Hyper-V. At the end of each chapter you will be provided test questions to revise your learnings which will boost your confidence in preparing for the actual certifications. By the end of this book, you will learn everything needed to pass the, MCSA Exam 70-740: Installation, Storage, and Compute with Windows Server 2016, certification.
Table of Contents (10 chapters)

Questions

  1. What is the first step in configuring a Hyper-V container host?
    1. Installing Hyper-V
    2. Installing the container feature
    3. Enabling nested virtualizations
    4. Configuring a virtual switch
  2. Which network is created by default when the Docker Engine starts for the first time?
    1. Overlay
    2. Ethernet
    3. Internal
    4. NAT
  3. Can a Nano Server be a container host?
    1. Yes
    2. No
  4. Which switch needs to be used to create a Hyper-V container?
    1. --isolation=hyperv
    2. --hypervcontainer=true
    3. --isolation=vmisolation
    4. None
  5. Which Docker command lists created Containers?
    1. docker container
    2. docker rm
    3. docker ps
    4. docker pull
  6. Which Docker command lists available images for installation?
    1. docker images
    2. docker pull
    3. docker search
    4. docker build
  1. Which type of file is a Dockerfile?
    1. .ps1
    2. .bat
    3. .txt
    4. .bash
  2. Does Windows Server 2016 include Docker Engine by default?
    1. Yes
    2. No
...