You are on page 1of 2

Q1: What does the /etc/hosts file contains??

a Hostnames of all devices on the network segment

b None

c CPU and memory info

d IP addresses to hostnames mappings

e The IP address of the default gateway

f None

Q2: How can we propagate a session id??

a None

b None

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

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

e None

f None

Q3: How do you declare a JavaScript variable??

a None

b None

c variable carName;

d None

e var carName;

f v carName;

Q4: Which filter can be applied on lines of text for arranging in ascending or descending
order??
a collate

b None

c None of the above

d None

e arrange

f sort

Q5: How to delete a stopped container??

a None

b None

c $ docker ---rm <container id>

d $ docker rm -n <container id>

e $ docker rm <container id>

f None

Q6: What type of join is needed when you wish to return rows that have matching values??

a Natural join

b Equi-join

c None of the mentioned.

d Outer join

e None

f All of the mentioned.

You might also like