Deck 2: Configuring Windows Server 2019

Full screen (f)
exit full mode
Question
Emmitt, an IT administrator, is on a holiday when he receives a message from his boss about an issue with one of the servers running Windows Server 2019. Fortunately, Emmitt is carrying his laptop that is running a Windows 7 operating system. Emmitt accesses the server remotely and resolves the issue. Which of the following tools did Emmitt most likely use to access the server?

A) Server Manager
B) Remote Server Administration Tools
C) Best Practices Analyzer
D) Windows Admin Center
Use Space or
up arrow
down arrow
to flip the card.
Question
Calvin has installed Windows Server 2019 on his personal computer to take part in training program. During one of his lab exercises, his computer crashes. Upon investigation, he finds that the server has not created a crash dump file. What is the most likely reason that Calvin's computer failed to create the dump file?

A) The paging file is not located on the same disk as the operating system.
B) The paging file is disabled on the computer.
C) The initial paging file size is configured to a size that is 1.5 times the installed amount of RAM.
D) The paging file is not placed on a RAID volume.
Question
Ivan is the IT administrator at Alphina Systems. He wants to be able to plug and unplug his hardware devices without using the Safely Remove Hardware option. What should Ivan do?

A) Disable file caching and flushing
B) Enable file caching and flushing
C) Enable file caching and disable flushing
D) Disable file caching and enable flushing
Question
Cmdlets are case-insensitive, so Get-Host and get-host are equivalent.
Question
Candice, a graphic designer, attaches a new portable hard disk to her computer. She can connect to the hard disk immediately without installing any drivers. After some time, she turns on the second monitor attached to her computer. The display malfunctions despite being connected to the computer and receiving adequate power supply. What is the most likely explanation for this issue?

A) Candice did not open the Device Manager when attaching the hard disk.
B) Hard disks are not PnP-friendly devices.
C) Computers contain a limited number of IRQ lines.
D) The display driver did not go through driver signing when Candice turned it on.
Question
Which of the following statements regarding the use of system and user environment variables is accurate?

A) User environment variables are always set first.
B) System environment variables are always set first.
C) User environment variables apply to any user logged onto the computer.
D) System environment variables can be applied on a per-user basis.
Question
Shae is using a Windows Server 2019 operating system. She recently spilled hot chocolate on her keyboard, which damaged the keyboard. She purchased a new keyboard and connected it to her computer. She assumed that she would have to download a driver to use the keyboard. To her surprise, she was able to use the keyboard without any further action from her side. Which of the following features allowed Shae to start using the keyboard straightaway?

A) Plug and Play (PnP)
B) Remote Desktop Protocol (RDP)
C) Gateway Server Mode
D) Devices and Printers utility
Question
The System File Checker is useful in recovering system files that have been corrupted.
Question
Which feature of Windows Server 2019 is designed to foil malware by preventing programs from using system memory space?

A) Data Execution Prevention
B) Processor Scheduling
C) Flushing
D) Windows Registry
Question
Decision constructs such as If and Switch allow you to perform a task multiple times.
Question
Asmara, a system administrator, is performing routine maintenance checks on the Windows servers in her organization. As part of these checks, she is required to verify that drivers and system files on each server are not corrupted. Which of the following commands should Asmara run?

A) sigverif
B) regedit
C) Get-Command | more
D) sfc/scannow
Question
Jenaro installed the Windows Admin Center on a Windows Server 2019 system called SERVERX. He intends to manage other servers using SERVERX. If SERVERX has Web server software installed using port 443, which of the following must be true?

A) Jenaro can connect to the Windows Admin Center only by appending the port number to the URL.
B) SERVERX is also a domain controller and has the Active Directory Domain Services role installed.
C) SERVERX does not have an existing HTTPS certificate, so the Windows Admin Center can use port 443.
D) Jenaro should avoid modifying the local computer's trusted host settings.
Question
Ryan, a server administrator, is attempting to install the Windows Admin Center on a server called SERVERX. However, he is unable to do so. Which is the following may be a reason for this?

A) SERVERX is running a Windows Server 2016 operating system.
B) SERVERX is the domain controller for the Active Directory.
C) SERVERX does not have an existing HTTPS certificate.
D) SERVERX has Web server software that is using port 443.
Question
Alina is using Windows PowerShell on a Windows Server 2019 system for the first time. She wants a list of all cmdlets in PowerShell, so she types the following command: PS C : \ Users \Administrator>Get-Command | More Why does Alina use the pipe symbol (|) in this command?

A) To create a customized Windows PowerShell session
B) To control execution in the same way as the -whatif option
C) To create an output file called More in which the results of Get-Command are stored
D) To send the output from Get-Command to More, which displays the output page-by-page
Question
Haruko is a system administrator at Notion Source, a company that specializes in digital marketing. He is configuring Windows Server 2019 on SERVERX and adding multiple servers to Server Manager so that he can manage all the servers from the same console. He is trying to add SERVERY, a file server. Despite his efforts, he is unable to add this server to Server Manager. Which of the following is a likely reason that he is unable to add SERVERY to the console?

A) SERVERY is joined to the same Active Directory domain as SERVERX.
B) SERVERY is part of a workgroup, but the workgroup server is not on the trusted hosts list.
C) SERVERY has Windows Server 2016 installed, so it is not compatible with SERVERX.
D) SERVERX has the Welcome to Server Manager pane hidden from the Dashboard.
Question
What is the use of adding tags to servers in the Windows Admin Center ?

A) Tags allow you to upload and download files to and from the filesystems on the server.
B) Tags allow you to monitor and manage DHCP server configuration.
C) Tags help configure additional areas of the system via MMC tools.
D) Tags help identify servers and can be searched using the Search dialog box.
Question
Shweta, a system administrator at Status Wir e, is configuring Windows Server 2019 using Server Manager. She wants the Dashboard to display an alert whenever the server exceeds certain CPU usage. Which of the following panes should she use to configure this setting?

A) Events
B) Services
C) Best Practices Analyzer
D) Performance
Question
Felipe requests the system administrator, Lucida, to change the font settings on a shared desktop system. Felipe wants a larger font size when he logs onto this computer. Which Registry root key should Lucida access to change the font size?

A) HKEY_CLASSES_ROOT
B) HKEY_LOCAL_MACHINE
C) HKEY_CURRENT_USER
D) HKEY_CURRENT_CONFIG
Question
You are experiencing problems during the installation of Windows Server 2019. More specifically, critical file extensions have lost their associated program data. You need to restore the settings from a Registry backup. Where will the settings be found?

A) HKEY_CLASSES_ROOT
B) HKEY_LOCAL_MACHINE
C) HKEY_CURRENT_USER
D) HKEY_CURRENT_CONFIG
Question
A limitation of Windows PowerShell is that it cannot be used to install or remove Windows roles.
Question
Kristian uses the following command on Windows PowerShell to view a list of all cmdlets: PS C : \ Users \Administrator>Get-Command | More The command displays a subset of the total output and follows it with the word More. On clicking the return button, the next set of results is displayed. Kristian wants to exit this and return to the PowerShell prompt. Which of these keys should Kristian press?

A) Up Arrow
B) Home
C) Q
D) Tab
Question
What is a root key and which are the five root keys that exist in the Windows Server 2019 Registry?
Question
What are the components of the WMI infrastructure?
Question
Dillon wants to create a PowerShell script that automatically opens a bunch of websites whenever his system boots. He downloads a script from an Internet forum for PowerShell scripts and runs it. The script executes without warnings or asking for any additional confirmation. What is the most likely execution policy on Dillon's system?

A) Restricted
B) AllSigned
C) Unrestricted
D) Bypass
Question
When using the Best Practices Analyzer (BPA) to verify server roles, what are the three levels of severity for problems?
Question
What is the use of loop constructs within PowerShell scripts?
Question
What are the interrupt request (IRQ) line and Input/Output (I/O) address resources on a computer used for?
Question
Kristoffer creates a PowerShell script to automatically execute a set of tasks on system startup. He uses variables in his script to accomplish certain tasks. He is using a variable to filter out certain conditions during which the script should not execute. Which of the following names can Kristoffer use for the variable?

A) $filter
B) continue
C) $count
D) *number
Question
Caylin, an IT administrator, receives an email from a coworker that the company website, eloxnet.com, is not accessible. She decides to check if there is an issue that is preventing access to the website. Which of the following PowerShell cmdlets should Caylin run first?

A) Test-NetConnection
B) Get-NetIPConfiguration
C) Get-NetAdapterStatistics
D) Set-NetFirewallProfile
Question
What is driver signing, and how does it affect drivers that are not signed in Windows Server 2019?
Question
Thandiwe is using a server running the Windows Server 2019 operating system. She notices some of the server's services are not functioning as intended. She suspects that a recent update may have caused this issue. While troubleshooting, she intends to look up the list of recently installed updates. She runs the following command: X | ogv Complete the command by selecting the missing component identified by X.

A) More
B) Get-HotFix
C) select -last 1
D) Get-WindowsFeature
Question
What is the term for programs and system software that can query WMI?

A) WMI infrastructure
B) WMI consumers
C) WMI providers
D) WMI classes
Question
Describe the various categories of recommendations provided by the Best Practices Analyzer (BPA) when it verifies server roles.
Question
What is the System File Checker tool, and how does it work?
Question
Adair suspects that some of the files on the Windows server are corrupt. She cannot wait for the end of the business day to check the files or overwrite any corrupt files. Adair can either use the System File Checker or Sigverif. Which tool should Adair use and why?
Question
What are PowerShell providers? List some examples.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/36
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 2: Configuring Windows Server 2019
1
Emmitt, an IT administrator, is on a holiday when he receives a message from his boss about an issue with one of the servers running Windows Server 2019. Fortunately, Emmitt is carrying his laptop that is running a Windows 7 operating system. Emmitt accesses the server remotely and resolves the issue. Which of the following tools did Emmitt most likely use to access the server?

A) Server Manager
B) Remote Server Administration Tools
C) Best Practices Analyzer
D) Windows Admin Center
D
2
Calvin has installed Windows Server 2019 on his personal computer to take part in training program. During one of his lab exercises, his computer crashes. Upon investigation, he finds that the server has not created a crash dump file. What is the most likely reason that Calvin's computer failed to create the dump file?

A) The paging file is not located on the same disk as the operating system.
B) The paging file is disabled on the computer.
C) The initial paging file size is configured to a size that is 1.5 times the installed amount of RAM.
D) The paging file is not placed on a RAID volume.
B
3
Ivan is the IT administrator at Alphina Systems. He wants to be able to plug and unplug his hardware devices without using the Safely Remove Hardware option. What should Ivan do?

A) Disable file caching and flushing
B) Enable file caching and flushing
C) Enable file caching and disable flushing
D) Disable file caching and enable flushing
A
4
Cmdlets are case-insensitive, so Get-Host and get-host are equivalent.
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
5
Candice, a graphic designer, attaches a new portable hard disk to her computer. She can connect to the hard disk immediately without installing any drivers. After some time, she turns on the second monitor attached to her computer. The display malfunctions despite being connected to the computer and receiving adequate power supply. What is the most likely explanation for this issue?

A) Candice did not open the Device Manager when attaching the hard disk.
B) Hard disks are not PnP-friendly devices.
C) Computers contain a limited number of IRQ lines.
D) The display driver did not go through driver signing when Candice turned it on.
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
6
Which of the following statements regarding the use of system and user environment variables is accurate?

A) User environment variables are always set first.
B) System environment variables are always set first.
C) User environment variables apply to any user logged onto the computer.
D) System environment variables can be applied on a per-user basis.
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
7
Shae is using a Windows Server 2019 operating system. She recently spilled hot chocolate on her keyboard, which damaged the keyboard. She purchased a new keyboard and connected it to her computer. She assumed that she would have to download a driver to use the keyboard. To her surprise, she was able to use the keyboard without any further action from her side. Which of the following features allowed Shae to start using the keyboard straightaway?

A) Plug and Play (PnP)
B) Remote Desktop Protocol (RDP)
C) Gateway Server Mode
D) Devices and Printers utility
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
8
The System File Checker is useful in recovering system files that have been corrupted.
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
9
Which feature of Windows Server 2019 is designed to foil malware by preventing programs from using system memory space?

A) Data Execution Prevention
B) Processor Scheduling
C) Flushing
D) Windows Registry
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
10
Decision constructs such as If and Switch allow you to perform a task multiple times.
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
11
Asmara, a system administrator, is performing routine maintenance checks on the Windows servers in her organization. As part of these checks, she is required to verify that drivers and system files on each server are not corrupted. Which of the following commands should Asmara run?

A) sigverif
B) regedit
C) Get-Command | more
D) sfc/scannow
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
12
Jenaro installed the Windows Admin Center on a Windows Server 2019 system called SERVERX. He intends to manage other servers using SERVERX. If SERVERX has Web server software installed using port 443, which of the following must be true?

A) Jenaro can connect to the Windows Admin Center only by appending the port number to the URL.
B) SERVERX is also a domain controller and has the Active Directory Domain Services role installed.
C) SERVERX does not have an existing HTTPS certificate, so the Windows Admin Center can use port 443.
D) Jenaro should avoid modifying the local computer's trusted host settings.
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
13
Ryan, a server administrator, is attempting to install the Windows Admin Center on a server called SERVERX. However, he is unable to do so. Which is the following may be a reason for this?

A) SERVERX is running a Windows Server 2016 operating system.
B) SERVERX is the domain controller for the Active Directory.
C) SERVERX does not have an existing HTTPS certificate.
D) SERVERX has Web server software that is using port 443.
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
14
Alina is using Windows PowerShell on a Windows Server 2019 system for the first time. She wants a list of all cmdlets in PowerShell, so she types the following command: PS C : \ Users \Administrator>Get-Command | More Why does Alina use the pipe symbol (|) in this command?

A) To create a customized Windows PowerShell session
B) To control execution in the same way as the -whatif option
C) To create an output file called More in which the results of Get-Command are stored
D) To send the output from Get-Command to More, which displays the output page-by-page
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
15
Haruko is a system administrator at Notion Source, a company that specializes in digital marketing. He is configuring Windows Server 2019 on SERVERX and adding multiple servers to Server Manager so that he can manage all the servers from the same console. He is trying to add SERVERY, a file server. Despite his efforts, he is unable to add this server to Server Manager. Which of the following is a likely reason that he is unable to add SERVERY to the console?

A) SERVERY is joined to the same Active Directory domain as SERVERX.
B) SERVERY is part of a workgroup, but the workgroup server is not on the trusted hosts list.
C) SERVERY has Windows Server 2016 installed, so it is not compatible with SERVERX.
D) SERVERX has the Welcome to Server Manager pane hidden from the Dashboard.
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
16
What is the use of adding tags to servers in the Windows Admin Center ?

A) Tags allow you to upload and download files to and from the filesystems on the server.
B) Tags allow you to monitor and manage DHCP server configuration.
C) Tags help configure additional areas of the system via MMC tools.
D) Tags help identify servers and can be searched using the Search dialog box.
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
17
Shweta, a system administrator at Status Wir e, is configuring Windows Server 2019 using Server Manager. She wants the Dashboard to display an alert whenever the server exceeds certain CPU usage. Which of the following panes should she use to configure this setting?

A) Events
B) Services
C) Best Practices Analyzer
D) Performance
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
18
Felipe requests the system administrator, Lucida, to change the font settings on a shared desktop system. Felipe wants a larger font size when he logs onto this computer. Which Registry root key should Lucida access to change the font size?

A) HKEY_CLASSES_ROOT
B) HKEY_LOCAL_MACHINE
C) HKEY_CURRENT_USER
D) HKEY_CURRENT_CONFIG
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
19
You are experiencing problems during the installation of Windows Server 2019. More specifically, critical file extensions have lost their associated program data. You need to restore the settings from a Registry backup. Where will the settings be found?

A) HKEY_CLASSES_ROOT
B) HKEY_LOCAL_MACHINE
C) HKEY_CURRENT_USER
D) HKEY_CURRENT_CONFIG
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
20
A limitation of Windows PowerShell is that it cannot be used to install or remove Windows roles.
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
21
Kristian uses the following command on Windows PowerShell to view a list of all cmdlets: PS C : \ Users \Administrator>Get-Command | More The command displays a subset of the total output and follows it with the word More. On clicking the return button, the next set of results is displayed. Kristian wants to exit this and return to the PowerShell prompt. Which of these keys should Kristian press?

A) Up Arrow
B) Home
C) Q
D) Tab
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
22
What is a root key and which are the five root keys that exist in the Windows Server 2019 Registry?
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
23
What are the components of the WMI infrastructure?
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
24
Dillon wants to create a PowerShell script that automatically opens a bunch of websites whenever his system boots. He downloads a script from an Internet forum for PowerShell scripts and runs it. The script executes without warnings or asking for any additional confirmation. What is the most likely execution policy on Dillon's system?

A) Restricted
B) AllSigned
C) Unrestricted
D) Bypass
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
25
When using the Best Practices Analyzer (BPA) to verify server roles, what are the three levels of severity for problems?
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
26
What is the use of loop constructs within PowerShell scripts?
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
27
What are the interrupt request (IRQ) line and Input/Output (I/O) address resources on a computer used for?
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
28
Kristoffer creates a PowerShell script to automatically execute a set of tasks on system startup. He uses variables in his script to accomplish certain tasks. He is using a variable to filter out certain conditions during which the script should not execute. Which of the following names can Kristoffer use for the variable?

A) $filter
B) continue
C) $count
D) *number
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
29
Caylin, an IT administrator, receives an email from a coworker that the company website, eloxnet.com, is not accessible. She decides to check if there is an issue that is preventing access to the website. Which of the following PowerShell cmdlets should Caylin run first?

A) Test-NetConnection
B) Get-NetIPConfiguration
C) Get-NetAdapterStatistics
D) Set-NetFirewallProfile
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
30
What is driver signing, and how does it affect drivers that are not signed in Windows Server 2019?
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
31
Thandiwe is using a server running the Windows Server 2019 operating system. She notices some of the server's services are not functioning as intended. She suspects that a recent update may have caused this issue. While troubleshooting, she intends to look up the list of recently installed updates. She runs the following command: X | ogv Complete the command by selecting the missing component identified by X.

A) More
B) Get-HotFix
C) select -last 1
D) Get-WindowsFeature
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
32
What is the term for programs and system software that can query WMI?

A) WMI infrastructure
B) WMI consumers
C) WMI providers
D) WMI classes
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
33
Describe the various categories of recommendations provided by the Best Practices Analyzer (BPA) when it verifies server roles.
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
34
What is the System File Checker tool, and how does it work?
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
35
Adair suspects that some of the files on the Windows server are corrupt. She cannot wait for the end of the business day to check the files or overwrite any corrupt files. Adair can either use the System File Checker or Sigverif. Which tool should Adair use and why?
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
36
What are PowerShell providers? List some examples.
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 36 flashcards in this deck.