You are on page 1of 5

Q1: Wildcards are?

a None

b not supported by MySQL

c None

d characters such as $ which perform pattern matches

e used to perform pattern matches

f characters such as % which perform single character matching

Q2: What websites can you build with WordPress??

a A Learning platform

b Betting website

c Shop

d All of the mentioned

e News website

f Blog

Q3: Which of the following command can give documentation of a command??

a show

b info

c None

d man

e doc

f help

Q4: What is a composite key??


a it is a key that uniquely identifies a record in a database

b its is a key that is defined as the primary key in another table

c it is a primary key that consists of more than one field that uniquely identifies a
record

d its is an optional key and allows null values

e None

f None

Q5: A virtual filesystem created dynamically by Linux that contains information about
system resources is:?

a /proc

b /system

c /boot

d None

e /mkdir

f None

Q6: To create a new deployment in kubernetes, use the command?

a kubernetes set deployment

The correct Answer is: None

c kubernetes get deployment

d kubectl run

The correct Answer is: None

f kubectl deploy

Q7: What will be the effect of inserting 500 rows in a table with the following definition.
CREATE TABLE `categories` ( `category_id` tinyint(3) AUTO_INCREMENT, `category_name`
varchar(150) DEFAULT NULL, `remarks` varchar(500) DEFAULT NULL, PRIMARY KEY?
a half the records will be inserted then an error will be generated

b only 100 rows will be inserted

c None

d 500 rows will be inserted into the table

e None

f a table with the above definition is not possible

Q8: How to dump the whole MySQL database to a file??

a SELECT * from table FIELDS TERMINATED BY ',' ENCLOSED BY "" LINES


TERMINATED BY 'n'

b None

c mysql -e "select * from table" database > dumpfile.txt

d None

e mysql -e "select * from table" -u user -pxxxxxxx database > dumpfile.txt

f None of the above

Q9: What is Solaris??

a None

b IBM’s UNIX

c None

d Sun microsystems UNIX

e HP’s UNIX

f Microsoft’s UNIX

Q10: What language was Kubernetes written in??

a Java

b Go
cC

d None

e None

f C++

Q11: What is the name of the first page you encounter after logging into your web page??

a WPAdmin

b Security question page

c WP upgrade option

d None

e Dashboard

f Clientarea

Q12: How to show the logs of the docker container with contained id mentioned in the
command.?

a $ docker ---logs 09ca6feb6efc

b None

c $ docker log 09ca6feb6efc

d None

e $ docker logs 09ca6feb6efc

f None

Q13: Which statement is used to insert a new data in a database??

a None

b UPDATE

c INSERT INTO

d None
e INSERT NEW

f Add New

You might also like