You are on page 1of 4

Q1: Type Hinting was introduced in which version of PHP??

a PHP 4

b PHP 6

c PHP 7

d None

e PHP 5

f None

Q2: Which command is used to access a running container??

a None

b docker exec -it container_id bash

c None

d docker run container_id bash

e docker fetch container

f docker login container_id

Q3: What will happen If you run the command "init 6" in your terminal?

a Enter single user mode

The correct Answer is: None

c Reboot the system

The correct Answer is: None

e Shut down the system

f Start the system without a display manager (GUI)

Q4: Which tag is used to display the large font size??


a < SIZE ></SIZE>

b <FONT></FONT>

c <BIG></BIG>

d None

e <LARGE></LARGE>

f None

Q5: Which operator is used to check if two values are equal and of same data type??

a=

b !=

c ===

d ==

e None

f None

Q6: How can we propagate a session id??

a None

b You can propagate a session id via headers and routing.

c You can propagate a session id via cookies or URL parameters.

d None

e None

f None

Q7: Which of the following provides the error code associated with this file upload??

a $_FILES['file']['errors']

b $_FILES['file']['error']
c $_FILES->file->errors

d $_FILES['error']

e $_FILES->file->error

f $_FILES['errors']

Q8: Which of the following are true for etcd??

a etcd is the primary datastore of Kubernetes; storing and replicating all Kubernetes
cluster state

The correct Answer is: None

c etcd is a distributed key-value store

d To validate cluster nodes

The correct Answer is: None

f To encrypt cluster data and send it to a secrets manager

Q9: Which of the following is NOT supported by MySQL?

a Temporary (Hash) Tables

b Stored Procedures

c Regular Expression Matching

d None

e None

f Table Joining

Q10: Gif and Jpg are the two main types of what ??

a None

b Images

c None Of The Above

d Videos
e None

f Animated Effects

Q11: The most common way to display the network settings of network interfaces on a
Linux system is by using which command??

a ifconfig

b ipconfig/all

c None

d None

e ipconfig

f show ipv4

You might also like