You are on page 1of 5

Q1: Which of the following type of variables have only two possible values either true or

false??

a Integers

The correct Answer is: None

c Strings

d Booleans

e Doubles

The correct Answer is: None

Q2: What does $_FILES mean??

a $_FILES is an associative array composed of items sent to the current script via the
HTTP GET method.

b None

c None

d None

e None

f $_FILES is an associative array composed of items sent to the current script via the
HTTP POST method.

Q3: When do we use the GREP command?

a When we want to search for a string

b To find a file

c To find a directory

d None

e None

f To show all directories which have the string in their name


Q4: What is the highest privilege user in Wordpress??

a None

b Editor

c Contributer

d Author

e None

f Administrator

Q5: Character data can be stored as?

a None

b Fixed length strings

c None of the mentioned

d None

e Variable length strings

f Both fixed or variable length strings

Q6: The UNION command is used to combine result sets from more than one query into a
single result set?

a None

b None

c None

d False

e True

f None

Q7: How can you make sure your Docker containers and their data are safely backed up??
a None

b Schedule regular Plesk backups. Docker containers are included in Plesk backups.

c None

d Backup the /var/lib/docker/ directory manually Nothing.

e Data stored in Docker containers is backed up to Docker Hub.

f Set up volume mapping on all containers to store their data in a single location on
the server (example, /data/) and backup this location.

Q8: How can we add comments in PHP??

a None

b all of the above

c /* commented code here */

d // commented code to end of line

e # commented code to end of line

f None

Q9: Which of the following answers refers to a software tool used for searching and
installing software packages on Debian and Debian-based Linux distributions??

a None

b apt-get

c None

d yum

e apt-rpm

f rpm

Q10: How to list all services sorted by name in Kubernetes??

a kubectl get services --sort-by=name


b kubectl get services --sort-by=.metadata.name

c None

d None

e kubectl get services --sort-by=.service.name

f kubectl get services --sort=.name

Q11: Which HTML Tag is used to define a client - side script such as the Javascript??

a None Of The Above

b None

c None

d Both Above

e <unscript>

f <script>

Q12: What is the correct HTML for inserting an image??

a <img src="image.gif" alt="MyImage">

b <img alt="MyImage">image.gif</img>

c <image src="image.gif" alt="MyImage">

d None

e None

f <img href="image.gif" alt="MyImage">

Q13: Kubernetes uses _____________ to connect to ouath 2 providers to offload the


authentication to external services.?

The correct Answer is: None

The correct Answer is: None

c OpenID Connect Tokens


d Authentication Proxy

e Keystone Password

f Webhook Token Authentication

Q14: Kube-apiserver on kubernetes master is designed to scale.?

a Horizontally

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

e Vertically

The correct Answer is: None

You might also like