You are on page 1of 4

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

a Mysqlcopydb

b Mysqldbmove

c Mysqlmovedb

d Mysqldbcopy

e Mysqlflushdb

f Mysqldbflush

Q2: What does the FROM instruction do in a Dockerfile??

a FROM creates a layer from a base Docker image.

b FROM specifies the creator of the image

c None

d None

e FROM is an invalid instruction

f FROM adds files from your Docker client’s current directory

Q3: What is the role of cloud controller manager??

a cloud controller manager is an essential component for local storage, the fraction
of cloud-specific code from non core Kubernetes code, and network routing.

b cloud controller manager is an essential component for persistent storage, the


abstraction of cloud-specific code from core Kubernetes code, and network routing.

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

Q4: How can you restore the WordPress core files??


a The core files can be fetched via your dashboard

b None

c The core files can be downloaded back from wordpress.org site.

d The core files can be downloaded back from Database.

e The core files can be downloaded back from your local machine as long as you
have a backup

f None

Q5: How to delete an image from the local storage system??

a $ docker rmin <imageid>

b None

c None

d $ docker --rmi <image-id>

e None

f $ docker rmi <image-id>

Q6: DISTINCT keyword is used for:?

a None

b There is no such keyword

c For selecting only unique records by a specific field

d None

e To speed up the selection for a specific field

f To reduce the load on the server with loss of query performance

Q7: How can we access the data sent through the URL with the POST method??

a None
b $_GET["var"];

c None

d $_PUT["var"];

e $_REQUEST["var"];

f $_POST["var"];

Q8: 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 $ docker rm 9b6343d3b5a0

f None

Q9: Kubernetes is written in?

The correct Answer is: None

b Go

c C++

d Python

The correct Answer is: None

f Java spring framework

Q10: How can you edit a WordPress comment??

a None

b None

c You can edit WordPress comment using the dashboard. From the panel, under the
Comments option, select edit to edit a comment.
d None

e You can edit WordPress comment using the command. From the panel, under the
Comments option, select edit to edit a comment.

f You can edit WordPress comment using the profile. From the panel, under the
Comments option, select edit to edit a comment.

Q11: In HTML, you can embed SVG elements directly into an HTML page?

a None

b False

c None

d None

e None

f True

Q12: Which of the explantions given is related to the the $_SERVER variable?

The correct Answer is: None

b Contains a reference to every variable which is currently available within the


global scope of the script.

The correct Answer is: None

d This is an array containing information such as headers, paths, and script


locations.

e An associative array consisting of the contents of $_GET, $_POST, and $_COOKIE.

f An associative array containing global variables available to the current script.

You might also like