You are on page 1of 4

Q1: The most common way to display the network settings of network interfaces on a Linux

system is by using which command??

a None

b ipconfig/all

c ipconfig

d show ipv4

e None

f ifconfig

Q2: What are Docker Images??

a None

b Docker image is the source of Docker container.

c Docker image is the source of Docker system.

d None

e None

f Docker image is the source of Docker virtualization.

Q3: Kubernetes is written in?

The correct Answer is: None

b Java spring framework

c Go

d C++

The correct Answer is: None

f Python

Q4: Multiple inheritance is supported in PHP.?


a None

b None

c False

d None

e True

f None

Q5: Intensity of a color can be described through?

a Grayscale

b Hue

c None

d Saturation

e None

f Lightness

Q6: How can you display the top 10 number of lines of a file??

a head --display-only 10 file.txt

The correct Answer is: None

The correct Answer is: None

d head −n 10 file.txt

e head -show 10 file.txt

f head -f 10 file.txt

Q7: What is the difference between Numeric and Associative?

a The Numeric arrays can store numbers, strings and any object but their index will
be represented by numbers while the Associative arrays each element in the main array can
also be an array.
b The Numeric arrays can store numbers, strings and any object but their index will
be represented by numbers while the Associative arrays have their index stored as string.

c There are no Associative arrays

The correct Answer is: None

e The Numeric and Associative arrays differ only in the maximum allowed objects in
them.

The correct Answer is: None

Q8: What are the components of Docker architecture??

The correct Answer is: None

b The components of a Docker architecture are the Services, Auth, and Prod.

c The components of a Docker architecture are the host, client, and registry.

d The components of a Docker architecture are the Server, client, and Images.

The correct Answer is: None

The correct Answer is: None

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

The correct Answer is: None

b Address and port Just by specifying the IP address

c Specify an endpoint with IP

The correct Answer is: None

e Specifying the label and api-version

f Specify the external name

Q10: What does PVC stand for??

The correct Answer is: None

The correct Answer is: None


c Pod Volume Claim

d Persistent Volume Claim

e Persistent Volume Container

f Pod Volume Container

Q11: How do you declare a JavaScript variable??

a None

b variable carName;

c v carName;

d var carName;

e None

f None

You might also like