You are on page 1of 5

Q1: Which of the following SQL statements is correct??

a SELECT cname, COUNT(cname) FROM Orders

b None

c SELECT cname, COUNT(cname) FROM Orders GROUP BY cname

d None

e SELECT cname, COUNT(cname) FROM Orders ORDER BY cname

f None

Q2: INSERT keyword is used for:?

a manage users

b to select data

c adding data

d None

e to change data

f None

Q3: An abstraction in kubernetes which defines a logical set of pods and a policy to access
them.?

a set

b node

c None

d service

e None

f cluster

Q4: Which of the following is true??


a BCNF and 3NF are same.

b None

c A relation in 3NF is always in BCNF.

d A relation in BCNF is not in 3NF.

e A relation in BCNF is always in 3NF

f None

Q5: Which artisan command will you used to enable maintenance mode in Laravel??

a php artisan down

b php artisan pause

c php artisan stop

d None

e None

f php artisan maintenance

Q6: How to search for a variable name under all the files in the workspace??

a ctrl + shift + F

The correct Answer is: None

c ctrl + V

The correct Answer is: None

e ctrl + shift + C

f ctrl + F

Q7: What are the components of Docker architecture??

a The components of a Docker architecture are the host, client, and registry.

The correct Answer is: None


c The components of a Docker architecture are the Server, client, and Images.

The correct Answer is: None

e The components of a Docker architecture are the Services, Auth, and Prod.

The correct Answer is: None

Q8: How do you write the contents of 3 files into a single file??

a cat file1 >> file; cat file2 >> file; cat file3 >> file

b cat file1 file2 file3 > file

c cat file1 > file && cat file2 > file && cat file3 > file

d cat file1 > file || cat file2 > file || cat file3 > file

e cat file1 > file; cat file2 > file; cat file3 > file

f cat file1 > file && cat file2 >> file && cat file3 >> file

Q9: PHP scripts are enclosed within _______?

a <p> . . . </p>

b <?php

c <?php . . . ?>

d <php> . . . </php>

e ?php . . . ?php

f <? .... ?>

Q10: Which is not a valid bit operator??

a >>

b|

c <<

d &&
e&

f None

Q11: Docker can build images automatically by reading the instructions from:?

a docker.config

b Dockerfile

c None

d None

e docker.yaml

f docker.json

Q12: Where is WordPress content stored??

a WordPress stores it's content in a MySQL database on the server.

b WordPress stores it's content in a MySQL database on the server.

c WordPress stores it's content in the wp-content folder

d None

e None

f None

Q13: Which filter can be applied on lines of text for arranging in ascending or descending
order??

a None of the above

b arrange

c collate

d None

e sort

f None
Q14: Following Docker command: eval $(docker-machine env default) is used to:?

a Access a running container

b Commit changes done in a Docker image

c Build an image

d None

e None

f Activate default VM machine

Q15: Which tag is used to create a checkbox in HTML??

a <cb>

b < Input type = "checkbox">

c None

d < Input type "checkbox">

e None

f <checkbox>

You might also like