0% found this document useful (0 votes)
27 views

5 Notes For FKWO

This document contains 14 multiple choice questions about various technical topics including Docker, Linux, WordPress, and programming. The questions cover topics such as how to start a Docker container, what UMASK is used for, how devices are represented in UNIX/Linux, and whether Docker pioneered container technology. The correct answers to each question are also provided.

Uploaded by

nanjidsambuu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views

5 Notes For FKWO

This document contains 14 multiple choice questions about various technical topics including Docker, Linux, WordPress, and programming. The questions cover topics such as how to start a Docker container, what UMASK is used for, how devices are represented in UNIX/Linux, and whether Docker pioneered container technology. The correct answers to each question are also provided.

Uploaded by

nanjidsambuu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

Q1: A much better approach to establish the base URL is to use the ______ element.?

a None

b None

c BODY

d BASE

e None Of The Above

f HEAD

Q2: You remove a paused container from Docker?

a False

b None

c True

d None

e None

f None

Q3: How to create a volume which docker container will use to store data.?

a $ docker volume create

b $ docker --volume create

c None

d None

e $ docker create volume

f None

Q4: The /etc/shadow file in Linux is used to store:?


a None

b command aliases

c root user shell

d None

e filesystem information

f various password information

Q5: What is Docker Swarm mode??

a Docker swarm is also known as Docker Hub

b None

c None

d A swarm is the name of the latest Docker release

e A swarm is a group of machines that are running Docker and joined into a cluster

f Docker swarm is a tool for managing your CI/CD pipelines

Q6: How to start a container??

a $ docker -->start <container_id>

The correct Answer is: None

c $ docker push <container_id>

d $ docker start <container_id>

The correct Answer is: None

The correct Answer is: None

Q7: What is UMASK??

a UMASK is a Unix environment variable, which not really used anymore and is
considered legacy.

b UMASK is a Unix environment variable, which automatically sets the file visibility.
c UMASK is a Unix environment variable, which automatically sets file permissions
created files.

The correct Answer is: None

e UMASK is a Unix environment variable, which is replaced by the chmod command


now however it's still largely used.

The correct Answer is: None

Q8: What command is used to permanently remove a record from a database table??

a REMOVE

b None

c DROP

d None

e DELETE

f CUT

Q9: What is the best way to change table prefix (wp_) before installation in WordPress??

a None

b After Installation: Once you have the database, you can go ahead and change it

c Before Installation: In this way, you have to rename your wp_config.php file
according to your need through $table_prefix=’wp_’;.

d None

e Before Installation: Through this way, you have to go PHPMyAdmin -> Select your
database -> Check all tables -> Add/Update table prefix.

f None

Q10: Inline elements are normally displayed without starting a new line?

a True

b False
c None

d None

e None

f None

Q11: Explain the use of SUID permission bit on a file.?

a It denies the process to have the privileges of the root user during the instance of
the program.

b It give the process to have the privileges of the owner of the file during the
instance of the program.

The correct Answer is: None

d It denies the process to have the privileges of the owner of the file during the
instance of the program.

The correct Answer is: None

f It give the process to have the privileges of the root user during the instance of the
program.

Q12: What is the difference between characters \034 and \x34??

a None

b None

c None

d \034 is hex 34 and \x34 is octal 34.

e None

f \034 is octal 34 and \x34 is hex 34.

Q13: Did Docker pioneer container technology??

a False

b True
The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

Q14: How are devices represented in UNIX/Linux??

a For UNIX/Linux every device is a file and are typically located in the directory
/dev.

b For UNIX/Linux every device is a file and are typically located in the directory
/proc.

c For UNIX/Linux every device is a block and are typically located in the directory
/proc.

d For UNIX/Linux every device is a block and are typically located in the
directory /dev.

e None

f None

You might also like