General Flashcards

1
Q

mjs means (ES6 m_____)-javascript

A

mjs means (ES6 modules)-javascript

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

a powerful open-source web server, widely used for serving static content and as a reverse proxy, handling high traffic efficiently.

A

Nginx

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

a droplet is an example of I________-as-a-Service (IaaS)

A

a droplet is an example of Infrastructure-as-a-Service (IaaS)

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

process of a small software layer that enables multiple instances of operating systems to run alongside each other, sharing the same physical computing resources.

A

virtualization

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

an encrypted network protocol that lets you securely connect to a remote computer

A

SSH
Secure SHell

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

1) one of the most popular web servers in the world;
2) responsible for hosting some of the largest and highest-traffic sites on the internet
3) known for its high performance and low resource consumption, making it ideal for serving static content and handling numerous concurrent connections.

A

nginx

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

Services that allow you to purchase domains, such as Namecheap, are called domain r________s and they offer the ability to manage your domain’s DNS records on their website or allow you manage your records other services, such as DigitalOcean

A

Services that allow you to purchase domains, such as Namecheap, are called domain registrars and they offer the ability to manage your domain’s DNS records on their website or allow you manage your records other services, such as DigitalOcean

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

DigitalOcean droplets, AWS EC2, and GCP Compute Engine are all examples of _____ offerings

A

DigitalOcean droplets, AWS EC2, and GCP Compute Engine are all examples of VPS offerings

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

P________ key authentication is much more secure than password authentication

A

Public key authentication is much more secure than password authentication

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

SSH means S_____ SH____.

A

Secure SHell

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

virtual servers have their own o_____-ing s________s, ensuring isolation between them

A

virtual servers have their own operating systems, ensuring isolation between them

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

A software that enables multiple VMs to run on one physical server. Pools & allocates physical computing resources as needed by VM, enabling efficiency, flexibility & scalability

A

hypervisor

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

m________s are a way of composing the backend of an application from many separate, independent services, which communicate with each other over the network.

A

-> microservices <- are a way of composing the backend of an application from many separate, independent services, which communicate with each other over the network.

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

no existing version of Internet Explorer supports p_____s

A

no existing version of Internet Explorer supports promises <-

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

import axios from ‘a….’

A

import axios from ‘axios’

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