You are on page 1of 4

Q1: What is the best way to change table prefix (wp_) before installation in WordPress??

a Before Installation: Through this way, you have to go PHPMyAdmin -> Select your
database -> Check all tables -> Add/Update table prefix.

b Before Installation: In this way, you have to rename your wp_config.php file
according to your need through $table_prefix=’wp_’;.

c None

d After Installation: Once you have the database, you can go ahead and change it

e None

f None

Q2: How to list all the docker containers are running with container details.?

a None

b $ docker ps

c None

d $ docker details

e $ docker ls

f None

Q3: Expand JFS in context of file system??

The correct Answer is: None

b Journal Failing System

The correct Answer is: None

d Journal File System

e Journal Failing Service

f Journal File Service


Q4: What will be the output of the following query INSERT INTO students (student name)
VALUE ('James Lenon');?

a the above query will generate an error message.

b None

c a student record with the name James Lenon will be added into the students table

d None

e None

f None

Q5: Which of the following type of variables are floating-point numbers, like 3.14159 or
49.1??

a Booleans

b Doubles

The correct Answer is: None

d Strings

The correct Answer is: None

f Integers

Q6: Which html attribute is used to provide an advisory text about an element or Its
contents.?

a None

b Title

c Tooltip

d None of the above

e None

f Dir
Q7: The -b flag in an Ansible ad-hoc command indicates that the command should be
executed with sudo privileges.?

a None

b None

c None

d false

e true

f None

Q8: Can I run several versions of PHP at the same time??

a None

b True

c None

d False

e None

f None

Q9: What is the use of the function 'imagetypes()'??

a imagetypes() gives the image format and types supported by the current version
of GD-PHP.

b None

c None

d imagetypes() hasn't been used since PHP4 and it's not being supported.

e imagetypes() is not a real function

f imagetypes() gives the image size and types supported by the current version of
GH-PHP.
Q10: The HTML <canvas> element is used to:?

a None

b manipulate data in MySQL

c draw graphics

d display database records

e None

f create draggable elements

Q11: The clause ORDER is used to sort records in either ascending or descending order.?

a None

b None

c True

d None

e False

f None

Q12: What is the difference between characters \034 and \x34??

a \034 is hex 34 and \x34 is octal 34.

b None

c None

d None

e \034 is octal 34 and \x34 is hex 34.

f None

You might also like