You are on page 1of 3

Q1: Which of the following is the best way to modify a table to allow null values??

a ALTER TABLE table MODIFY column varchar(255) null

b None of the above

c ALTER TABLE table CHANGE column column type DEFAULT NULL

d ALTER TABLE table MODIFY column VARCHAR(255)

e None

f ALTER table MODIFY column varchar(255) null

Q2: You can add a row using SQL in a database with which of the following??

a INSERT

b None

c ADD

d None

e MAKE

f CREATE

Q3: Which command is used to create a Kubernetes service??

a None

b kubectl expose

c kubectl set service

d kubectl create service

e None

f kubectl deploy service

Q4: Multiple inheritance is supported in PHP.?


a True

b False

c None

d None

e None

f None

Q5: PHP allows you to send emails directly from a script?

a None

b True

c None

d None

e None

f False

Q6: What is the most common type of container runtime used in Kubernetes??

a Docker

The correct Answer is: None

c lxd

The correct Answer is: None

e containerd

f rkt

Q7: How to list all the docker images pulled on the system with image details such as
TAG/IMAGE ID/SIZE etc.?

a None

b $ docker --images
c None

d None

e $ docker img

f $ docker images

Q8: How can you make A bulleted list with numbers??

a <list>

b <ol>

c None

d <dl>

e <ul>

f None

Q9: Which of the functions is used to sort an array in descending order??

a dsort()

b asort()

c None

d rsort()

e None

f sort()

You might also like