0% found this document useful (0 votes)
13 views4 pages

5 Psset For VMIO

The document contains 12 multiple choice questions about various programming and IT topics. Each question has 6 possible answers with only one being marked as correct. The questions cover topics like HTML attributes, installing Ansible, Kubernetes components, PHP object comparison, SQL, and more.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views4 pages

5 Psset For VMIO

The document contains 12 multiple choice questions about various programming and IT topics. Each question has 6 possible answers with only one being marked as correct. The questions cover topics like HTML attributes, installing Ansible, Kubernetes components, PHP object comparison, SQL, and more.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Q1: Which html attribute is used to provide an advisory text about an element or Its

contents.?

a Title

b None

c None

d Dir

e None of the above

f Tooltip

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

a sudo apt install ansible-controller

b sudo apt install ansible

c sudo apt install ansible-master

d None

e sudo apt install ansible-server

f None

Q3: The handler invoked by Kubelet to check if a container’s IP address is open or not is??

a HTTPGetAction

b ExecAction

c None of the above

The correct Answer is: None

The correct Answer is: None

f TCPSocketAction

Q4: The API server is also known as:?


a k8s-apiserver

b kube-server

c kube-apiserver

d kubeapi

e None

f None

Q5: Which of the following is used to declare a constant?

a def

b None

c constant

d None

e const

f define

Q6: How is the comparison of objects done in PHP??

a None

b We use the operator '=' to test two objects are instanced from the same class and
have same attributes and equal values.

c None

d We use the operator '==' to test two objects are instanced from the same class and
have same attributes and equal values.

e We use the operator '===' to test two objects are instanced from the same class
and have same attributes and equal values.

f None

Q7: SQL (Structured Query Language) is:?


a the language of queries by pattern

b None

c DBMS (DataBase Management System)

d the language of structured queries

e None

f imperative programming language

Q8: When patching resources in Kubernetes, how to partially update a node??

a kubectl patch node k8s-node-1 -pr '{"spec":{"unschedulable":true}}'

b None

c kubectl patch node k8s-node-1 -p '{"patch":{"unschedulable":true}}'

d kubectl patch node k8s-node-1 -p '{"spec":{"unschedulable":false}}'

e kubectl patch node k8s-node-1 -p '{"spec":{"unschedulable":true}}'

f None

Q9: In a LIKE clause, you can could ask for any value ending in "qpt" by writing?

a None

b LIKE %qpt

c LIKE ^.*ton$

d None

e LIKE ton$

f LIKE *ton

Q10: Which command can be used to change file access permission bits??

a chperm

The correct Answer is: None


c chown

The correct Answer is: None

e umask

f chmod

Q11: Which keyword is used with the ALTER command to delete a column??

a None

b DROP

c REMOVE

d None

e DELETE

f CHANGE

Q12: ______ is used to destroy a variable in PHP ??

a unlink()

b destroy()

c None

d delete()

e unset()

f None

You might also like