Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

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

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

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

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

d None

e None

f None

Q2: How can you create a static page with WordPress??

a None

b To create a static page in WordPress, in the page section you have to upload a PHP
file to the server in the theme folder, and then select that as your template.

c None

d To create a static page in WordPress, in the page section you have to upload a
HTML file to the server in the theme folder, and then select that as your template.

e None

f To create a static page in WordPress, in the page section you have to upload a PERL
file to the server in the theme folder, and then select that as your template.

Q3: Which of these is not a valid name for a column?

a From

b Far

c To

d Near

e None
f None

Q4: What language was Kubernetes written in??

a Go

b None

c C++

d None

eC

f Java

Q5: What is the correct JavaScript syntax for opening a new window called "w2" ??

a None

b None

c None

d None

e w2 = window.new("http://www.w3schools.com");

f w2 = window.open("http://www.w3schools.com");

Q6: Which of the following statements are true??

a Names of databases, tables and columns can be up to 64 characters in length

b Names of databases, tables and columns can be up to 256 characters in length

c None

d Alias names can be up to 64 characters in length

e None

f Alias names can be up to 255 characters in length

Q7: Which artisan command will you used to enable maintenance mode in Laravel??
a php artisan maintenance

b php artisan stop

c php artisan pause

d None

e None

f php artisan down

You might also like