You are on page 1of 5

Q1: What are the respective octal value for the permission bits??

The correct Answer is: None

b 4, 2 & 1 respectively for r, w & x.

c 4, 2 & 1 respectively for r, x & w.

d 4, 2 & 1 respectively for x, w & x.

e 4, 2 & 1 respectively for w, r & x.

The correct Answer is: None

Q2: Which is not true about Docker Hub??

The correct Answer is: None

The correct Answer is: None

c Docker Hub provides an easy way to create, manage, and deliver your teams'
container applications

The correct Answer is: None

e Docker Hub is a totally private repository

f Docker Hub is the world's largest library and community for container images

Q3: Which of the following is used to add multiple line comments in PHP ??

a //

b None

c {{ }}

d None

e /* */

f {/ \}

Q4: HTML tags are surrounded by which type of brackets.?


a Squart

b Round

c Curly

d Angle

e None

f None

Q5: Which of the following methods sends input to a script via a URL??

a None

b None

c Get

d None

e Post

f Both

Q6: Which one is true for Minikube??

a Minikube is a GUI for Kubernetes

The correct Answer is: None

c Minikube is an all-in-One Kubernetes cluster on our workstation

d None of the above

The correct Answer is: None

f Minikube multi-node cluster

Q7: What will be the output of the query SELECT MINIMUM (amount) FROM sales;?

a None

b None
c None

d the query will generate an error

e None

f return the lowest sales value

Q8: How can we get the error when there is a problem with uploading a file??

a $_FILES['userfile']['error']

b None

c $FILES['userfile']['error']

d None

e $_FILES['userfile = error']

f None

Q9: How do you write "Hello World" in an alert box??

a None

b alert("Hello World");

c msg("Hello World");

d alertBox("Hello World");

e None

f msgBox("Hello World");

Q10: How to login into docker hub.?

a None

b $ docker login

c $ docker --log

d None
e $ docker $login

f None

Q11: How can you make a numbered list??

a <dl>

b <ul>

c None

d None

e <ol>

f <list>

Q12: Which is the environment variable which holds your home directory information??

a It's generated dynamically

b ADMINISTRATOR

c ROOT.

The correct Answer is: None

The correct Answer is: None

f HOME.

Q13: Which of the following method can be used to close a MySql database using PHP??

a None

b mysql_close()

c mysql_connect()

d None of the above

e None

f mysql_query()

You might also like