You are on page 1of 5

Q1: What is array_keys() used for??

a Returns all the keys of an array

b None

c Compares array keys, and returns the matches

d Checks if the specified key exists in the array

e None

f Both b and c above

Q2: Which sign is used to access a variable of a variable in PHP??

a$

b None

c $$

d None

e #@

f $|

Q3: The command uname -a will:?

a display the IP address of the first Ethernet adapter

b None

c None

d display all available information about your system

e display only the system hostname

f display all users on the system.

Q4: Which command can be used to change file access permission bits??
a chown

b umask

The correct Answer is: None

d chperm

e chmod

The correct Answer is: None

Q5: HTML supports?

a None

b unordered lists

c ordered lists

d None

e does not support those types

f both type of lists

Q6: Where can you find and share Docker container images??

a None

b Docker Cloud

c Docker Hub

d Docker Swarm

e None

f Docker Git

Q7: Which one is the correct declaration for choosing the 'Character Set' other than
default??

a Varchar(20) Character Set;

b None Of The Mentioned


c None

d Varchar(20);

e None

f Varchar(20) Character Set Utf8;

Q8: What is the difference between character 23 and x23??

a None

b None

c None

d 23 specifies the hex 23 and x23 determine the octal 23

e None

f 23 specifies the octal 23 and x23 determine the hex 23.

Q9: What Is The Use Of Kube-controller-manager??

a kube-controller-manager embeds the core control loop which is a terminating


loop that regulates the state of the system.

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

e kube-controller-manager embeds the core control loop which is a non-terminating


loop that regulates the state of the system.

The correct Answer is: None

Q10: How to write an IF statement in JavaScript??

a if i = 5 then

b if i == 5 then

c None
d if i = 5

e None

f if (i == 5)

Q11: How are devices represented in UNIX/Linux??

a For UNIX/Linux every device is a block and are typically located in the
directory /dev.

b For UNIX/Linux every device is a file and are typically located in the directory
/dev.

c For UNIX/Linux every device is a file and are typically located in the directory
/proc.

d None

e None

f For UNIX/Linux every device is a block and are typically located in the directory
/proc.

Q12: Which of the following is for title of the modal??

a Modal-title

b Modal-lg

c Modal-open

d None

e Modal-sm

f None

Q13: How does a FOR loop start??

a None

b for (i = 0; i <= 5)

c for (i <= 5; i++)


d for (i = 0; i <= 5; i++)

e None

f for i = 1 to 5

Q14: Where in Wordpress can you discourage search engines from indexing this site??

a From the Plugins Section

b From the Tools->Export Section

c None

d From the Users Section

e From the General->Reading Section

f None

You might also like