You are on page 1of 5

Q1: What does the following command do? - $ chmod o-r note?

a Read permission for others is added

b None

c None

d Read permission for user is added

e Read permission for user is removed

f Read permission for others is removed

Q2: How to mark a node called my-node as schedulable in Kubernetes??

a kubectl uncordon my-node

b None

c kubectl schedulable my-node

d kubectl up my-node

e None

f kubectl available my-node

Q3: While starting minikube, a configuration file, gets created by default inside what
directory on Linux??

The correct Answer is: None

b /home/user/.kube

c /root

d /home/user

e /tmp

The correct Answer is: None

Q4: What will happen while adding new API to Kubernetes??


a Adding a new API will block the previous API

b Adding a new API will improve the functioning ability of Kubernetes

The correct Answer is: None

d Adding a new API will remove some clusters

The correct Answer is: None

The correct Answer is: None

Q5: Which of the following commands will install Ansible on Ubuntu??

a sudo apt install ansible

b sudo apt install ansible-master

c None

d sudo apt install ansible-server

e None

f sudo apt install ansible-controller

Q6: Which of the following is not a SQL operator??

a In

b Between .. and ..

c Is null

d Not in

e All of the above are valid SQL operators

f Like

Q7: What is Hypervisor??

a A hypervisor is a hardware that makes optimization possible. It is also called


Virtual Machine Monitor.
b A hypervisor is a software that makes optimization possible. It is also called
Virtual Machine Monitor.

c A hypervisor is a software that makes virtualization possible. It is also called


Virtual Machine Monitor.

d None

e None

f None

Q8: What is the name of a Linux utility used for managing software packages on Red Hat and
Red Hat-based Linux distributions??

a None

b apt-get

c yum

d None

e apt

f grub

Q9: What will happen If you run the command "init 0" in your terminal?

The correct Answer is: None

b Reboot the system

c Shut down the system

The correct Answer is: None

e Start the system without a display manager (GUI)

f Enter single user mode

Q10: When would you use path along with file name of a picture in an IMG tag??

a when image file and html file both are on same location d.
b when the location of image file and html file are different

c path is always necessary when inserting image

d None

e None

f path is optional and not necessary

Q11: Which of the following is true for a Persistent Cookie??

a Persistent cookies provide convenient and rapid access to familiar objects, which
enhances the user experience (UX)

b A persistent cookie is permanently stored in a cookie file on the browser's


computer.

c The next time you visit a particular site which you have already done it will not
recognise you and will treat you as a completely new visitor as long as it hasn't been more
than 2 days

d A persistent cookie is temporary stored in a cookie file on the browser's computer.

e A cookie that is stored on a user's hard drive until the next login

f A persistent cookie is a data file capable of providing websites with user


preferences, settings and information for future visits.

Q12: How do we access the value of 'd' later? $a = array( 'a', 3 => 'b', 1 => 'c', 'd' );?

a $a[3]

b None

c $a[1]

d $a[2]

e $a[4]

f $a[0]

Q13: <TD> … </TD> tag is used for ________?


a None

b Table row

c Table heading

d Table Records

e none of the above

f None

Q14: Which option can be used with ‘rm’ command to prompt for file removal??

a -ask

b None

c None

d -c

e -i

f -n

You might also like