Failed 1102 Practice Test Questions Flashcards

1
Q

What is a rogue anti-virus?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the Windows version for Apple’s KeyChain?

A

Credential Manager

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the most common vulnerabilities on Windows and linux machines?

A

Missing patches.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the updated term for a Man-in-the-Middle attack?

A

On-path attack

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What’s a list of commands that is to be read and executed by the shell in Linux and macOS?

A

A shell file (.sh file extension). It starts with #!/bin/bash

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a swap partition?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is an APK?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the minimum CPU requirements for Windows 10?

A

1 GHz Dual core CPU

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a way to get “invalid credentials” error on a mail client when the correct credentials are put in?

A

If MFA is enabled on the email account but the email client does not support MFA.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What do shell and batch scripts use environment variables for?

A

To communicate data and preferences to child processes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a branch structure used for?

A

To control the flow within a computer program or script.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the “dd” command used for in what OS?

A

It is used to convert and copy files on Unix and Unix-like devices.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are three steps in troubleshooting a mobile app?

A
  1. Restart the app.
  2. Clear the cache.
  3. Reinstall the app.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

what is msconfig.exe used for?

A

To troubleshoot the startup of a Windows PC.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the “ip” command used for in what OS?

A

IT’s used in Linux systems to display the network address and subnet mask.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What does a network-based anti-malware system do?

A

Scans incoming data to all endpoints. Is usually situated in a data center in a rack.

17
Q

What does AUP stand for?

A

Acceptable Use Policy

18
Q

What formatting system should be used when formatting DVDs?

A

UDF or Universal Disk Format as CDFS is legacy.

19
Q

What is the bare minimum CPU that can run WIndows 11?

A

1 GHz dual core CPU.

20
Q

What is a legal hold?

A

A process that an organization uses to preserve all forms of relevant information when litigation is reasonable anticipated.

21
Q

When should you ask for help when moving something?

A

If it’s over 50 lbs.

22
Q

What is a difference between a computer virus and worm?

A

A virus usually relies on the help of another program to execute or spread when a worm can replicate itself without the help of another program.

23
Q

What does “netstat” do in what OS?

A

The netstat command displays all active TCP connections, ports the PC is listening on, Ethernet statistics, IP routing table, IPv4 and IPv6 statistics.