You are on page 1of 4

Q1: How do you find the number with the highest value of x and y??

a Math.ceil(x, y)

b ceil(x, y)

c None

d Math.max(x, y)

e top(x, y)

f None

Q2: Which program copies databases from one server to another??

a Mysqlflushdb

b Mysqldbmove

c Mysqlcopydb

d Mysqlmovedb

e Mysqldbflush

f Mysqldbcopy

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

a None

b None

c Iteration

d Concurrency

e Enumeration

f Redundancy

Q4: How do you write "Hello World" in an alert box??


a msgBox("Hello World");

b msg("Hello World");

c None

d alertBox("Hello World");

e None

f alert("Hello World");

Q5: Which of the following is available in MySQL:?

a CREATE SCHEMA

b CREATE TRIGGER

c None

d CREATE DATABASE

e None

f CREATE VIEW

Q6: What is the difference between installing and activating a theme??

a None

b When a theme is activated it’s what’s controlling your site, while an uninstalled
theme is simply part of your theme library and available to activate.

c When a theme is activated it’s what’s controlling your site, while an installed
theme is simply part of your theme library and available to activate.

d When a theme is deactivated it’s what’s controlling your site, while an installed
theme is simply part of your theme library and available to activate.

e None

f None

Q7: Containers include the application and all of its dependencies, but share the kernel with
other containers. They run as an isolated process in userspace on the host operating
system.?
a False

b None

c None

d None

e True

f None

Q8: The command to remove rows from a table "MOVIE" is:?

a DROP FROM MOVIE

b REMOVE FROM MOVIE

c DELETE FROM MOVIE WHERE

d None

e UPDATE FROM MOVIE

f None

Q9: Each virtual machine includes the application, the necessary binaries and libraries, and
an entire guest operating system - All of which may be tens of GBs in size.?

a None

b None

c True

d None

e False

f None

Q10: The /etc/shadow file in Linux is used to store:?

a None
b root user shell

c None

d various password information

e filesystem information

f command aliases

You might also like