New Questions Flashcards

1
Q

Pros and cons of virulisation

A

Pros:
- It allows for easier backup and recovery
- Quicker set up, no need to configure hardware
- Utilization of Hardware Efficiently
- Cloud Migration becomes easy

Cons:
- Data can be at security Risk
- High Initial Investment

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

How do you implement network-level security?

A
  • Encrypt critical data
  • Update antimalware software
  • Set appropriate access controls and employ multifactor authentication
  • Educate end users on cyber attacks such as phishing
  • Install and configure a firewall
  • Enforce strong passwords
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a container?

A

Containers are packages of software that contain all of the necessary elements to run in any environment.

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

What is Kubernetes?

A

Kubernetes is an open-source container orchestration system for automating software deployment, scaling, and management.

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

What is the difference between stateful and stateless applications

A

Stateless applications don’t “store” data whereas stateful applications require backing storage.

Stateless applications have just one function or service,

Stateless applications are essentially containerized microservices apps

Stateful applications are typically databases

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

What is a cookie?

A

A cookie is a small text file downloaded to your computer when you access certain websites.
Allows a website to recognize users when they return to a certain website.
They help you resume where you left off, your registered login, preferences, and other customization functions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q
  • What’s the difference between HTTP and HTTPS?
A

Hypertext Transfer Protocol is an application- layer protocol for transmitting web resources such as html files. HTTPS is secure version that uses SSL (secure sockets layer) or TLS (Transport Layer Security)

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

What does SSL stand for?

A

secure sockets layer

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

What is a role of a port?

A

A port is a virtual point where network connections start and end and each port is associated with a specific process so a port helps the computer understand what to do with the data it receives.

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