You are on page 1of 5

Q1: What is Joomla in PHP??

a Framework for designing dynamic pages

b None

c None

d An open source CMS

e framework and distribution system for reusable PHP components

f Set of library enriched with fucntions

Q2: In a LIKE clause, you can ask for any 6 Letter Value by writing:?

a None

b None

c LIKE ^.{6}$

d LIKE ______ (Six Underscore Characters)

e LIKE .{6}

f LIKE ??????

Q3: Which of the following is a text editor that can be used in command mode to edit files on
a Linux system??

a edit

b lsof

c None

d None

e open

f vi or vim

Q4: How do you declare a JavaScript variable??


a None

b None

c v carName;

d variable carName;

e None

f var carName;

Q5: Choose the correct HTML element to define important text?

a <important>

b None

c <i>

d <strong>

e <b>

f None

Q6: Which of the following gives a string containing PHP script file name in which it is
called??

a $php_errormsg

b $_SESSION

c None

d $_PHP_SELF

e $_COOKIE

f None

Q7: Storing same data in many places is called.?

a Enumeration

b None
c Redundancy

d Iteration

e None

f Concurrency

Q8: How to convert a category into a tag??

a WordPress provides you an option to change category into tag and tag into a
category. For this, you need to install Categories and Tags Converter from the Import option
under Tools section.

b WordPress provides you an option to change category into tag and tag into a
category. For this, you need to install Categories and Tags Converter from the Export option
under Tools section.

c None

d None

e None

f WordPress provides you an option to change category into tag and tag into a
category. For this, you need to Uninstall Categories and Tags Converter from the Import
option under Tools section.

Q9: How to monitor Docker containers in production??

a Docker provides functionalities like docker stats and docker events to monitor
docker in production.

b None

c None

d Docker provides functionalities like docker stats and docker events to monitor
container in production.

e None

f Docker provides statistics like docker stats and docker events to monitor pages in
production.
Q10: Which of the following tags represents a section of the document intended for
navigation in HTML5??

a None

b nav

c dialog

d footer

e None

f section

Q11: __________ runs on each node and ensures containers are running in a pod.?

a Kubectl

b Scheduler

c None

d Etcd

e Flanneld

f None

Q12: Which type of database management system represents relations using tables??

a Network DBMS

b Object Oriented DBMS

c Relational DBMS

d Hierachical DBMS

e None

f None

Q13: DML is included into SQL language of:?


a managing data

b description data

c managing transactions

d None

e managing users

f None

Q14: Which command would show you the logs of a running pod in Kubernetes??

The correct Answer is: None

b kubectl logs pod-name

c kubectl print pod-name

d kubectl show -l pod-name

e kubectl log pod-name

The correct Answer is: None

Q15: Null is used as a place holder for optional fields?

a False

b True

c None

d None

e None

f None

You might also like