You are on page 1of 5

Q1: Which of the following is not a style tag??

a None

b <i>

c <b>

d None

e All are style tags

f <tt>

Q2: The -b flag in an Ansible ad-hoc command indicates that the command should be
executed with sudo privileges.?

a None

b true

c false

d None

e None

f None

Q3: PHP is an example of ___________ scripting language.?

a Browser-side

b None

c Server-side

d None

e In-side

f Client-side

Q4: What is the function func_num_args() used for??


a The function func_num_args() is used to give the number of parameters passed
into a function.

b The function func_num_args() is used to give the boolean r of parameters passed


into a function.

c None

d None

e None

f The function func_num_args() is used to give the string of parameters passed into a
function.

Q5: What is the purpose of a ReplicaSet??

The correct Answer is: None

The correct Answer is: None

c To maintain a stable set of replica Pods running at any given time

d To monitor and respond to environmental latency

e To prevent clones from invading other clusters

f To create and maintain volumes

Q6: What did the 1.8 version of Kubernetes introduce??

The correct Answer is: None

b Logging Secrets

The correct Answer is: None

d Federated Clusters

e Cluster level

f Taints and Tolerations

Q7: What will happen if two tables have names 'users' and 'USERS'??
a This is possible only on UNIX/LINUX

b This is possible only on Windows

c This depends on lower_case_table_names system variable

d This is not possible because table names are case insensitive

e This is possible because table names are case sensitive

f None

Q8: ___________________ is a special namespace that is used for special purposes like
bootstrapping a cluster.?

The correct Answer is: None

b Kube-system

c Kube-public

The correct Answer is: None

e Default

f Kube-private

Q9: What is inode??

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

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

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

The correct Answer is: None

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

The correct Answer is: None

Q10: Can you insert multiple rows with only one INSERT query??

a None

b False
c True

d None

e Yes but these inserts cause data corruption

f It's possible but only with newer MySQL versions

Q11: Tags and text that are not directly displayed on the page are written in _____ section.?

a None

b None

c <title>

d <html>

e <head>

f <body>

Q12: What is the role of cloud controller manager??

The correct Answer is: None

b cloud controller manager is an essential component for persistent storage, the


abstraction of cloud-specific code from core Kubernetes code, and network routing.

The correct Answer is: None

The correct Answer is: None

e cloud controller manager is an essential component for local storage, the fraction
of cloud-specific code from non core Kubernetes code, and network routing.

The correct Answer is: None

Q13: Which artisan command would you use to create a new Laravel Controller??

a php artisan controller create controller_name

b None

c None
d php artisan controller:make controller_name

e php artisan make:controller controller_name

f php artisan create:controller controller_name

You might also like