Failed 1102 Practice Test Questions Flashcards
What is a rogue anti-virus?
A piece of malware that acts as an anti-virus. Used to trick people into believing there is other real malware on their machine and to pay for a fake malware removal tool that is in reality just more malware.
What is the Windows version for Apple’s KeyChain?
Credential Manager
What is the most common vulnerabilities on Windows and linux machines?
Missing patches.
What is the updated term for a Man-in-the-Middle attack?
On-path attack
What’s a list of commands that is to be read and executed by the shell in Linux and macOS?
A shell file (.sh file extension). It starts with #!/bin/bash
What is a swap partition?
A swap partition is a portion of a storage device on a linux machine that allows the OS to use some unused storage space as extra memory if need be.
What is an APK?
An Android Application Package is a third-party app that is installed directly onto the device without an intermediary service such as Google Play Store needed.
What is the minimum CPU requirements for Windows 10?
1 GHz Dual core CPU
What is a way to get “invalid credentials” error on a mail client when the correct credentials are put in?
If MFA is enabled on the email account but the email client does not support MFA.
What do shell and batch scripts use environment variables for?
To communicate data and preferences to child processes.
What is a branch structure used for?
To control the flow within a computer program or script.
What is the “dd” command used for in what OS?
It is used to convert and copy files on Unix and Unix-like devices.
What are three steps in troubleshooting a mobile app?
- Restart the app.
- Clear the cache.
- Reinstall the app.
what is msconfig.exe used for?
To troubleshoot the startup of a Windows PC.
What is the “ip” command used for in what OS?
IT’s used in Linux systems to display the network address and subnet mask.