ログイン

EC: C2 Deep PT.1

EC: C2 Deep PT.1
96問 • 1年前
  • Mixtapes øf Hanna
  • 通報

    問題一覧

  • 1

    Which Microsoft Windows 10 edition(s) provide(s) the option to join a domain? (Select 3 Answers)

    Pro, Pro for Workstations, Enterprise

  • 2

    In Windows 10, Assigned Access is a feature that allows to modify desktop style / user interface by restricting user account access only to a single Windows app (a.k.a. kiosk mode). Windows 10 editions offering this functionality include: (Select 3 Answers)

    Windows 10 Pro, Windows 10 Pro for Workstations, Windows 10 Enterprise

  • 3

    Which edition(s) of Microsoft Windows 10 include(s) the Remote Desktop client component? (Select all that apply)

    Home, Pro, Pro for Workstations, Enterprise

  • 4

    Which edition of Windows 10 by default does not include the Remote Desktop server component?

    Home

  • 5

    Which of the following is the physical memory limit for all 32-bit (x86) editions of Windows 10?

    4 GB

  • 6

     A 64-bit (x64) Windows 10 Home edition provides support for up to:

    128 GB of RAM

  • 7

    What is the physical memory limit for the 64-bit (x64) Windows 10 Pro edition?

    2 TB

  • 8

     Which of the 64-bit (x64) Windows 10 editions provide(s) support for up to 6 TB of physical memory? (Select 2 Answers)

    Windows 10 Pro for Workstations, Windows 10 Enterprise

  • 9

     Which edition(s) of Microsoft Windows 10 include(s) the BitLocker Drive Encryption feature? (Select 3 Answers)

    Windows 10 Pro, Windows 10 Pro for Workstations, Windows 10 Enterprise

  • 10

    Which edition of Windows 10 by default does not include the Local Group Policy Editor (gpedit.msc)?

    Home

  • 11

     An operating system installation type that preserves system settings, personal files, and applications from the older OS version is referred to as an in-place upgrade. Microsoft Windows versions that can be upgraded to Windows 10 via this method include: (Select 2 answers)

    Windows 8.1, Windows 7

  • 12

    Which of the answers listed below refer to Windows command-line commands used for directory traversal? (Select 2 answers)

    cd, chdir

  • 13

    Which of the following Windows Command Prompt commands can be used to list all directory's files and subdirectories contained in the current directory? (Select 2 Answers)

    dir, dir *.*

  • 14

    Which of the answers listed below refer to Windows command-line commands used to create a directory or subdirectory? (Select 2 answers)

    md, mkdir

  • 15

    Which of the following Windows Command Prompt commands can be used to delete a directory? (Select 2 Answers)

    rd, rmdir

  • 16

    Which of the Windows command-line commands listed below changes the drive from C: to D:?

    C:\>D:

  • 17

    What is the name of a Windows Command Prompt utility that can be used to display TCP/IP configuration settings?

    ipconfig

  • 18

    A command-line utility used for checking the reachability of a remote network host is called:

    ping

  • 19

    Which of the following command-line commands displays the name of the current computer a user is connected to?

    hostname

  • 20

    Netstat is a command-line utility used for: (Select 2 answers)

    Displaying active TCP/IP connections, Displaying network protocol statistics

  • 21

    Which of the network command-line tools listed below enables obtaining an FQDN-to-IP address mapping?

    nslookup

  • 22

    Which of the following Command Prompt utilities in MS Windows allows to verify the file system integrity and fix logical file system errors?

    chkdsk

  • 23

    Which command-line command in Windows lists a computer's connections to shared resources?

    net use

  • 24

    Which Command Prompt command in MS Windows lists the user accounts for the computer?

    net user

  • 25

    A network command-line utility in MS Windows that tracks and displays the route taken by IP packets on their way to another host is known as:

    tracert

  • 26

    For a newly added storage drive, this command-line command allows to configure it with a file system enabling Windows to store information on the drive.

    format

  • 27

    Which of the following Command Prompt commands in MS Windows can be used to copy one or more files from one location to another?

    copy

  • 28

    Which Microsoft Windows command-line command(s) allow(s) for copying multiple files and directories, including subdirectories? (Select 2 Answers)

    robocopy, xcopy

  • 29

    Which copying utility accessible via Windows command line interface offers the widest range of options?

    robocopy

  • 30

    Which of the Command Prompt commands listed below allows for updating multiple Group Policy settings in MS Windows?

    gpupdate

  • 31

    A command-line tool in Windows that displays Group Policy information for a machine or user is called:

    gpresult

  • 32

    The following command can be used to shut down or restart a local or remote host running MS Windows.

    shutdown

  • 33

    The sfc Command Prompt utility in MS Windows:

    Scans the integrity of all protected system files and replaces incorrect versions with correct Microsoft versions

  • 34

    Which command-line commands in Windows can be used to display help information related to a specific utility? (Select 2 answers)

    help [command name], [command name] /?

  • 35

    Which of the Command Prompt commands in MS Windows launches a text-based, command-line partitioning utility?

    diskpart

  • 36

    Which network command-line utility in Windows combines the features of ping and tracert?

    pathping

  • 37

    Which of the Command Prompt commands in MS Windows launches a pop-up window containing brief summary of the installed operating system?

    winver

  • 38

    Which Command Prompt commands in MS Windows move the command-line prompt one folder up in the directory tree (set the prompt at the parent folder of the current folder)? (Select 2 answers)

    cd .., chdir ..

  • 39

     Which of the Windows command-line commands listed below change the current directory to the root directory? (Select 2 answers)

    cd \, chdir \

  • 40

    Which of the following answers refers to an ipconfig parameter used for displaying the full TCP/IP configuration information for all adapters?

    /all

  • 41

    Which of the Command Prompt commands listed below are used for resetting the DHCP configuration settings for all adapters in MS Windows? (Select 2 answers)

    ipconfig /release, ipconfig /renew

  • 42

    Which netstat parameter allows to display all active TCP connections and the TCP/UDP ports on which the computer is listening?

    -a

  • 43

    The -b netstat parameter in Microsoft Windows allows to display the name of an application involved in creating each connection or listening port. (True or False)

    True

  • 44

    Which of the following netstat parameters displays addresses and port numbers in numerical form?

    -n

  • 45

    Which of the command-line tools listed below can be used for troubleshooting DNS-related problems?

    nslookup

  • 46

    The /f switch of the chkdsk Command Prompt utility in MS Windows:

    Fixes errors on the disk

  • 47

    The /r switch of the chkdsk command-line utility in Windows: (Select 2 answers)

    Locates bad sectors and recovers readable information, Fixes errors on the disk

  • 48

    Which copy command switch in Windows verifies that the new files are written correctly?

    /v

  • 49

    Which of the copy command switches suppresses the confirmation prompt displayed when Windows is about to overwrite the contents of an existing file?

    /y

  • 50

    Which of the following is the correct command for setting the time-out period of 30 seconds before powering off a Windows host?

    shutdown /s /t 30

  • 51

    Which shutdown command switch forces full system shutdown and restart of a Windows host?

    /r

  • 52

    Which of the command-line commands listed below enables a full system shutdown and restart of an MS Windows host after a time-out period of two minutes?

    shutdown /r /t 120

  • 53

    Which shutdown command switch enables aborting a system shutdown?

    /a

  • 54

    Which sfc switch enables a file check that scans integrity of all protected system files and attempts to repair corrupted files?

    /scannow

  • 55

    Used without any parameters, the help command in MS Windows displays a list of available system commands along with a brief description of each command. (True or False)

    True

  • 56

    The "Run as administrator" option in MS Windows available after right-clicking on the Command Prompt application icon enables execution of shell commands reserved for system administrator. (True or False)

    True

  • 57

    Which of the following answers describe(s) the function of Task Manager (taskmgr.exe)? (Select 4 Answers)

    - Allows to close a non-responsive application in Windows, - Displays information on programs, processes, and services that are currently running on the computer, - In Windows 8 and newer releases of the Microsoft OS, provides access to user applications that can be enabled/disabled during system boot, - Allows system administrators to manage the currently logged-in users, - Provides real-time reports on how a Windows-based computer is using system resources (CPU/RAM/Disk/Network/GPU usage)

  • 58

    Windows Task Manager can be launched by: (Select 6 Answers)

    - Using the Ctrl+Shift+Esc key combination, - Pressing Ctrl+Alt+Delete and selecting the Task Manager option from the menu screen, - Right-clicking on the Windows Taskbar and selecting Task Manager, - Typing taskmgr (or taskmgr.exe) in the Command Prompt and pressing Enter, - Pressing simultaneously the Windows and R keys, typing taskmgr (or taskmgr.exe) in the Run window, and pressing Enter, - Right-clicking on the Windows Start button and selecting Task Manager

  • 59

    Which tab of the Windows' 10 Task Manager provides an interface for managing background processes?

    Services

  • 60

    Which Task Manager tab in Windows 10 allows to enable/disable applications that are launched automatically when signing into a user account?

    Startup

  • 61

    What is the name of a Task Manager tab in Windows 10 that provides access to real-time graphs showing total CPU, memory, disk, network, and GPU resource usage?

    Performance

  • 62

    Which Task Manager tab in Windows 10 provides real-time information about system resources used by running applications and background processes?

    Processes

  • 63

    Which of the answers listed below describes the correct sequence of steps required to close a non-responsive user application in Task Manager in Windows 10?

    On the Processes tab, right-click on the app that isn't responding and select End task (or left-click on the app and use End task button in the bottom right corner of the tab) ( Missed)

  • 64

    The Task Manager's Users tab in Windows lists all signed-in user accounts along with further details on applications and system resources used by each account. This tab also allows system administrators to close user app, disconnect the user (invoke a Windows lock screen), or to sign them off (force the user to log off). (True or False)

    True

  • 65

    A type of customizable framework providing access to a collection of system utilities (in the form of the so-called snap-ins) designed to manage networks, computers, services, and other system components in Microsoft Windows is known as:

    MMC

  • 66

    Event Viewer (eventvwr.msc) is a Windows administrative utility for monitoring system health and troubleshooting problems with applications, OS, and hardware. Event Viewer allows for browsing and managing event logs. The most common logs available in Event Viewer include Application, System, and Security logs. Depending on the severity of the event, Application and System logs display events that fall into three categories: Information, Warning, and Error. Information events denote normal operation of the system (such as starting and stopping of system services, or successful completion of some routine background tasks), warning events point to non-critical errors (for example when installation of a software component fails because the component is already on the system), error events point to serious issues, for example when programs stop responding and need to be closed by Windows. Security-related events are called audits and inform only about success or failure of an event. (True or False)

    True

  • 67

    Which of the following launches a GUI system utility for managing storage media in Windows?

    diskmgmt.msc

  • 68

    Which of the answers listed below refers to a Windows administrative tool providing the capability to schedule the launch of programs or scripts at pre-defined times or after specified time intervals?

    taskschd.msc

  • 69

    Which Microsoft Windows OS component allows to view and manage installed hardware components and device drivers?

    devmgmt.msc

  • 70

    A Windows Certificate Manager snap-in that allows to view, export, import, and delete digital certificates for the current user is called:

    certmgr.msc

  • 71

    In Microsoft Windows, Local Users and Groups (lusrmgr.msc) is an MMC snap-in for adding/removing users and managing user membership in groups that possess specific rights and permissions on a particular system running MS Windows. The Local Users and Groups utility is included by default in all editions of Windows 10.

    False

  • 72

    Which of the following administrative tools in MS Windows allows to examine (both in real time and by collecting log data for later analysis) how programs that are run affect a computer's performance?

    perfmon.exe

  • 73

    Which of the tools listed below allows Windows administrators to modify settings that are applied to both users and computers?

    gpedit.msc

  • 74

    A Microsoft Windows application utility used for displaying details about computer's hardware resources, computer components, and software environment is known as:

    msinfo32.exe

  • 75

    Which of the following administrative tools in MS Windows provides a detailed real-time information about hardware resources (CPU, disk, network, and memory) and system resources in use by the OS, services, and running applications?

    perfmon.exe

  • 76

    Which of the following answers refers to a Microsoft Windows tool designed for troubleshooting system startup problems?

    msconfig.exe

  • 77

    Which tab of the System Configuration utility in MS Windows allows to prevent all nonessential applications, services, and device drivers from loading during system startup?

    General

  • 78

    Which of the configuration settings listed below can be managed through the Boot tab of the System Configuration utility in Windows? (Select 4 Answers)

    Default OS to load in a multiboot environment (boot order), Safe boot options, Boot logging, Amount of hardware resources to be used by the chosen OS in a multiboot environment (e.g., the maximum amount of RAM)

  • 79

    The System Configuration utility tab containing a list of background applications that can be enabled/disabled during Windows system startup is called:

    Services

  • 80

    In Windows 8 and newer releases of the Microsoft OS, contents of the System Configuration Startup tab can be viewed and managed via:

    Task Manager

  • 81

    Which of the following tabs of the System Configuration utility in MS Windows provides access to MMC snap-ins?

    Tools

  • 82

    A Microsoft Windows utility that can be used for freeing up disk space is known as:

    cleanmgr.exe

  • 83

    Which of the tools listed below allows to optimize disk performance in MS Windows?

    dfrgui.exe

  • 84

    Which of the following system utilities in Windows provides access to a database containing system configuration information?

    regedit.exe

  • 85

    Which of the following answers describe the features of RDP? (Select 3 answers)

    Permanent remote access, Access based on local password (local user account password), Windows tool used for connecting remotely to the user's own computer

  • 86

    Which of the answers listed below refers to a dedicated device for managing encrypted connections established over an untrusted network, such as the Internet?

    VPN concentrator

  • 87

    The term "Always-on VPN" refers to a type of persistent VPN connection the starts automatically as soon as the computer detects a network link.

    True

  • 88

    Which VPN type is used for connecting computers to a network? (Select 2 answers)

    Remote access, Client-to-site

  • 89

    Which type of VPN enables connectivity between two networks?

    Site-to-site

  • 90

    Examples of protocols used for implementing secure VPN tunnels include: (Select 2 answers)

    IPsec, TLS

  • 91

    An HTML5 VPN portal is an example of clientless VPN implementation where an HTML5-compliant web browser along with TLS encryption can be used instead of a dedicated VPN client software.

    True

  • 92

    Which of the following answers refers to a non-proprietary remote-access protocol that enables control over another computer on the network with the use of GUI?

    VNC

  • 93

    A type of cryptographic network protocol for secure data communication, remote command-line login, remote command execution, and other secure network services between two networked computers is known as:

    SSH

  • 94

    Which of the answers listed below refers to a secure replacement for Telnet?

    SSH

  • 95

    Which of the following enables remote control over network devices?

    RMM

  • 96

    Which of the answers listed below refer(s) to MSRA? (Select all that apply)

    - Access based on one-time password, - Temporal remote access, - The host and invited user can both see the host's screen, - The host and invited user share control over host's mouse and keyboard, - Windows tool used for assisted remote troubleshooting

  • DION#1

    DION#1

    Mixtapes øf Hanna · 90問 · 1年前

    DION#1

    DION#1

    90問 • 1年前
    Mixtapes øf Hanna

    DION#2

    DION#2

    Mixtapes øf Hanna · 90問 · 1年前

    DION#2

    DION#2

    90問 • 1年前
    Mixtapes øf Hanna

    DION#3

    DION#3

    Mixtapes øf Hanna · 90問 · 1年前

    DION#3

    DION#3

    90問 • 1年前
    Mixtapes øf Hanna

    DION#4

    DION#4

    Mixtapes øf Hanna · 90問 · 1年前

    DION#4

    DION#4

    90問 • 1年前
    Mixtapes øf Hanna

    DION#5

    DION#5

    Mixtapes øf Hanna · 89問 · 1年前

    DION#5

    DION#5

    89問 • 1年前
    Mixtapes øf Hanna

    DION#6

    DION#6

    Mixtapes øf Hanna · 87問 · 1年前

    DION#6

    DION#6

    87問 • 1年前
    Mixtapes øf Hanna

    ID: PT.1 COLLABORATE

    ID: PT.1 COLLABORATE

    Mixtapes øf Hanna · 95問 · 1年前

    ID: PT.1 COLLABORATE

    ID: PT.1 COLLABORATE

    95問 • 1年前
    Mixtapes øf Hanna

    ID: C2 Deep Pt.1

    ID: C2 Deep Pt.1

    Mixtapes øf Hanna · 90問 · 1年前

    ID: C2 Deep Pt.1

    ID: C2 Deep Pt.1

    90問 • 1年前
    Mixtapes øf Hanna

    ID: C2 Deep Pt.2

    ID: C2 Deep Pt.2

    Mixtapes øf Hanna · 98問 · 1年前

    ID: C2 Deep Pt.2

    ID: C2 Deep Pt.2

    98問 • 1年前
    Mixtapes øf Hanna

    ID: C2 Deep Pt.3

    ID: C2 Deep Pt.3

    Mixtapes øf Hanna · 93問 · 1年前

    ID: C2 Deep Pt.3

    ID: C2 Deep Pt.3

    93問 • 1年前
    Mixtapes øf Hanna

    ID: C2 Deep Pt.4

    ID: C2 Deep Pt.4

    Mixtapes øf Hanna · 85問 · 1年前

    ID: C2 Deep Pt.4

    ID: C2 Deep Pt.4

    85問 • 1年前
    Mixtapes øf Hanna

    OL BOYS STUDY GUIDE

    OL BOYS STUDY GUIDE

    Mixtapes øf Hanna · 70問 · 1年前

    OL BOYS STUDY GUIDE

    OL BOYS STUDY GUIDE

    70問 • 1年前
    Mixtapes øf Hanna

    MASTER REVIEW

    MASTER REVIEW

    Mixtapes øf Hanna · 44問 · 1年前

    MASTER REVIEW

    MASTER REVIEW

    44問 • 1年前
    Mixtapes øf Hanna

    EC: C2 Deep PT.2

    EC: C2 Deep PT.2

    Mixtapes øf Hanna · 89問 · 1年前

    EC: C2 Deep PT.2

    EC: C2 Deep PT.2

    89問 • 1年前
    Mixtapes øf Hanna

    EC: C2 Deep Pt.3

    EC: C2 Deep Pt.3

    Mixtapes øf Hanna · 94問 · 1年前

    EC: C2 Deep Pt.3

    EC: C2 Deep Pt.3

    94問 • 1年前
    Mixtapes øf Hanna

    EC: C2 Deep Pt.4

    EC: C2 Deep Pt.4

    Mixtapes øf Hanna · 91問 · 1年前

    EC: C2 Deep Pt.4

    EC: C2 Deep Pt.4

    91問 • 1年前
    Mixtapes øf Hanna

    EC: C2 Deep Pt.5

    EC: C2 Deep Pt.5

    Mixtapes øf Hanna · 88問 · 1年前

    EC: C2 Deep Pt.5

    EC: C2 Deep Pt.5

    88問 • 1年前
    Mixtapes øf Hanna

    問題一覧

  • 1

    Which Microsoft Windows 10 edition(s) provide(s) the option to join a domain? (Select 3 Answers)

    Pro, Pro for Workstations, Enterprise

  • 2

    In Windows 10, Assigned Access is a feature that allows to modify desktop style / user interface by restricting user account access only to a single Windows app (a.k.a. kiosk mode). Windows 10 editions offering this functionality include: (Select 3 Answers)

    Windows 10 Pro, Windows 10 Pro for Workstations, Windows 10 Enterprise

  • 3

    Which edition(s) of Microsoft Windows 10 include(s) the Remote Desktop client component? (Select all that apply)

    Home, Pro, Pro for Workstations, Enterprise

  • 4

    Which edition of Windows 10 by default does not include the Remote Desktop server component?

    Home

  • 5

    Which of the following is the physical memory limit for all 32-bit (x86) editions of Windows 10?

    4 GB

  • 6

     A 64-bit (x64) Windows 10 Home edition provides support for up to:

    128 GB of RAM

  • 7

    What is the physical memory limit for the 64-bit (x64) Windows 10 Pro edition?

    2 TB

  • 8

     Which of the 64-bit (x64) Windows 10 editions provide(s) support for up to 6 TB of physical memory? (Select 2 Answers)

    Windows 10 Pro for Workstations, Windows 10 Enterprise

  • 9

     Which edition(s) of Microsoft Windows 10 include(s) the BitLocker Drive Encryption feature? (Select 3 Answers)

    Windows 10 Pro, Windows 10 Pro for Workstations, Windows 10 Enterprise

  • 10

    Which edition of Windows 10 by default does not include the Local Group Policy Editor (gpedit.msc)?

    Home

  • 11

     An operating system installation type that preserves system settings, personal files, and applications from the older OS version is referred to as an in-place upgrade. Microsoft Windows versions that can be upgraded to Windows 10 via this method include: (Select 2 answers)

    Windows 8.1, Windows 7

  • 12

    Which of the answers listed below refer to Windows command-line commands used for directory traversal? (Select 2 answers)

    cd, chdir

  • 13

    Which of the following Windows Command Prompt commands can be used to list all directory's files and subdirectories contained in the current directory? (Select 2 Answers)

    dir, dir *.*

  • 14

    Which of the answers listed below refer to Windows command-line commands used to create a directory or subdirectory? (Select 2 answers)

    md, mkdir

  • 15

    Which of the following Windows Command Prompt commands can be used to delete a directory? (Select 2 Answers)

    rd, rmdir

  • 16

    Which of the Windows command-line commands listed below changes the drive from C: to D:?

    C:\>D:

  • 17

    What is the name of a Windows Command Prompt utility that can be used to display TCP/IP configuration settings?

    ipconfig

  • 18

    A command-line utility used for checking the reachability of a remote network host is called:

    ping

  • 19

    Which of the following command-line commands displays the name of the current computer a user is connected to?

    hostname

  • 20

    Netstat is a command-line utility used for: (Select 2 answers)

    Displaying active TCP/IP connections, Displaying network protocol statistics

  • 21

    Which of the network command-line tools listed below enables obtaining an FQDN-to-IP address mapping?

    nslookup

  • 22

    Which of the following Command Prompt utilities in MS Windows allows to verify the file system integrity and fix logical file system errors?

    chkdsk

  • 23

    Which command-line command in Windows lists a computer's connections to shared resources?

    net use

  • 24

    Which Command Prompt command in MS Windows lists the user accounts for the computer?

    net user

  • 25

    A network command-line utility in MS Windows that tracks and displays the route taken by IP packets on their way to another host is known as:

    tracert

  • 26

    For a newly added storage drive, this command-line command allows to configure it with a file system enabling Windows to store information on the drive.

    format

  • 27

    Which of the following Command Prompt commands in MS Windows can be used to copy one or more files from one location to another?

    copy

  • 28

    Which Microsoft Windows command-line command(s) allow(s) for copying multiple files and directories, including subdirectories? (Select 2 Answers)

    robocopy, xcopy

  • 29

    Which copying utility accessible via Windows command line interface offers the widest range of options?

    robocopy

  • 30

    Which of the Command Prompt commands listed below allows for updating multiple Group Policy settings in MS Windows?

    gpupdate

  • 31

    A command-line tool in Windows that displays Group Policy information for a machine or user is called:

    gpresult

  • 32

    The following command can be used to shut down or restart a local or remote host running MS Windows.

    shutdown

  • 33

    The sfc Command Prompt utility in MS Windows:

    Scans the integrity of all protected system files and replaces incorrect versions with correct Microsoft versions

  • 34

    Which command-line commands in Windows can be used to display help information related to a specific utility? (Select 2 answers)

    help [command name], [command name] /?

  • 35

    Which of the Command Prompt commands in MS Windows launches a text-based, command-line partitioning utility?

    diskpart

  • 36

    Which network command-line utility in Windows combines the features of ping and tracert?

    pathping

  • 37

    Which of the Command Prompt commands in MS Windows launches a pop-up window containing brief summary of the installed operating system?

    winver

  • 38

    Which Command Prompt commands in MS Windows move the command-line prompt one folder up in the directory tree (set the prompt at the parent folder of the current folder)? (Select 2 answers)

    cd .., chdir ..

  • 39

     Which of the Windows command-line commands listed below change the current directory to the root directory? (Select 2 answers)

    cd \, chdir \

  • 40

    Which of the following answers refers to an ipconfig parameter used for displaying the full TCP/IP configuration information for all adapters?

    /all

  • 41

    Which of the Command Prompt commands listed below are used for resetting the DHCP configuration settings for all adapters in MS Windows? (Select 2 answers)

    ipconfig /release, ipconfig /renew

  • 42

    Which netstat parameter allows to display all active TCP connections and the TCP/UDP ports on which the computer is listening?

    -a

  • 43

    The -b netstat parameter in Microsoft Windows allows to display the name of an application involved in creating each connection or listening port. (True or False)

    True

  • 44

    Which of the following netstat parameters displays addresses and port numbers in numerical form?

    -n

  • 45

    Which of the command-line tools listed below can be used for troubleshooting DNS-related problems?

    nslookup

  • 46

    The /f switch of the chkdsk Command Prompt utility in MS Windows:

    Fixes errors on the disk

  • 47

    The /r switch of the chkdsk command-line utility in Windows: (Select 2 answers)

    Locates bad sectors and recovers readable information, Fixes errors on the disk

  • 48

    Which copy command switch in Windows verifies that the new files are written correctly?

    /v

  • 49

    Which of the copy command switches suppresses the confirmation prompt displayed when Windows is about to overwrite the contents of an existing file?

    /y

  • 50

    Which of the following is the correct command for setting the time-out period of 30 seconds before powering off a Windows host?

    shutdown /s /t 30

  • 51

    Which shutdown command switch forces full system shutdown and restart of a Windows host?

    /r

  • 52

    Which of the command-line commands listed below enables a full system shutdown and restart of an MS Windows host after a time-out period of two minutes?

    shutdown /r /t 120

  • 53

    Which shutdown command switch enables aborting a system shutdown?

    /a

  • 54

    Which sfc switch enables a file check that scans integrity of all protected system files and attempts to repair corrupted files?

    /scannow

  • 55

    Used without any parameters, the help command in MS Windows displays a list of available system commands along with a brief description of each command. (True or False)

    True

  • 56

    The "Run as administrator" option in MS Windows available after right-clicking on the Command Prompt application icon enables execution of shell commands reserved for system administrator. (True or False)

    True

  • 57

    Which of the following answers describe(s) the function of Task Manager (taskmgr.exe)? (Select 4 Answers)

    - Allows to close a non-responsive application in Windows, - Displays information on programs, processes, and services that are currently running on the computer, - In Windows 8 and newer releases of the Microsoft OS, provides access to user applications that can be enabled/disabled during system boot, - Allows system administrators to manage the currently logged-in users, - Provides real-time reports on how a Windows-based computer is using system resources (CPU/RAM/Disk/Network/GPU usage)

  • 58

    Windows Task Manager can be launched by: (Select 6 Answers)

    - Using the Ctrl+Shift+Esc key combination, - Pressing Ctrl+Alt+Delete and selecting the Task Manager option from the menu screen, - Right-clicking on the Windows Taskbar and selecting Task Manager, - Typing taskmgr (or taskmgr.exe) in the Command Prompt and pressing Enter, - Pressing simultaneously the Windows and R keys, typing taskmgr (or taskmgr.exe) in the Run window, and pressing Enter, - Right-clicking on the Windows Start button and selecting Task Manager

  • 59

    Which tab of the Windows' 10 Task Manager provides an interface for managing background processes?

    Services

  • 60

    Which Task Manager tab in Windows 10 allows to enable/disable applications that are launched automatically when signing into a user account?

    Startup

  • 61

    What is the name of a Task Manager tab in Windows 10 that provides access to real-time graphs showing total CPU, memory, disk, network, and GPU resource usage?

    Performance

  • 62

    Which Task Manager tab in Windows 10 provides real-time information about system resources used by running applications and background processes?

    Processes

  • 63

    Which of the answers listed below describes the correct sequence of steps required to close a non-responsive user application in Task Manager in Windows 10?

    On the Processes tab, right-click on the app that isn't responding and select End task (or left-click on the app and use End task button in the bottom right corner of the tab) ( Missed)

  • 64

    The Task Manager's Users tab in Windows lists all signed-in user accounts along with further details on applications and system resources used by each account. This tab also allows system administrators to close user app, disconnect the user (invoke a Windows lock screen), or to sign them off (force the user to log off). (True or False)

    True

  • 65

    A type of customizable framework providing access to a collection of system utilities (in the form of the so-called snap-ins) designed to manage networks, computers, services, and other system components in Microsoft Windows is known as:

    MMC

  • 66

    Event Viewer (eventvwr.msc) is a Windows administrative utility for monitoring system health and troubleshooting problems with applications, OS, and hardware. Event Viewer allows for browsing and managing event logs. The most common logs available in Event Viewer include Application, System, and Security logs. Depending on the severity of the event, Application and System logs display events that fall into three categories: Information, Warning, and Error. Information events denote normal operation of the system (such as starting and stopping of system services, or successful completion of some routine background tasks), warning events point to non-critical errors (for example when installation of a software component fails because the component is already on the system), error events point to serious issues, for example when programs stop responding and need to be closed by Windows. Security-related events are called audits and inform only about success or failure of an event. (True or False)

    True

  • 67

    Which of the following launches a GUI system utility for managing storage media in Windows?

    diskmgmt.msc

  • 68

    Which of the answers listed below refers to a Windows administrative tool providing the capability to schedule the launch of programs or scripts at pre-defined times or after specified time intervals?

    taskschd.msc

  • 69

    Which Microsoft Windows OS component allows to view and manage installed hardware components and device drivers?

    devmgmt.msc

  • 70

    A Windows Certificate Manager snap-in that allows to view, export, import, and delete digital certificates for the current user is called:

    certmgr.msc

  • 71

    In Microsoft Windows, Local Users and Groups (lusrmgr.msc) is an MMC snap-in for adding/removing users and managing user membership in groups that possess specific rights and permissions on a particular system running MS Windows. The Local Users and Groups utility is included by default in all editions of Windows 10.

    False

  • 72

    Which of the following administrative tools in MS Windows allows to examine (both in real time and by collecting log data for later analysis) how programs that are run affect a computer's performance?

    perfmon.exe

  • 73

    Which of the tools listed below allows Windows administrators to modify settings that are applied to both users and computers?

    gpedit.msc

  • 74

    A Microsoft Windows application utility used for displaying details about computer's hardware resources, computer components, and software environment is known as:

    msinfo32.exe

  • 75

    Which of the following administrative tools in MS Windows provides a detailed real-time information about hardware resources (CPU, disk, network, and memory) and system resources in use by the OS, services, and running applications?

    perfmon.exe

  • 76

    Which of the following answers refers to a Microsoft Windows tool designed for troubleshooting system startup problems?

    msconfig.exe

  • 77

    Which tab of the System Configuration utility in MS Windows allows to prevent all nonessential applications, services, and device drivers from loading during system startup?

    General

  • 78

    Which of the configuration settings listed below can be managed through the Boot tab of the System Configuration utility in Windows? (Select 4 Answers)

    Default OS to load in a multiboot environment (boot order), Safe boot options, Boot logging, Amount of hardware resources to be used by the chosen OS in a multiboot environment (e.g., the maximum amount of RAM)

  • 79

    The System Configuration utility tab containing a list of background applications that can be enabled/disabled during Windows system startup is called:

    Services

  • 80

    In Windows 8 and newer releases of the Microsoft OS, contents of the System Configuration Startup tab can be viewed and managed via:

    Task Manager

  • 81

    Which of the following tabs of the System Configuration utility in MS Windows provides access to MMC snap-ins?

    Tools

  • 82

    A Microsoft Windows utility that can be used for freeing up disk space is known as:

    cleanmgr.exe

  • 83

    Which of the tools listed below allows to optimize disk performance in MS Windows?

    dfrgui.exe

  • 84

    Which of the following system utilities in Windows provides access to a database containing system configuration information?

    regedit.exe

  • 85

    Which of the following answers describe the features of RDP? (Select 3 answers)

    Permanent remote access, Access based on local password (local user account password), Windows tool used for connecting remotely to the user's own computer

  • 86

    Which of the answers listed below refers to a dedicated device for managing encrypted connections established over an untrusted network, such as the Internet?

    VPN concentrator

  • 87

    The term "Always-on VPN" refers to a type of persistent VPN connection the starts automatically as soon as the computer detects a network link.

    True

  • 88

    Which VPN type is used for connecting computers to a network? (Select 2 answers)

    Remote access, Client-to-site

  • 89

    Which type of VPN enables connectivity between two networks?

    Site-to-site

  • 90

    Examples of protocols used for implementing secure VPN tunnels include: (Select 2 answers)

    IPsec, TLS

  • 91

    An HTML5 VPN portal is an example of clientless VPN implementation where an HTML5-compliant web browser along with TLS encryption can be used instead of a dedicated VPN client software.

    True

  • 92

    Which of the following answers refers to a non-proprietary remote-access protocol that enables control over another computer on the network with the use of GUI?

    VNC

  • 93

    A type of cryptographic network protocol for secure data communication, remote command-line login, remote command execution, and other secure network services between two networked computers is known as:

    SSH

  • 94

    Which of the answers listed below refers to a secure replacement for Telnet?

    SSH

  • 95

    Which of the following enables remote control over network devices?

    RMM

  • 96

    Which of the answers listed below refer(s) to MSRA? (Select all that apply)

    - Access based on one-time password, - Temporal remote access, - The host and invited user can both see the host's screen, - The host and invited user share control over host's mouse and keyboard, - Windows tool used for assisted remote troubleshooting