You are on page 1of 4

Q1: Just installed plugin crashes your Wordpress site with no access to the dashboard.

What
do you do??

a Reinstall the database

b Rename the specific plugin folder in /wp-content/plugins

c Delete all plugins from /wp-content/plugins folder

d Rename the specific plugin folder in /wp-admin/plugins

e Reinstall Wordpress

f Rename the specific plugin folder in /wp-includes/plugins

Q2: Which of the following SQL statements will generate an error when executed.?

a CREATE DATABASE students

b select * from students student_id=23;

c select * from students where student_id=%23;

d IF NOT EXISTS CREATE DATABASE `STUDENTS`;

e create database if not exists students

f CREATE DATABASE students;

Q3: How to remove the docker container with container id mentioned in the command.?

a None

b $ docker rm -rf 9b6343d3b5a0

c $ docker -rm rf 9b6343d3b5a0

d None

e None

f $ docker rm 9b6343d3b5a0

Q4: Which is not true about Docker Hub??


The correct Answer is: None

b Docker Hub is the world's largest library and community for container images

c Docker Hub provides an easy way to create, manage, and deliver your teams'
container applications

The correct Answer is: None

e Docker Hub is a totally private repository

The correct Answer is: None

Q5: What is the correct HTML tag for inserting a line break??

a <br />

b <lb />

c None

d <break />

e <nbsp>

f None

Q6: What kind of replication is supported by the MySQL Server??

a None

b Master To Slave Replication

c MySQL Doesn't Support Replication

d Single File Based Clustering

e Multiple-master Replication

f Master to Master Replication

Q7: What is the default value of UMASK??

a 222

b 022
c 777

The correct Answer is: None

e 044

The correct Answer is: None

Q8: What will happen If you run the command "init 6" in your terminal?

a Start the system without a display manager (GUI)

b Reboot the system

The correct Answer is: None

d Shut down the system

e Enter single user mode

The correct Answer is: None

Q9: Which of the following are Python test frameworks??

a Robot Framework

b PyUnit

c None

d Google Test

e None

f Pylint

Q10: Which "text Type" has the maximum number of bytes??

a Medium Text

b None

c Tiny Text

d Long Text
e Text

f None

Q11: Which of the following is not a Superglobal in PHP??

a None

b $_FILES

c $_SERVER

d $_ENV

e None

f $_PUT

You might also like