Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 4

Q1: How can we list out all currently executing background processes??

a top

The correct Answer is: None

The correct Answer is: None

d ps faux

e ps -e

f proccess -aux

Q2: What is the login name of the administrator in Linux??

a root

b All of the mentioned

The correct Answer is: None

d admin

e None of the mentioned

f administrator

Q3: In HTML, you can embed SVG elements directly into an HTML page?

a None

b None

c None

d None

e True

f False

Q4: How many error levels are available in PHP ??


a None

b 19

c None

d 16

e 20

f4

Q5: In WordPress, objects are passed by value or by reference.?

a None

b None

c In WordPress, all objects are passed by reference.

d None

e In WordPress, all objects are passed by value.

f None

Q6: How can we pass the variable through the navigation between the pages??

a None

b None

c None

d using routings, headers or hidden form fields.

e using href link

f using sessions, cookies or hidden form fields.

Q7: Once you’ve worked with an image, how do you push it to docker hub??

a None

b $ docker --push <username image name>


c $ docker push <username/image name>

d $ docker push <username image name>

e None

f None

Q8: Which of the following are Kubernetes Objects??

a Kubernetes objects are Host, Auth and Cluster.

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

e Kubernetes objects are Pod, Service and Volume.

The correct Answer is: None

Q9: This volume type can be used to share contents within containers in a pod, but will not
persist beyond the life of a pod.?

a FlexVolume

b EmptyDir

The correct Answer is: None

d ConfigMap

e Local

The correct Answer is: None

Q10: Choose the correct HTML element to define important text?

a <i>

b None

c None

d <b>
e <important>

f <strong>

Q11: Which is the right syntax for the DISTINCT SQL statement??

a SELECT DISTINCT col1, col2 FROM table;

b SELECT DISTINCT col1, col2 WHERE table;

c None

d None

e None

f SELECT DIFFERENT col1, col2 FROM table;

Q12: How do you round the number 7.25, to the nearest integer??

a None

b round(7.25)

c None

d rnd(7.25)

e Math.rnd(7.25)

f Math.round(7.25)

You might also like