You are on page 1of 4

Q1: The ASC and DESC keywords can be used in the same statement?

a None

b None

c None

d False

e True

f None

Q2: If you execute the command `umask 0002`, what will happen?

The correct Answer is: None

b None of the mentioned

The correct Answer is: None

d Next time when we create a file using the chmod command, the permissions of will
be 002

e Next time when we create a file using the chmod command, the permissions of will
be 666

f Next time when we create a file using the chmod command, the permissions of will
be 664

Q3: In Kubernetes, a node is:?

The correct Answer is: None

The correct Answer is: None

c A tool for starting a kubernetes cluster on a local machine

d A worker machine

The correct Answer is: None

f A machine that coordinates the scheduling and management of application


containers on the cluster
Q4: What is the correct syntax of the usermeta function in Wordpress??

a None

b get_user_meta( int $user_id, string $key = '', bool $single = false )

c None

d None

e get_user_meta( int $user_id, string $key = '', bool $single = true )

f get_user( int $user_id, string $key = '', bool $single = true )

Q5: The WHERE clause is mandatory when using the SELECT command?

a None

b False

c True

d None

e None

f None

Q6: Is it a good practice to run Docker compose in production??

The correct Answer is: None

The correct Answer is: None

c False

The correct Answer is: None

e True

The correct Answer is: None

Q7: The /etc/shadow file in Linux is used to store:?


a command aliases

b None

c various password information

d None

e filesystem information

f root user shell

Q8: How do you create a function in JavaScript??

a function = myFunction()

b function myFunction()

c None

d None

e function:myFunction()

f None

Q9: How to delete an image from the local storage system??

a $ docker rmi <image-id>

b None

c None

d None

e $ docker --rmi <image-id>

f $ docker rmin <imageid>

Q10: What is Joomla in PHP??

a An open source CMS

b None
c Framework for designing dynamic pages

d None

e Set of library enriched with fucntions

f framework and distribution system for reusable PHP components

Q11: The kube-apiserver on Kubernetes master is designed to scale:?

a None

b None

c kube-apiserver is not used for scaling

d Horizontally

e Vertically

f None

Q12: From which file does the command `free` takes it's information?

a /dev/memfree

b /dev/meminfo

c /proc/meminfo

d /proc/memfree

e /dev/freemem

f /proc/freemem

You might also like