You are on page 1of 4

Q1: How to list all pods that are either labelled with env=development or with

env=production?

The correct Answer is: None

b $ kubectl get pods 'env in (production, development)'

c $ kubectl get pods -l 'env in (production, development)'

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

Q2: What is the HTML Tag for the largest heading?

a <heading>

b None

c <h6>

d <head>

e None

f <h1>

Q3: Is it better to directly remove the container using the rm command or stop the
container followed by remove container??

The correct Answer is: None

b No. Its not always better to stop the container and then remove it using the
remove command.

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

f Its always better to stop the container and then remove it using the remove
command.
Q4: Which among the following have the maximum available bytes??

a Text Type

b None

c Char

d None

e Both Varchar And Char

f Varchar

Q5: How to pull the Apache HTTP server image.?

a None

b None

c $ docker pull http img

d $ docker pull httpd

e None

f $ docker pull httpd img

Q6: Which of the following are true for Controllers in Laravel??

a None

b Controllers can group related request handling logic into a single class.

c You should avoid using controllers as it is considered bad practice.

d None

e Controllers are stored in the app/Http/Controllers directory.

f A controller is the "C" in the "MVC" (Model-View-Controller) architecture, which is


what Laravel is based on.

Q7: Which attribute can be used with BODY tag to set background color green??
a None

b background="green"

c None of above

d vlink="green"

e bgcolor="green"

f None

Q8: How to write an IF statement for executing some code if "i" is NOT equal to 5??

a if (i <> 5)

b None

c if i =! 5 then

d if i <> 5

e None

f if (i != 5)

Q9: What is the full form of HTTP??

a none of the above

b Hyper text transfer protocol

c None

d Hyper text transfer package

e Hyphenation text test program

f None

Q10: Include files must have the file extension ".inc"?

a None

b False
c True

d None

e None

f None

Q11: Which of the following are not Numeric column types??

a DECIMAL

b LARGEINT

c DOUBLE

d None

e SMALLINT

f BIGINT

Q12: What is the correct HTML for making a text area??

a None

b <textarea>

c <input type="textbox">

d <input type="textarea">

e <textbox>

f None

You might also like