General Knowledge Flashcards
A help desk team lead contacts a systems administrator because the technicians are unable to log in to a Linux server that is used to access tools. When the administrator tries to use remote desktop to log in to the server, the administrator sees the GUI is crashing. Which of the following methods can the administrator use to troubleshoot the server effectively?
SSH
Windows 11 comes with a refreshed desktop-style/user interface that can upgrade from Windows 10 with the in-place upgrade feature. What additional feature would an expanding business user gain when upgrading from Windows 10 Home to Windows 11 Pro for Workstations?
Domain Access/Centralized Management
What licensing options are available for Microsoft Windows Enterprise editions?
Volume
Identify support limitations for Windows editions.
Windows 10 Pro and Education editions have a 2 TB RAM support limitation, while there is a 6 TB RAM limitation for Pro for Workstations and Enterprise editions.
What command is a Windows utility that can allow administrators to view shared resources and configure them on a Windows network?
net use
A user needs to manually connect to a wireless network that does not broadcast its Service Set Identifier. Where will the user go to set up this connection?
Network and Sharing Center
In the Windows File Explorer Options applet, which tab allows administrators to configure settings, such as hiding extensions, hiding protected operating system files, and managing hidden fields and folders?
View
A user has called in a helpdesk ticket to adjust the mouse clicks required for opening items and shortcuts. Currently set to a single-click, the user has requested the double-click style. What tab would the help desk technician find this setting under the File Explorer Options?
General
A network technician must configure each client with the IP address and Transmission Control Protocol (TCP) port to forward traffic via a proxy in Network and Internet settings unless the organization uses which of the following? (Select all that apply.)
Intercepting, AutoConfiguring, and Transparent Proxy
A network technician is configuring a network adapter. By default, which of the following protocols and services are on Ethernet and Wi-Fi adapters? Explain why.
Internet Protocol; By default, the Internet Protocol, both IP version 4 and 6, will be on the adapter as it automatically uses the appropriate version of the protocol depending on the connecting network.
Link Layer Topology Discovery: By default, the Link-layer Topology Discovery Protocol will be on the adapter. It provides network mapping and discovery functions for networks without dedicated name servers.
An organization had a high IT department turnover, and the technicians are not sure which IP addresses the previous technicians statically assigned to hosts. What can the technicians do to ensure they do not assign the same IP address to multiple devices? Explain why.
DHCP; The technicians can implement Dynamic Host Configuration Protocol (DHCP) to automatically assign IP addressing information to hosts instead of configuring them statically.
A desktop owner is installing a new application on a macOS. What format would the setup file be?
DMG; A setup file installs desktop programs. macOS apps support DMG (disk image) and PKG (package) file types.
A desktop owner is installing a new application on Windows. What format would the setup file be?
A setup file installs desktop programs. These are either .EXE or .MSI extensions on Windows.
A desktop owner is installing a new application on Linux. What format would the setup file be?
Linux packages use the package manager the Yellowdog Updater, Modified (YUM), which is a free and open-source command-line package-management software for Linux machines. It uses the Red Hat Package Manager (RPM) install package format.
What does Linux use to verify the authenticity of software packages obtained from an online source?
A hash value; Linux software gets validated by disclosing the package’s hash value. Users must generate their own hash of the package after downloading it and compare it to the value provided by the package maintainer.
Which of these applications will fail to run on a Windows PC with a 64-bit CPU running a 32-bit OS?
A 32-bit application installed with YUM or .DMG; a 64-bit application installed with an .EXE
A technician is installing software on Linux using setup files in the DEB file format. What package manager would the technician be using?
The Advanced Packaging Tool (APT) package manager manages Debian (DEB) packages on Linux. The setup file contains the executables, configuration files, and media files for the application. The files are extracted and transferred to a directory allocated for program installation during setup.
What type of file represents a virtual mountable optical disk?
ISO; An ISO file is a file that incorporates the contents of an optical disc in a single file and is used instead of physical media. Mountable ISO files act as emulated drives and are frequently installed as operating systems or complex applications.
What would the main hardware requirement be for running multiple programs or applications simultaneously?
More RAM
A technician is using the YUM package manager to install software on Linux. What setup file format does YUM use?
RPM
Which file system is most commonly used for removable drives and USB flash drives?
exFAT; The Extensible File Allocation Table (exFAT) is a 64-bit version of FAT using removable hard drives and flash media. Like the New Technology File System (NTFS), exFAT supports large volumes (128 petabytes) and file sizes (16 exabytes).
What file system feature supports compatibility between UNIX/Linux and Windows?
POSIX Compliance; POSIX Compliance allows Microsoft New Technology File System (NTFS) to support UNIX/Linux compatibility related to case-sensitive naming, hard links, and other critical characteristics required by UNIX/Linux programs to support UNIX/Linux compatibility.
Define journaling and discuss on which OS the feature is available?
When writing data, the affected sector gets flagged as bad if a fault occurs. Journaling helps the user recover faster and more reliably after power interruptions and is a feature in Apple File System (APFS), the ext file systems, and NTFS.
What requirement of Windows 11 would cause a company using legacy hardware to delay upgrading the OS?
Windows 11 requires a CPU or motherboard that supports the trusted platform module (TPM) version 2. Its compatibility with older PCs and laptops has severe limits as a result.
Currently only available for Pro for Workstations and Enterprise editions, what file system will be fully replacing NTFS?
ReFs; Resilient File System (ReFS) is the successor for New Technology File System (NTFS). However, ReFS is only available in the Pro for Workstations and Enterprise versions and is currently NOT used as the boot volume.
A system engineer is setting up a dozen new laptops and is using the PXE feature to boot and set up the computers automatically to minimize configuration time. What kind of setup method is the engineer using?
Network-based
A support engineer is reinstalling an operating system for a user on their older desktop. However, after using a fresh Windows image from Microsoft, the network driver does not work. Since the system cannot connect to the internet, what could the engineer do to resolve the connectivity issue?
When an operating system does not have the necessary drivers, the simplest solution would be to copy the driver installer from another computer using a USB drive.
A small company is upgrading their computers to the latest operating system to increase the lifespan of their devices and cut down on costs. However, after upgrading a test device, they realize that some older peripherals are not recognized properly. What might be the root cause of the issue?
Third-party drivers are missing from the image; Not all drivers get bundled with an operating system. Typically, they have base drivers that may not necessarily allow a device to run properly. As a result, a system administrator may need to download and manually install these drivers.
A user reports that the new external USB hard drive does not show up with an associated disk letter, even though the driver installed correctly. What could the support engineer do to get the hard drive functioning properly?
Format the hard drive; typically, the support engineer formats a new USB drive to allow it to be useable when plugged in. However, if the USB driver installs properly but is not readily useable, the engineer will need to format the hard drive to make it functional.
An IT department is looking to deploy three hundred new laptops and minimize the amount of configuration needed to set up the device. What could they use to prepare these computers for deployment with minimal setup?
Use an image; Using an image would speed up the setup process of new devices, as a sysadmin can install all the necessary applications and prepare settings in the image. This would remove duplicated efforts by streamlining the setup process.