You are on page 1of 5

Q1: Which ‘meta box’ is not hidden by default on Post and Page screens??

a None

b None

c None

d Featured Image is the child box that is hidden by default on Post and Page screens.

e Featured Image is the meta box that is not hidden by default on Post and Page
screens.

f None

Q2: How to build a Dockerfile??

a None

b None

c $ docker build to <path to docker file>

d $ docker build in <path to docker file>

e None

f $ docker build <path to docker file>

Q3: If we wish to mount a directory with Read Only option, which of the following is
correct?

a mount -t ext4 -o noexect,ro /path/to-dir /mnt/folder

b mount ext4 -no-read-only /mnt/folder /path/to-dir

c mount -t ext4 -o noexect,ro /mnt/folder /path/to-dir

d mount ext4 noexect,ro /path/to-dir /mnt/folder

e mount ext4 -no-read-only /mnt/folder /path/to-dir

f mount ext4 -no-read-only /path/to-dir /mnt/folder

Q4: What dos the acronym CMS stands for??


a None

b None

c Content management system

d None

e Common manager system

f Content manager system

Q5: What does the /etc/hosts file contains??

a The IP address of the default gateway

b None

c Hostnames of all devices on the network segment

d IP addresses to hostnames mappings

e CPU and memory info

f None

Q6: Which command will delete a table called 'test':?

a DROP test WHERE Confirm = "YES"

b DROP test

c None

d None

e DELETE test WHERE Confirm = "YES"

f DROP TABLE test

Q7: What number is the first key of a PHP’s numerical array??

a0
b2

c None

d -1

e None

f1

Q8: How to define a service without a selector??

The correct Answer is: None

The correct Answer is: None

c Specify the external name

d Address and port Just by specifying the IP address

e Specify an endpoint with IP

f Specifying the label and api-version

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

a None Of The Above

b None

c BODY

d BASE

e HEAD

f None

Q10: What is the correct command to create a new React project??

a npm create-react-app

b None

c npm create-react-app myReactApp


d npx create-react-app

e npx create-react-app myReactApp

f None

Q11: Which command is used to specify the number of records to return??

a SELECT SPECIFIC

b None

c EXTRACT

d SELECT TOP

e SELECT

f LIMIT

Q12: How to list all the docker containers running/exited/stopped with container details.?

a None

b $ docker ps -a

c None

d $ docker ls -a

e $ docker details -a

f None

Q13: What are the components of Docker architecture??

a The components of a Docker architecture are the Server, client, and Images.

b The components of a Docker architecture are the host, client, and registry.

c The components of a Docker architecture are the Services, Auth, and Prod.

The correct Answer is: None

The correct Answer is: None


The correct Answer is: None

Q14: What do the initials of PHP stand for??

a None

b None

c Hypertext Parser.

d Hypertext Preprocessor.

e Hyperloop Preprocessor.

f None

Q15: How do you get the number of containers running, paused and stopped??

a docker --info

b None

c None

d docker info

e None

f sudo --docker info

You might also like