You are on page 1of 4

Q1: Which of the following is a text editor that can be used in command mode to edit files on

a Linux system??

a None

b open

c edit

d lsof

e None

f vi or vim

Q2: How to delete an image from the local storage system??

a None

b $ docker rmin <imageid>

c $ docker rmi <image-id>

d None

e $ docker --rmi <image-id>

f None

Q3: What are Docker Images??

a Docker image is the source of Docker system.

b None

c Docker image is the source of Docker container.

d None

e Docker image is the source of Docker virtualization.

f None

Q4: Which HTML element is used to specify a footer for a document or section??
a <down>

b <footer>

c None

d <section>

e None

f <bottom>

Q5: Which command will you use to display the first user??

a None

b kubectl config view user 1

c kubectl config view -o jsonpath='{.usersname[]}'

d None

e kubectl config view -o jsonpath='{.users[].name}'

f kubectl config view -o jsonpath='{.users[*].name}'

Q6: What is the correct way to write a JavaScript array??

a var colors = 1 = ("red"), 2 = ("green"), 3 = ("blue")

b var colors = "red", "green", "blue"

c None

d var colors = (1:"red", 2:"green", 3:"blue")

e None

f var colors = ["red", "green", "blue"]

Q7: What dos the acronym CMS stands for??

a None

b None
c None

d Common manager system

e Content management system

f Content manager system

Q8: Are strstr and strchr aliases??

a True

b None

c None

d None

e None

f False

Q9: In which variable is the users IP address stored??

a None

b $REMOTE_ADDR

c $GLOBALS

d None

e $_ENV

f $DOMAIN

Q10: Which of the following answers refers to a Linux command-line command used for
configuring network interface parameters specific to the wireless communication??

a iwconfig

b networksetup

c None

d ifconfig
e net config

f None

Q11: What are the Namespaces in Docker??

a Namespaces in Docker are a technology for the facility of images in Docker.

b Namespaces in Docker are a technology for the facility of containers in Docker.

c None

d None

e None

f None

Q12: How can we check if the value of a given variable is a number??

a None

b numeric(true)

c numeric()

d None

e is_numeric()

f None

You might also like