You are on page 1of 3

Q1: MySQL workbench decreases the productivity of a MySQL developer compared to other

server access tools such as phpMyAdmin??

a None

b True

c None

d False

e None

f None

Q2: Function which causes retrieval of any kind of data from database is considered as?

a Conceptual signature

b User friendly signature

c Interface or Signature

d None

e None

f Logical signature

Q3: How to remove unused data (all unused containers, networks, images (both dangling
and unreferenced), and optionally, volumes) in Docker.,?

a docker system prune sys

b None

c None

d None

e docker system --prune

f docker system prune


Q4: Which of the following key combinations allows to terminate the current process in
Linux shell??

a Ctrl + C

b None

c Ctrl + Z

d Ctrl + A

e None

f Ctrl + L

Q5: What will be the output of the query SELECT MINIMUM (amount) FROM sales;?

a return the lowest sales value

b None

c None

d None

e the query will generate an error

f None

Q6: How do you declare a JavaScript variable??

a None

b None

c v carName;

d var carName;

e None

f variable carName;

Q7: Can I generate DLL files from PHP scripts like i can in Perl ??
a True

b None

c None

d None

e False

f None

Q8: How do you create an array in PHP??

a None

b $cars = "Volvo", "BMW", "Toyota";

c $cars = array["Volvo", "BMW", "Toyota"];

d $cars = array("Volvo", "BMW", "Toyota");

e None

f $cars = newarray("Volvo", "BMW", "Toyota");

You might also like