You are on page 1of 5

Q1: Which command can be used to know the terminal type??

a terminal

b tty

c pts

The correct Answer is: None

The correct Answer is: None

f who

Q2: What command is used to count the total number of lines, words, and characters
contained in a file??

a wc

b None

c count p

d countw

e None

f wcount

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

a numeric()

b numeric(true)

c is_numeric()

d None

e None

f None

Q4: In HTML, you can embed SVG elements directly into an HTML page?
a True

b False

c None

d None

e None

f None

Q5: 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 None

c None

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

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

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

Q6: What are the functions of Replication controller??

The correct Answer is: None

The correct Answer is: None

c It is responsible to monitor and verify whether the allowed number of pod replicas
were running

d It is responsible for routing the ingress traffic

e It is responsible to control and administer the lifecycle of the pod.

f It helps the user to check the running status of the pod

Q7: How to get a pod's YAML in Kubernetes??


a kubectl get pod my-pod -f yaml

b None

c kubectl get pod my-pod -o yaml

d None

e kubectl get pod my-pod --yaml

f kubectl get pod my-pod -p yaml

Q8: The -b flag in an Ansible ad-hoc command indicates that the command should be
executed with sudo privileges.?

a None

b false

c true

d None

e None

f None

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

a None

b None

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

d None

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

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

Q10: Which HTML tag would be used to display power in expression (A+B)2 ??
a <p>

b <sup>

c <sub>

d None

e <b>

f None

Q11: How to run the docker image mentioned in the command. Which will create a docker
container in which the Apache HTTP server will run.?

a $ docker run -it -d httpd

b None

c None

d None

e $ docker run -it -d --httpd

f $ docker run -it -d http img

Q12: In order to add a new column to an existing table in SQL, which command do we need
to use??

a None

b ALTER COLUMNS

c EDIT TABLE

d MODIFY TABLE

e None

f ALTER TABLE

Q13: What type of function is needed when passing values through a form or an URL??
a None

b htmlspecialchars()

c None of the mentioned

d urlencode()

e None

f Both of these

You might also like