Test Online Free CompTIA 220-1102 Exam Questions and Answers
Practice a live sample before buying full access. This page keeps the free 220-1102 question set organized by page so visitors and search engines can reach the canonical -questions.html URL directly.
A user is unable to use any internet-related functions on a smartphone when it is not connected to Wi-Fi When the smartphone is connected to Wi-Fi the user can browse the internet and send and receive email. The user is also able to send and receive text messages and phone calls when the smartphone is not connected to Wi-Fi.
Which of the following is the MOST likely reason the user is unable to use the internet on the smartphone when it is not connected to Wi-Fi?
Answer:
Question 17Selectable Answer
A police officer often leaves a workstation for several minutes at a time.
Which of the following is the BEST way the officer can secure the workstation quickly when walking away?
Answer:
Question 18Selectable Answer
A user receives a notification indicating the antivirus protection on a company laptop is out of date. A technician is able to ping the user's laptop. The technician checks the antivirus parent servers and sees the latest signatures have been installed. The technician then checks the user's laptop and finds the antivirus engine and definitions are current.
Which of the following has MOST likely occurred?
Answer:
Question 19Selectable Answer
A technician needs lo formal a USB drive to transfer 20GB of data from a Linux computer to a Windows computer.
Which of the following filesystems will the technician MOST likely use?
Answer: Explanation:
Since Windows systems support FAT32 and NTFS "out of the box" and Linux supports a whole range of them including FAT32 and NTFS, it is highly recommended to format the partition or disk you want to share in either FAT32 or NTFS, but since FAT32 has a file size limit of 4.2 GB, if you happen to work with huge files, then it is better you use NTFS
Question 20Selectable Answer
A technician is troubleshooting an issue involving programs on a Windows 10 machine that are loading on startup but causing excessive boot times.
Which of the following should the technician do to selectively prevent programs from loading?
Answer:
Question 21Selectable Answer
A user is experiencing frequent malware symptoms on a Windows workstation. The user has tried several times to roll back the state but the malware persists.
Which of the following would MOST likely resolve the issue?
Answer:
Question 22Selectable Answer
An incident handler needs to preserve evidence for possible litigation.
Which of the following will the incident handler MOST likely do to preserve the evidence?
Answer:
Question 23Selectable Answer
A technician needs to document who had possession of evidence at every step of the process.
Which of the following does this process describe?
Answer:
Question 24Selectable Answer
A technician has just used an anti-malware removal tool to resolve a user's malware issue on a corporate laptop.
Which of the following BEST describes what the technician should do before returning the laptop to the user?
Answer:
Question 25Selectable Answer
During a recent flight an executive unexpectedly received several dog and cat pictures while trying to watch a movie via in-flight Wi-Fi on an iPhone. The executive has no records of any contacts sending pictures like these and has not seen these pictures before.
To BEST resolve this issue, the executive should:
Answer:
Question 26Selectable Answer
Which of the following command-line tools will delete a directory?
Answer: Explanation:
To delete an empty directory, enter rd Directory or rmdir Directory. If the directory is not empty, you can remove files and subdirectories from it using the /s switch. You can also use the /q switch to suppress confirmation messages (quiet mode)