Module 13 Flashcards

1
Q

Which one is NOT a common cloud architecture?

  • IaaS
  • PaaS
  • SaaS
  • TaaS
A
  • TaaS
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What port is used by the Network Time Protocol (NTP) for communication?

  • TCP 20
  • TCP 25
  • UDP 69
  • UDP 123
A
  • UDP 123
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Docker uses _________ technology.

  • IOT
  • Redundancy
  • Virtualization
  • Container
A
  • Container
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The Apache daemon listens for HTTP requests on what port by default?

  • TCP 20
  • TCP 25
  • TCP 80
  • CTP 110
A
  • TCP 80
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Where is the default document root directory for the Apache web server?

  • /usr/local/html
  • /var/www/html​
  • /usr/share/local/html
  • /var/html
A
  • /var/www/html​
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What FTP command runs a shell on the local computer?

  • ~
  • #
  • !
  • *
A
  • !
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What kind of servers resolve fully qualified domain names to IP addresses for a certain namespace on the Internet?

  • DHCP
  • NTP
  • DNS
  • NIS
A
  • DNS
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

When working with Sendmail, what command can be used to test SMTP support?

  • EHLO
  • telnet
  • HELO
  • smtp
A
  • HELO
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Which command below can be used at a BASH command prompt to obtain a web page?

  • apachect1
  • ab
  • curl
  • webpage
A
  • curl
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What directive below in Apache’s httpd.conf file specifies that the index.html file in the document root directory will be sent to
clients who request an HTML document?

  • DirectoryIndex index.html
  • DocumentRoot index.html
  • Index index.html
  • UseIndex index.html
A
  • DirectoryIndex index.html
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What must you do to transform your computer into a DNS server? (Choose all that apply.)

  • Create zone files.
  • Create resource records for DNS lookups.
  • Create NIS maps.
  • Run the name daemon (named).
A
  • Create zone files.
  • Create resource records for DNS lookups.
  • Run the name daemon (named).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Which command can be used to list containers that are currently running on the operating system only?

  • docker ps
  • docker ps -a
  • docker run
  • docker exec
A
  • docker ps
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

The lines within the Apache configuration file that modify the functionality of the Apache are called directives.

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

Which DNS resource record is an alias to other records?

  • A
  • AAAA
  • CNAME
  • NS
A
  • CNAME
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

You can purchase object storage from a cloud provider to provide persistent filesystem-based storage.

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

DHCP clients send a DHCPREQUEST packet when they need to renew IP configuration.

  • True
  • False
A
  • True
17
Q

Which command can you use to synchronize ntpd with an NTP time source?

  • ntp
  • ntpquery
  • ntpdate
  • hwclock
A
  • ntpdate
18
Q

Which of the following can be used to create a database within PostgreSQL? (Choose all that apply.)

  • the CREATE DATABASE statement within the PostgreSQL utility.
  • the ADD DATABASE statement within the PostgreSQL utility.
  • the adddb command.
  • the createdb command.
A
  • the CREATE DATABASE statement within the PostgreSQL utility.
  • the createdb command.
19
Q

Which term is used to describe the process of pushing new versions of a Web app to a cloud provider for testing?

  • IaC
  • Build automation
  • CD
  • Infrastructure automation
A
  • CD
20
Q

Which of the following must you perform to share a directory using NFS? (Choose all that apply.)

  • Edit the /etc/exports file.
  • Mount the directory to the /etc/exports directory using the mount command.
  • Run the exportfs –a command.
  • Start or restart the NFS daemons.
A
  • Edit the /etc/exports file.
  • Run the exportfs –a command.
  • Start or restart the NFS daemons.