You are on page 1of 4

Q1: What do the initials of PHP stand for??

a None

b None

c Hyperloop Preprocessor.

d Hypertext Parser.

e None

f Hypertext Preprocessor.

Q2: What is the default size of a file set in upload_max_filesize??

a None

b None

c 300 MB

d 10 MB

e 2 MB

f 500 MB

Q3: Which tag creates a check box for a form in HTML??

a <input checkbox>

b None

c None

d <input=checkbox>

e <checkbox>

f <input type="checkbox">

Q4: How can you edit a WordPress comment??


a None

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

c None

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

e None

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

Q5: How to list only the running containers??

a docker print

b docker run

c docker ps

d None

e docker list

f None

Q6: Referential integrity is directly related to?

a Relation Key

b Unique Key

c None

d Foreign Key

e Primary Key

f None

Q7: The query SELECT name, (SELECT study_program FROM programs) study_program
FROM students will return the student name and the program that the student is studying.?
a None

b False

c True

d None

e None

f None

Q8: Suppose you have 3 containers running and out of these, you wish to access one of
them. How do you access a running container??

The correct Answer is: None

The correct Answer is: None

c $ docker exec it <container id> bash

The correct Answer is: None

e $ docker exec --it <container id>

f $ docker exec -it <container id> bash

Q9: What language is an Ansible playbooks are written in by default??

a JSON format

b XML format

c None

d YAML format

e None

f HTML format

Q10: How can you open a link in a new tab/browser window??

a <a href="url" new>

b <a href="url" target="_blank">


c None

d <a href="url" target="new-tab">

e None

f <a href="url" target="new">

Q11: In which programming language WordPress is written??

a PHP

b Java

c VueJS

d Node

e Javascript

f Python

You might also like