You are on page 1of 5

Q1: The GROUP BY command cannot be used with aggregate functions together?

a None

b True

c None

d None

e False

f None

Q2: What is the difference between echo and print??

a They both behave the same

b Print can take multiple parameters where as echo cannot

c None

d None

e Print is a function where as echo is not.

f Echo can take multiple parameters where as print cannot

Q3: The command to create Kubernetes service is?

The correct Answer is: None

b kubectl deploy

c kubectl set service

The correct Answer is: None

e kubectl expose

f kubectl run

Q4: How do you find the number with the highest value of x and y??
a Math.ceil(x, y)

b None

c Math.max(x, y)

d None

e top(x, y)

f ceil(x, y)

Q5: How do we create command aliases in a shell??

a None

b set alias Aliasname="Command whose alias is to be created"

c None

d configure Aliasname="Command whose alias is to be created"

e We can't create aliases directly in shell

f alias Aliasname="Command whose alias is to be created"

Q6: You can install Docker Engine directly to servers you have on cloud providers. The
providers supported are:?

a None

b Google Cloud

c Digital Ocean

d Amazon Web Services (AWS)

e None

f Microsoft Azure

Q7: What is inode??

a A file is given a unique number by OS and is called as inode.

The correct Answer is: None


The correct Answer is: None

d A directory is given a predifined number by OS and is called as inode.

e A file is given a predifined number by OS and is called as inode.

f A directory is given a unique number by OS and is called as inode.

Q8: What will the following command do - $ chmod 888 file?

a It enables r,w,x permissions only for owner of the file

b It disables r,w,x premissions for all users

c None

d It enables r,w,x premissions for all users

e None of the above.

f None

Q9: What is the strpos() function used for??

a Search for character within a string

b None

c None

d Find the last character of a string

e Locate position of a string’s first character

f Both b and c

Q10: Which of the following is used to destroy the session??

a session_destroy() function

b $_SESSION[]

c isset() function

The correct Answer is: None


The correct Answer is: None

f session_start() function

Q11: What is Docker Swarm??

a Text document that contains all the commands

b None

c None

d Container orchestration tool

e Container registry

f None

Q12: What is the purpose of $_SESSION[]??

a Used to register a global variable

b Used to initialize a session.

c None

d None

e none of the above

f Used to store variables of the current session

Q13: To program additional authentication logic besides available authenticator modules,


_______________ can be used.?

a WebHook Authentication

The correct Answer is: None

c Authentication Proxy

d OpenID Connect Tokens

e Keystone Password

The correct Answer is: None

You might also like