You are on page 1of 3

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

a None

b various password information

c root user shell

d None

e command aliases

f filesystem information

Q2: How can we check if the value of a given variable is alphanumeric??

a gtype_alnum to check whether it is an alphanumeric value or not.

b dtype_alnum to check whether it is an alphanumeric value or not.

c None

d None

e ctype_alnum to check whether it is an alphanumeric value or not.

f None

Q3: Which tag is used to display the large font size??

a <FONT></FONT>

b None

c <BIG></BIG>

d < SIZE ></SIZE>

e <LARGE></LARGE>

f None

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

b ifconfig

c networksetup

d None

e iwconfig

f net config

Q5: Where is WordPress content stored??

a WordPress stores it's content in the wp-content folder

b None

c None

d WordPress stores it's content in a MySQL database on the server.

e None

f WordPress stores it's content in a MySQL database on the server.

Q6: How to mark a node called my-node as unschedulable in Kubernetes??

a kubectl cordon my-node

b None

c kubectl down my-node

d kubectl stop my-node

e kubectl off my-node

f None

Q7: Which of the following is available in MySQL:?

a CREATE TRIGGER

b CREATE DATABASE
c None

d None

e CREATE SCHEMA

f CREATE VIEW

Q8: What is the correct HTML for making a drop-down list??

a <list>

b None

c None

d <input type="dropdown">

e <input type="list">

f <select>

Q9: Select all true statements for a node in Kubernetes??

a A node may be a VM or physical machine, depending on the cluster.

b Each node contains the services necessary to run pods and is managed by the
master components

The correct Answer is: None

d A node is a worker machine in Kubernetes, previously known as a minion

The correct Answer is: None

f There is only one node in each Kubernetes cluster

You might also like