You are on page 1of 4

Q1: The wildcard in a WHERE clause is useful when??

a An exact match is not possible in a CREATE statement.

b None

c None

d An exact match is necessary in a CREATE statement.

e An exact match is necessary in a SELECT statement.

f An exact match is not possible in a SELECT statement.

Q2: MySQL comes with a standard client libraries for:?

a C Only

b None

c PHP And C

d Perl, Java And C

e None

f Java Only

Q3: Which of the following are true for a pod in Kubernetes??

a You can have only 1 container running in 1 pod

b A pod is the same as a container

c Pods are the simplest units in the Kubernetes object model that you create or
deploy

d A Pod represents processes running on your Cluster

The correct Answer is: None

The correct Answer is: None

Q4: What is the correct command to create a new React project??


a npx create-react-app

b None

c npx create-react-app myReactApp

d None

e npm create-react-app myReactApp

f npm create-react-app

Q5: How to define a service without a selector??

The correct Answer is: None

b Specify an endpoint with IP

c Specify the external name

The correct Answer is: None

e Specifying the label and api-version

f Address and port Just by specifying the IP address

Q6: How do you create a docker container from an image??

a None

b docker run -it -d <image_name>

c docker --run -it -d <image_name>

d None

e docker run it d <image_name>

f None

Q7: Which of the following is not a valid logical operator??

a NOT

b AND
c&

d None

e!

f &&

Q8: Using which of the following way can you embed PHP code in an HTML page??

a <?php PHP code goes here php?>

b None

c None

d <?php PHP code goes here ?>

e None

f None

Q9: Following Docker command: docker build -t my_user/repo_name:1.0 is used to:?

The correct Answer is: None

b Access a running container

c Commit changes done in a Docker image

The correct Answer is: None

e Build an image

f Activate default VM machine

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

a None

b Multiple-master Replication

c Single File Based Clustering

d Master to Master Replication


e MySQL Doesn't Support Replication

f Master To Slave Replication

Q11: The BODY Tag is usually used after?

a EM Tag

b TITLE Tag

c HEAD Tag

d None

e HTML Tag

f None

You might also like