You are on page 1of 3

Q1: Which of the following are not Numeric column types??

a DECIMAL

b LARGEINT

c BIGINT

d DOUBLE

e None

f SMALLINT

Q2: There are ____ different heading tags in HTML?

a None

b4

c6

d7

e5

f None

Q3: What is the default size of a file set in upload_max_filesize??

a 2 MB

b None

c None

d 10 MB

e 500 MB

f 300 MB

Q4: What is Hypervisor??


a None

b A hypervisor is a hardware that makes optimization possible. It is also called


Virtual Machine Monitor.

c None

d None

e A hypervisor is a software that makes optimization possible. It is also called


Virtual Machine Monitor.

f A hypervisor is a software that makes virtualization possible. It is also called


Virtual Machine Monitor.

Q5: What is the strpos() function used for??

a Find the last character of a string

b Both b and c

c Locate position of a string’s first character

d None

e None

f Search for character within a string

Q6: What is the name of the enterprise-grade cluster management solution from Docker??

a None

b Docker Universal Control Plane

c None

d Docker Swarm

e Docker Web UI

f Docker Hub

Q7: Which command is used to print the directory stack??


a ls -d

b popd

c None

d dirs

e dir

f None

Q8: What will happen if two tables have names 'users' and 'USERS'??

a None

b This is possible only on Windows

c This is possible only on UNIX/LINUX

d This is possible because table names are case sensitive

e This depends on lower_case_table_names system variable

f This is not possible because table names are case insensitive

You might also like