You are on page 1of 5

Q1: What is called if a value shouldn't be greater than 100??

a Integrity constraint

b Over-defined constraint

c Referential constraint

d None

e None

f Feasible constraint

Q2: What is a kube-proxy used for??

The correct Answer is: None

b To load-balance traffic that is destined for services to the correct backend pods

The correct Answer is: None

d To supplant an authentic webpage in a search engine's index and search page


results

The correct Answer is: None

The correct Answer is: None

Q3: How to install a docker plugin vieux/sshfs with debug environment set to 1.?

a $ docker plugin install vieux/sshfs DEBUG=1

b $ docker install plugins vieux/sshfs DEBUG=1

c None

d $ docker install vieux/sshfs DEBUG=1

e None

f None

Q4: What is the HTML Tag for the largest heading?


a None

b <head>

c <h1>

d None

e <h6>

f <heading>

Q5: In which programming language WordPress is written??

a Python

b VueJS

c PHP

d Java

e Node

f Javascript

Q6: How can you make a bulleted list??

a <list>

b <ul>

c <ol>

d None

e None

f <dl>

Q7: PHP is a ________________________?

a None

b Tightly typed language


c None

d Client typed language

e Loosely typed language

f Server typed language

Q8: How many types of plans are available in wordpress by default??

a4

b None

c2

d6

e3

f None

Q9: How can we check if the value of a given variable is alphanumeric??

a dtype_alnum to check whether it is an alphanumeric value or not.

b None

c None

d gtype_alnum to check whether it is an alphanumeric value or not.

e None

f ctype_alnum to check whether it is an alphanumeric value or not.

Q10: Which of the following are core Kubernetes objects??

The correct Answer is: None

b None of the mentioned

c Pods, Services, Volumes

d Pods, Docker, Volumes


e Pods, Services, Droplets

The correct Answer is: None

Q11: UPDATE keyword is used for:?

a to manage users

b to select data

c to change data

d None

e to create database elements

f None

Q12: How does a WHILE loop start??

a while (i <= 10; i++)

b None

c while i = 1 to 10

d None

e None

f while (i <= 10)

Q13: Which command will you use to check your Ansible version??

a None

b ansiblectl v

c ansible v

d ansible-ctl --version

e ansible --version

f None
Q14: How to insert a comment that has more than one line??

a <!--This comment has more than one line-->

b None

c None

d /*This comment has more than one line*/

e None

f //This comment has more than one line//

Q15: What is the best way to change table prefix (wp_) before installation in WordPress??

a Before Installation: Through this way, you have to go PHPMyAdmin -> Select your
database -> Check all tables -> Add/Update table prefix.

b After Installation: Once you have the database, you can go ahead and change it

c None

d None

e Before Installation: In this way, you have to rename your wp_config.php file
according to your need through $table_prefix=’wp_’;.

f None

You might also like