CompTIA 220-1002 Core 2 A+ Take Ten Challenge #1Step 1 of 1010%1-1: A system administrator would like to configure a partition with the NTFS file system. Which of these utilities would be the best choice for this task? FILESYS XCOPY SFC FORMAT CHKDSK 1-2: An attacker stole the hashed login credentials of your users and has now posted the plain-text passwords of each account on Pastebin. What type of attack has most likely occurred? Denial of service Brute Force Man-in-the-Middle Zero day Spoofing 1-3: The boot process of a Windows 10 computer takes 15 minutes to complete. Which of these tools would be the best way to identify the problematic startup application? Component Services Task Manager Task Scheduler Performance Monitor Local Security Policy 1-4: A person in London would like to remove all of their personal information from a server in New York. Which of these regulations would best apply to this request? HIPAA GDPR EULA PCI DSS FOSS 1-5: Which of these paths allow for an in-place upgrade? Windows 7 Ultimate to Windows 10 Enterprise Windows 8.1 Enterprise to Windows 10 Pro Windows 8.1 Professional to Windows 10 Home Windows 7 Home Premium to Windows 10 Pro Windows 7 Starter to Windows 10 Enterprise 1-6: Which command would be the best choice for changing the ownership of a file on a Linux server? mv pwd chmod dd chown 1-7: A user states that an application has been unstable for the past couple of weeks. Which of these would be the best way to view the problem history over this timeframe? Services Performance Monitor Device Manager Reliability Monitor Task Manager 1-8: What type of wireless network security limits access using physical hardware addresses? WPA2 MAC filtering SSID suppression WPS Static IP addressing 1-9: Which of the following would best describe this script? #!/bin/bash for jpg; do png="${jpg%.jpg}.png" echo converting "$jpg" ... if convert "$jpg" jpg.to.png ; then mv jpg.to.png "$png" else echo 'jpg2png: error: failed output saved in "jpg.to.png".' >&2 exit 1 fi done echo all conversions successful exit 0 PowerShell cmdlet Windows batch file JavaScript Python script Shell script 1-10: Which Control Panel applet can be used to manage usernames and passwords? Credential Manager Keychain System Authentication Center AppLocker