CIT 211 Chapter 2 Questions

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

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

a. Data Execution Prevention

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

b. WMI consumers

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. Windows Admin Center

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

d. sfc/scannow

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.

a. Jenaro can connect to the Windows Admin Center only by appending the port number to the URL.

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

a. Plug and Play (PnP)

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

a. Test-NetConnection

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

b. Get-HotFix

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.

b. SERVERY is part of a workgroup, but the workgroup server is not on the trusted hosts list.

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.

b. System environment variables are always set first.

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. The paging file is disabled on the computer.

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

c. $count

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.

c. Computers contain a limited number of IRQ lines.

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

c. HKEY_CURRENT_USER

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

d. Bypass

Shweta, a system administrator at Status Wire, 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

d. Performance

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.

d. Tags help identify servers and can be searched using the Search dialog box.

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

d. To send the output from Get-Command to More, which displays the output page-by-page


Ensembles d'études connexes

ATI Pediatric Growth and Development

View Set

USMLE Step 2 CK Board Preparation: Diseases of the Musculoskeletal System

View Set

Investigating God's World 2.9 Comprehension Check

View Set

plants and people exam #1 week 3

View Set