You are on page 1of 5

Q1: Which of the following is not a valid alignment attribute??

a None

b Right

c All of above

d Left

e None

f Top

Q2: What is LILO w.r.t linux??

a LILO means linux loader, which loads the software into memory and starts the
kernel then the OS.

b LILO means linux loader, which loads the kernel into memory and starts the OS.

The correct Answer is: None

d LILO means linux loader, which loads the OS into memory and starts the GUI.

e LILO means linux loader, which loads the GUI into memory so the user can see
what's going on.

The correct Answer is: None

Q3: The way the browser displays the object can be modified by _____?

a None of above

b parameters

c None

d attributes

e None

f modifiers

Q4: How to define a service without a selector??


a Address and port Just by specifying the IP address

The correct Answer is: None

c Specify an endpoint with IP

d Specifying the label and api-version

The correct Answer is: None

f Specify the external name

Q5: What does the fopen() function requires for it to execute properly:?

The correct Answer is: None

The correct Answer is: None

c It requires two arguments, the file name and the extension of the file we are
opening.

d It requires one argument, the file name.

e It requires two arguments stating first the file name and then mode in which to
operate.

f It requires one argument, the file name. With a second argument being available if
we want to use it, in which mode to oparate.

Q6: What command is used to clear up the command prompt window??

a clearit

b None

c clrwin

d None

e clrscr

f clear

Q7: How many distinct, different values can you hold in an Enum field??
a 2 (True And False)

b7

c 65535

d 255

e None

f None

Q8: While starting minikube, a configuration file, gets created by default inside what
directory on Linux??

The correct Answer is: None

b /home/user

c /root

The correct Answer is: None

e /home/user/.kube

f /tmp

Q9: Which of the following is available in MySQL:?

a CREATE TRIGGER

b None

c CREATE VIEW

d CREATE DATABASE

e CREATE SCHEMA

f None

Q10: What does PHP Stands for??

a PHP Hyper Markup Processor


b None

c None

d PHP Hypertext Preprocessor

e PHP Hypertex Processor

f PHP Hyper Markup Preprocessor

Q11: How do you create a function in JavaScript??

a function myFunction()

b function:myFunction()

c None

d function = myFunction()

e None

f None

Q12: Choose the odd one out.?

a ksh

b Kernel

c csh

d bsh

e None

f None

Q13: What is service container in Laravel??

a Dockerized Laravel applications are called service containers.

b None

c Service container is a tool used for performing dependency injection in Laravel.


d None

e None

f None

Q14: How to retrieve the join token for manager nodes in Docker Swarm??

a None

b None

c docker swarm join-token manager

d docker print join-token manager

e docker swarm token manager

f docker get join-token manager

Q15: What is the function file_get_contents() used for??

a file_get_contents() is used for parsing a file and storing it in a string variable.

b file_get_contents() is used for reading a file and storing it in a string variable.

c None

d file_get_contents() is used for processing a file and storing it in a string variable.

e None

f None

You might also like